Groups | Blog | Home
all groups > dotnet general > april 2007 >

dotnet general : .ocx vs dll use in a .asp


JC
4/6/2007 10:08:02 AM
I currently have a .asp on a 2k server that calls calls a .ocx with
parameters that process data and returns info back to the .asp. I have
rewritten the .ocx using VS2005 vb which creates a dll that would replace the
..ocx. Problem is since the dll cannot be registered the asp cannot access it.
What is best way to do this with .net?
Scott M.
4/6/2007 2:27:05 PM
You set your .NET project to "Register for COM InterOp', which is in the
project's settings.

This creates a CCW (COM Callable Wrapper) assembly that you can, in fact
register on your server and use in Classic ASP.


[quoted text, click to view]

AddThis Social Bookmark Button