not allowing to register in vista??
-
This is what i get in output window ( in vista ) : Embedding manifest... registering output... error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry. And i have logged on as administrator. Any Solution, plz...........
-
This is what i get in output window ( in vista ) : Embedding manifest... registering output... error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry. And i have logged on as administrator. Any Solution, plz...........
Apart from permissions problems you can also get this error when regsvr32 fails because it cannot find all the dependent DLL's of the module you are trying to register. Either: Run Dependency Walker[^] and find out which DLL is missing. or Run regsvr32 manually and see what error you get, it should be better than the one you see in dev studio. regards,
Jonathan Wilkes Darka[Xanya.net]
-
This is what i get in output window ( in vista ) : Embedding manifest... registering output... error PRJ0050: Failed to register output. Please ensure you have the appropriate permissions to modify the registry. And i have logged on as administrator. Any Solution, plz...........
It doesn't matter if you're logged in as admin, by default you don't have permission to modify parts of the registry like HKCU (where COM registration is kept). You can register it manually with regsvr32, or run the IDE elevated.
--Mike-- Visual C++ MVP :cool: LINKS~! CP SearchBar v3.0 | C++ Forum FAQ Dunder-Mifflin, this is Pam.