Referencing VB.Net dll's from ASP not ASP.NET

S

Skevmeister

Is it possible for VBScript to createobject on a .NET class as I have
developed an image function for my website and another sister company want's
to use the class as well. Or do I need to create a wrapper as I want to
expose the GDI+ functionality via simple functions.

Cheers in Advance

Alixx
 
J

Jeremy Cowles

Skevmeister said:
Is it possible for VBScript to createobject on a .NET class as I have
developed an image function for my website and another sister company want's
to use the class as well. Or do I need to create a wrapper as I want to
expose the GDI+ functionality via simple functions.

As long as you register the TLB for your .NET Class on the server, I don't
see why it wouldn't work...

~
Jeremy
 
C

Cor

Skevmeister,
You said simple, is it not possible to create an aspx.vb page as a frame in
the asp.page?
Just thinking I never did.
Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top