Hi
I encountered a problem while trying to register a COM DLL. I received the following message :
Debug Assertion Failed!
Program : C:\WINNT\System32\regsvr.exe
file : C:\ProgramFiles\microsoft visual studio\vc98\atl\include\atlbase.h
Expression : pM->m_hInst !=0
and the message which followed it was :
DllRegisterServer in <my dll path> failed. Return code was : 0x80000003
what can be done?