This post by Zulfiqar Ahmed about the ConfigurationErrorsException when using Visual Studio saved my day.
This error suddently appeared when debugging a test case in Visual Studio and I didn't realize that this had something to do with activating the breakpoint on common language runtime exceptions.
Posts mit dem Label .NET C# werden angezeigt. Alle Posts anzeigen
Posts mit dem Label .NET C# werden angezeigt. Alle Posts anzeigen
Mittwoch, 11. Februar 2009
Freitag, 14. Dezember 2007
Registering assemblies in GAC programmatically
Dmitry Pavlov found an very easy way to register assemblies in GAC programmatically without using the gacutil.
new System.EnterpriseServices.Internal.Publish().GacInstall(”myassembly.dll”);
new System.EnterpriseServices.Internal.Publish().GacInstall(”myassembly.dll”);
Abonnieren
Posts (Atom)

