Hi,
I working on COM Components in VC++.NET 2005,
HRESULT hr = spCrypt.CoCreateInstance(__uuidof(Cryptographer::TMMPlayerHelper), 0);
if( FAILED(hr) )
spCrypt = 0;
I am facing an error here.
I debug the code and found that "CoCreateInstance()" is returning a message
"Class is not registered"
an my program gets crash.
How can I resolve this problem? Please reply me soon.
--
Regards,
Asif