-----Original Message-----
Yes, but you have to create a COM interop DLL, the interop DLL will be
a ActiveX/COM object that you can reference from classic ASP (ASP3.0),
VB6, etc... If you're using Visual Studio.NET 2003 this is as easy as
going into your solution settings->Configuration and under Output(s)
set "Register for COM Interop" to True. Under General properties you
can set the "Wrapper assembly key name" this would be the unique
ActiveX key that's going to go in the registry/unique name you'll
reference when you call CreateObject(...) from ASP.
http://msdn.microsoft.com/library/default.asp? url=/library/en-
us/csref/html/vcwlkCOMInteropPart1CClientTutorial.asp
If you're not working inside Viusal Studio.NET then you can create the
wrapper dlls from the command propt. Look in the QuickStart tutorials
for how to do this.
"Bernardo Heynemann" <
[email protected]> wrote in
.