المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ActiveX component problems



C# Programming
05-28-2009, 04:12 AM
Hi,

I am writing a program that needs to manipulate Animation Master's models(an 3d animation program).
Hash Inc have available an sdk for developing plug ins using C++. But they have an ActiveX that exposes all the sdk libruary, it's called WebHAMR.

I really need to do what I need to do fast, and because of this I am using C# Express 2008.
I really don't want to do it in C++



This is what I do:

I add WebHAMR as a Reference, And it works fine if I just place a WebHAMR control on a form and load a 3d model.

The problem I am having is that if I create an object using the library exposed by WebHAMR, I get the following error:

Retrieving the COM class factory for component with CLSID {2FDB515C-EA6A-4B4A-8300-A0446FEB7F78} failed due to the following error: 80040154.


I really need help, I am limited on time.
Thanks