Link to home
Start Free TrialLog in
Avatar of Peter_Brighton
Peter_Brighton

asked on

Lotus Notes in .NET Application

Information for the ExpertXchange:

Greetings  


I get the error "Cannot create ActiveX component" while executing the statement
     obj = CreateObject("Notes.NotesSession")
from within a Web Application developed in VS .NET

However, I am able to execute the same statement from Windows Forms .NET application.

The Questions are:
why does this happens?
Can I  integrate this code with in  a  WebApplication?
Can "aspnet" user create an ActiveX component running as a separate desktop windows application?


Thanks

Peter
ASKER CERTIFIED SOLUTION
Avatar of Gunsen
Gunsen

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
Avatar of Peter_Brighton
Peter_Brighton

ASKER

Thanks for your comments. I'm going to give it a try over the weekend and i'll get back to you.

Peter