I\'m working through \"Developer\'s Workshop to COM and ATL 3.0\" by Andrew W. Troelsen.
I\'m trying to implement the lab in Chapter 3.
It shows you how to build
Did you try registering the COM server with regsvr32.exe?
Is the value of CLSID_CoCar equal to the value in your reg file? ({EFC76CF8-71B8-477b-890A-1233BD9177CB}), or have they been regenerated to different values?
If so, have you checked that these values have been correctly merged into your registry?
Have you called CoInitialize?
Open a command prompt, change to your DLL's folder, and run regsvr32.exe:
cd \Users\Steven\Documents\Visual Studio 2005\Projects\CarInProcServer\release
regsvr32 CarInProcServer.dll