Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > 3rd Party ActiveX Object not working

Reply
Thread Tools

3rd Party ActiveX Object not working

 
 
Ted
Guest
Posts: n/a
 
      02-02-2005
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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Looking For GridView Alternative (but not 3rd party, even if free). George ASP .Net 0 01-27-2009 02:26 PM
Re: Looking For GridView Alternative (but not 3rd party, even iffree). Alexey Smirnov ASP .Net 0 01-27-2009 09:30 AM
provide 3rd party lib or not... philosophical check Maurice LING Python 2 06-03-2005 10:03 PM
ActiveX apologetic Larry Seltzer... "Sun paid for malicious ActiveX code, and Firefox is bad, bad bad baad. please use ActiveX, it's secure and nice!" (ok, the last part is irony on my part) fernando.cassia@gmail.com Java 0 04-16-2005 10:05 PM
Easy image resize - works on web matrix - does not on 3rd party se ASPQuicky ASP .Net Web Controls 2 10-13-2004 10:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57