COM object in windows form OK, but the same in Web Forms crash

  • Thread starter Thread starter Elmer Carías
  • Start date Start date
E

Elmer Carías

Hi,

I have a problem with a COM object that in Windows Forms functions well,
but when i use that in Web Forms crash,
any idea about this problem. I hope that que user run the Web Application
are the problem, but i set the compuiter administrator run the web app, and
ever crash


Help me, please

Atte. Elmer Carías
El Salvador, Central America
MSN: (e-mail address removed)
 
What are your COM objects doing? if they are performing activities that
require permission, then they will crash unless they have explicit
permission to do so. Running as admin is not enough.

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 
Hi

This COM Object it is in code behind or on the client?

What exactly is the error message?

What does the COM object do?

We will need more info before we can help you.

Regards,
Daniel Roth
MCSD.NET
 
Add the 'aspcompat=true' attribute in your '<%@ Page' tag.

Hope this will solve the problem.

Regards
Ravi
 
Back
Top