Home / Blog / DOTNET
Disable Visual Studio 2022 IIS security attach warning

Disable Visual Studio 2022 IIS security attach warning

Running Visual Studio as administrator is needed to host your web project in IIS. Everytime the debugger is started the "Attach Security Warning" confirmation dialog appears. Modify the registry to disable this.

lees meer..
Disable Visual Studio 2019 IIS security attach warning

Disable Visual Studio 2019 IIS security attach warning

Running Visual Studio as administrator is needed to host your web project in IIS. Everytime the debugger is started the "Attach Security Warning" confirmation dialog appears. Modify the registry to disable this.

lees meer..
EDI X12 940 mapping naar XML met C#

EDI X12 940 mapping naar XML met C#

EDI is een industriestandaard voor elektronische uitwisseling van business transacties. Het EDI 940 bestand beschrijft een Warehouse Shipping Order in het supply chain proces.

lees meer..
.NET event: From The Death Star to Open Source .NET Core by Scott Hanselman

.NET event: From The Death Star to Open Source .NET Core by Scott Hanselman

Ongeveer 700 .NET enthousiastelingen kwamen 2 februari 2019 naar Den-Bosch om het .NET event bij te wonen georganiseerd door de .NET Zuid User Group en gesponsord door ABN AMRO Asset Based Finance.

lees meer..
Prevent ClickOnce publish in DEBUG mode

Prevent ClickOnce publish in DEBUG mode

Any developer using ClickOnce has at least once forgot to switch to Release mode before a publish.

lees meer..
VS2017 annoying WCF service host message on solution load

VS2017 annoying WCF service host message on solution load

Since the upgrade to Visual Studio 2017 an annoying message box appears from Microsoft WCF Service Host.

lees meer..
Remove illegal characters from xml

Remove illegal characters from xml

If the exception 'System.ArgumentException: hexadecimal value is an invalid character' is raised while reading or writing xml make sure the xml contains no illegal characters

lees meer..
Omzetten van Olson tijdzone naar .net TimeZoneInfo

Omzetten van Olson tijdzone naar .net TimeZoneInfo

Omzetten van tijdzone naam in de Olson notatie (b.v. Europe/Amsterdam) naar de .net TimeZoneInfo Windows Framework Name kan met een vertaaltabel.

lees meer..
WPF PDF viewer en printing

WPF PDF viewer en printing

Voor een project heb ik een C# .net oplossing nodig voor PDF documenten die server side gegenereerd worden en in de WPF client getoond en geprint worden. Een vereiste is dat het document in de WPF applicatie getoond wordt. En ook silent printen mogelijk is ofwel printen zonder weergave van het document.

lees meer..
Disable Visual Studio 2017 security attach warning

Disable Visual Studio 2017 security attach warning

Running Visual Studio as administrator is needed to host your web project in IIS. Everytime the debugger is started the "Attach Security Warning" confirmation dialog appears. Actually there is no security risk at our local machine, so let's disable this.

lees meer..

Contact