Im using Visual Studio 2008 on a Windows Vista Business system.
I am logged on as administrator.
I created a ActiveX project and tried to build it.
I get the following error:
1>Project : error PRJ0050: Failed to register output. Please try
enabling Per-user Redirection or register the component from a command
prompt with elevated permissions.
I have set the Per-user Redirection to "YES" in the linker
propertypage.
I run visual studio in Administator mode (right-clicking the icon and
clicking: Run as administrator)
It still does not work, i still get error PRJ0050.
If i try to register the ocx with regsvr32 i get a messagebox saying:
The module "test.ocx" was loaded but the call to DllRegisterServer
failed with error code 0x80040200.
I dont know what else to do, can someone help please?
Thanks.
I now have set Per User Redirection to "NO", when in Visual Studio
administator mode.
I dont get the message any more, sorry for the question.