Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ted #1
3rd Party ActiveX Object not working
I have been able to use a 3rd Party ActiveX object in a ASP.NET (using
ASPCOMPAT=TRUE and impersonation), .NET C# Windows (form) application and
..NET console application, but the virtually same code doesn't work as a Web
Service.
But we would desperately like to use a Web Service because:
- this ties to a DHTML client and we can avoid to avoid unnecessary post
back and return with ASP.NET on_click
- we don't want to write a .NET Remoting server
So far, we have done this to see if we could solve the problem:
1. At first I thought this was due to privileges, so I set my web.config to
include: <identity impersonate="true" userName="administrator"
password="password" />. This didn't work.
2. So then, I tried making the calling thread be STA - as per MSDN Support's
"PRB: "Access Denied" Error Message Occurs When You Impersonate an Account
in ASP.NET and Then Call STA COM Components", Article ID:325791. Still no
luck.
Any suggestions from the experts? I can provide code snippets if necessary.
We need to solve this before our product release -- due in February. Thanks
in advance for any help.
Ted
Ted Guest
-
Error: 429 ActiveX Component Can't create Object
Hi all, I have Adobe Acrobat Professional 7.0 installed on an NT Server. Now, the question is, can I use its objects in an intranet ASP... -
Q: ActivePerl - calling an ActiveX object
I have a 3rd-party ActiveX object (as a DLL) that I am trying to call from Perl (ActivePerl 5.8) The function that I am calling takes three 'in'... -
Install ActiveX component from <OBJECT>
We had signed CAB file with ActiveX object - not an ActiveX control. It works as expected, until latest IE security update. (Article ID: 912812).... -
ActiveX component can't create object
I'm having problems setting up a monstrous COM+ Frankenapp on my local machine. The application works on the development server when I access it... -
3rd party component not working properly
Hi, I've got a third-party component I'm trying to get to work - and yes I've asked at the components forum, but havn't recieved a response so...



Reply With Quote

