Message 1 of 1
AcadApplication Object problem- WIndows Vista
Not applicable
05-25-2007
08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
I am having problem with firing AutoCAD in Vista environment.
The code fails at _acadApp = new AcadApplication();
and gives the following error
Retrieving the COM class factory for component with CLSID {28B7AA99-C0F9-4C47-995E-8A8D729603A1} failed due to the following error: 80080005.
AcadApplication _acadApp;
try
{
_acadApp = new AcadApplication();
_acadApp.Visible = true;
}
catch (Exception)
{
throw;
}
Can some one give me some suggestions please. This code works fine in XP. I am using 2007 and have downloaded the SP2 already for 2007.
irfan
I am having problem with firing AutoCAD in Vista environment.
The code fails at _acadApp = new AcadApplication();
and gives the following error
Retrieving the COM class factory for component with CLSID {28B7AA99-C0F9-4C47-995E-8A8D729603A1} failed due to the following error: 80080005.
AcadApplication _acadApp;
try
{
_acadApp = new AcadApplication();
_acadApp.Visible = true;
}
catch (Exception)
{
throw;
}
Can some one give me some suggestions please. This code works fine in XP. I am using 2007 and have downloaded the SP2 already for 2007.
irfan