NayJo
2009-11-09 20:01:24 UTC
I have a VC++ project that creates an OCX file. I usually compile the
project with VS 2005 on a Windows 2000 PC but occasionally I have to compile
on a different PC running Windows XP SP2 using the same version of Visual
Studio. The custom build step fails on Windows XP machines but not on
Windows 2000 systems.
The custom build step is a call to regsvr32 which returns an errorlevel of 3
on the XP system.
I suspect this has something to do with SxS assemblies on Windows XP but do
not know how to configure the project to register correctly on XP.
Can anyone help?
Thank you in advance.
project with VS 2005 on a Windows 2000 PC but occasionally I have to compile
on a different PC running Windows XP SP2 using the same version of Visual
Studio. The custom build step fails on Windows XP machines but not on
Windows 2000 systems.
The custom build step is a call to regsvr32 which returns an errorlevel of 3
on the XP system.
I suspect this has something to do with SxS assemblies on Windows XP but do
not know how to configure the project to register correctly on XP.
Can anyone help?
Thank you in advance.