Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Using server-side OCX with ASP.Net Web Service

Reply
Thread Tools

Using server-side OCX with ASP.Net Web Service

 
 
Lee
Guest
Posts: n/a
 
      03-30-2006
I am using a library supplied by a third-party vendor. Although the
library has no UI, the vendor supplies it as an .OCX control.

I need to utilize this library in an ASP.Net Web Service. My Web
Service does not expose the OCX control's functionality directly, but
utilizes the OCX for its own internal purposes.

What is the best approach here?

Since I am more familiar with old VB6 than with .Net, I was thinking of
wrapping the OCX with an ActiveX server written in VB6. This ActiveX
server would provide the hidden form that the OCX requires. I would
then utilize the ActiveX server from ASP.Net via interop.

Does this make sense? How would I do this using just .Net -- without
getting VB6 involved.

TIA!
Lee

 
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
random server error when using OCX in web page Neal Bade ASP .Net 2 11-26-2007 07:23 PM
Using server-side OCX control with ASP.Net Web Service las@labapps.com ASP .Net 8 04-03-2006 05:52 PM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
Error with TreeView Control (MSCOMCTL.OCX) via COM Interop from ASP.NET and Service Pack MarkD ASP .Net 0 08-03-2005 02:44 PM
Can't import .OCX assembly into Web Matrix Project. Jason Robertson ASP .Net 0 11-29-2004 10:32 AM



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