Quantcast
Channel: Visual Studio General Questions forum
Viewing all articles
Browse latest Browse all 21115

Cannot register dll in VS2013 after conversion from VS2012

$
0
0

Hi,

I converted my solutions from VS2012 to VS2013, and after installing MBCS libraries, I successfully built my project files without changing anything within the source code nor the property settings.  After its done building, I tried registering the dll and come across this error:

"The module "sasaflocd.dll" was loaded but the call to DllRegisterServer failed with error code 0x80004005."

I've already tried to register the dll with elevated command prompt permissions (as an administrator).  I also built these dlls with VS2013 running in administrator mode.  I even installed SubInACL and ran it with the following options:

subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f

I did a reboot, and tried to register again but still got the same errors.  I'm seeing this for both of my 32-bit and 64-bit dlls.  I had no problems for the dlls built in VS2012 so I was wondering if there is anything else I'd need to do in order to be able to register the dlls that I've built in VS2013?

Thanks.




Viewing all articles
Browse latest Browse all 21115

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>