Posts

Redirect Registry by Modifying .NET Executable

Yesterday I was troubleshooting an application that was migrated…

Returning a string from unmanaged dll to .net

I write most of my code in unmanaged languages such as Delphi…

warning CS0618: 'System.Net.IPAddress.Address' is obsolete

For a call to a WinApi function I needed to convert an IP Address…

Calling a function inside another assembly in .NET

I wanted to call a hash function from a .net executable from…

Could not load file or assembly 'System.Configuration'

Today I was asked to troubleshoot an executable that didn't work…

True is not true (?)

This error is thrown when an XML file is read into a DataSet…