Issue: when you try to launch visual studio throw command prompt you might run into the following error Reason: Because of conflict with the .Net versions the error is thrown. Solution: Clear the vairable complus_version or set the complus_Version to latest .NET version. In my case I changed from v.2.0.xxxx. to v4.0.30319. you can…
Month: June 2012
DllRegisterServer failed with the error code 0x80040201
Issue: Often when you try to register a DLL on Win7 or windows server 2008, you run into an error “The module scmt.dll was loaded but the call to DllRegisterServer failed with the error code 0x80040201” Why: UAC (user account control) limits the ability to register the DLL. so you have to…