Link to home
Start Free TrialLog in
Avatar of SharonEden
SharonEden

asked on

Cannot create COM object from ASP.NET (Creating an instance of the COM component with CLSID {} from the IClassFactory failed due to the following error: 8007000e)

I have an API DLL which is a COM object. I’ve used this DLL in a Winforms application successfully.  When I use it in ASP.NET application I get the E_OUTOFMEMORY error: “Creating an instance of the COM component with CLSID {} from the IClassFactory failed due to the following error: 8007000e” when I create an instance of the COM object.

Although I don’t think it is a security issue, I’ve tried using windows authentication and also to give privileges to the ASPNET user with no use.

I don’t have the source code of the COM object. I'm using .NET Framework 3.5.

Thanks in advance,
Sharon.
ASKER CERTIFIED SOLUTION
Avatar of SharonEden
SharonEden

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial