You may have some advice on this page: http://www.echelon.com/support/kb/solution.asp?solutionID=668
This page is nearly exact describe my situation. However the guides there are not suitable.
As I can see, DEP are not able to shut down in W7 / WS2008.
The pathes to editbin (and thier way to be used) seem rewroten in VS2010
There are rumours about that NXCOMPAT has no effect anymore?
A little problem description,
An old DLL file from about year 2000 (probably C++ but can also be a VB6). It's a Interop COM DLL that has been used in several years in our old (VB6) environment. The DLL is attached in VS through the "Choose ToolBox Items / COM Components". Then added the dll to the project as Reference. I will state that this code runs from a Console Application (to avoid any IIS-related errors).
When the code try to load an instance of the object, the error are shown.
Creating an instance of the COM component with CLSID {104B7F00-06EE-11CF-9AE0-0020AFD34749} from the IClassFactory failed due to the following error: 80040023.
What are your ideas here? How did you solved your COM problem (in Windows 7 / Vista / Win Srv 2008?)?