AcadApplication Object problem- WIndows Vista

AcadApplication Object problem- WIndows Vista

Anonymous
Not applicable
295 Views
0 Replies
Message 1 of 1

AcadApplication Object problem- WIndows Vista

Anonymous
Not applicable
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
0 Likes
296 Views
0 Replies
Replies (0)