| Subject: Problem with registering debug DLL |
| Group: microsoft.public.vstudio.general |
| Date: 4/28/2008 12:20:52 PM |
| From: Ed [Email Address Protection] |
I have a C++ DLL using ATL. It was converted from VS 6 to VS 2005 and I had no problem until I added 2008 without unloading 2005. I still want to use VS 2005 for this DLL. Now when I build the debug version of this DLL, I cannot register it. When regsvr32 is run on this DLL, I get "The specified module could not be found". I ran depends.exe on the DLLs. I get some modules (e.g. msvcr80d.dll) with the yellow question mark but I get the same result with another debug DLL that can be registered. Any idea? Thanks |
| Back |