Announcement

Collapse
No announcement yet.

C# ASP.Net web project with COM

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • C# ASP.Net web project with COM

    Hi,
    I'm pretty new to the ActiveX control and API and we are trying to build a simple web application in .Net (C#, ASP.net) utilizing the COM component. I looked at pretty much all the samples and they are either Java or .Net desktop apps. At any rate, I started a new ASP.Net project, added the Interop.IESignal dll to the references, started a simple webform and in Page_Load I have:

    esignal = new IESignal.HooksClass();
    ( earlier defined - private IESignal.HooksClass esignal; )

    I use the DCOM config tool to changed the launch permission (add ASPNet user) so now I'm getting the following error on that line above:

    System.Runtime.InteropServices.COMException: Server execution failed

    Any idea how to get around the error and is web application actually supported? TIA.

    Steve
Working...
X