Can anybody tell how to debug the Com Dll in IIS 7.0 using VB 6.0 in Windows Server 2008 R2. I am able to hit break point in VB 6.0 accessed from Console Application using interop dlll.Through ASPX pages in IIS 7.0 I am getting the following Exception
Unable to cast COM object of type 'XCreateUser.XAcctUserProfileClass' to interface type 'XCreateUser._XAcctUserProfile'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{7A48FABA-CCC8-4FA6-94E8-803F6CF121F2}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A
Already DLL built and registered and com interop dll generated.
Please somebody show some light on this