- Follow MSDev.pro blog on WordPress.com
Follow us
-
Recent Posts
Categories
Recent Comments
Gaston on Areas in ASP.NET Core How to Use Microsoft… on How to use Microsoft Azure Key… Gaston on Areas in ASP.NET Core Gaston on Structuring your Excel –… Gaston on How to use Microsoft Azure Key… Archives
Category Archives: Assembly
Could not load file or assembly ‘System.EnterpriseServices.Wrapper.dll’
I had this error when running a .Net 3.5 app that is using a DB2 connector on a Win XP SP3 machine. The application has always worked until today and is in no way using the referenced assembly (just executing … Continue reading
Posted in .Net, Assembly
Tagged EnterpriseServices, FileNotFoundException, solved, Wrapper
2 Comments
FuslogVw–debugging assembly loading
We’ve all had it before: referencing some libraries, recompiling the project and then the variation on the DLL hell: the assembly hell. Suddenly one of your assemblies (or on of its dependent assemblies) doesn’t load anymore. Debugging this can be … Continue reading