I have MFC dll project , I have added ATL Support to MFC dll. after that I am able to build and register dll in release mode properly.
But when I am trying to build in debug mode I am able to build it properly , at the time of registration I am getting following error
Debug Assertion Failed! Expression: _pAtlmodule == 0
I am using visual studio 2012