-
as seen on Samir ASP.NET with C# Technology
- Search for 'Samir ASP.NET with C# Technology'
Originally, it was made to resolve problems on IE8 32 bits when you use a 32 bits OS. I changed "%ProgramFiles(x86)%" var, and now my issue is resolved for IE8 32 bits on my Windows 7 64 bits. Please try it, and tell me if everything work for you.
For Win 7 64 bits :
1 - Create a new notepad…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all!
I am attempting to register a basic COM dll on a Windows Server 2008 standard box.
I run regsvr32 capicom.dll and it reports DllRegisterServer in capicom.dll succeeded. This is the same process we've used for years on Windows Server 2003.
Sadly, when I attempt to create the object via a…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi all!
I am attempting to register a basic COM dll on a Windows Server 2008 standard box.
I run regsvr32 capicom.dll and it reports DllRegisterServer in capicom.dll succeeded. This is the same process we've used for years on Windows Server 2003.
Sadly, when I attempt to create the object via a…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
The DLL in question is a VB6 web class. When deploying, the old one needs to be unregistered and the new one registered. This has worked for many years but has failed now with the following error in a message box:
LoadLibrary("c:...\my.dll") failed - The filename, directory name, or volume label…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a WindowsXP configured as a build machine. The build process runs under an account which isn't an administrator.
Some projects register as a last step an ocx control with something like
regsvr32 /s /c ".\debug\myocx.ocx"
This step fails and I assume that this has something to do with…
>>> More