- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm doing this simple code:
using ACSMCOMPONENTS23Lib;
private void CreateSheetSet()
{
AcSmSheetSetMgr manager = new AcSmSheetSetMgr();
....
....
}
Immediatly on first line it gives me error:
An exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll but was not handled in user code
Additional information: Retrieving the COM class factory for component with CLSID {5E7291E1-0D0D-4489-A8A0-9A1A1892E5CF} failed due to the following error: 80040111 ClassFactory cannot supply requested class (Exception from HRESULT: 0x80040111 (CLASS_E_CLASSNOTAVAILABLE)).
Any idea what I'm doing wrong?
Solved! Go to Solution.
Link copied