Hannes Pavelka
4 posts.
- How to determine which clr version an assembly or executable is usingLet’s assume you have all (most) of the framework versions installed on your machine. How can you determine which application uses which framework…
- Windows Explorer and the Global Assembly Cache (GAC)As you probably know shared assemblies are stored in the global assembly cache (GAC) which is located at c:\\windows\\assembly.If you navigate to this…
- Visual Studio 2005 Error : Retrieve the LoaderExceptions property for more informationLately the Visual Studio 2005 Designer drives me crazy. When I worked with multiple Forms and Custom User Controls, it took just a while and I could not…
- This setup required .net framework version 1.1.4322 but you have .Net framework v2.0If you try to install an application with the MSI installer and you only have.Net Framework 2.0 installed you sometimes get a message: “This setup…
