Hello,

Think u can use ComVisibleAttribute  , start reading here
http://msdn.microsoft.com/en-us/library/system.runtime.interopservices.comvisibleattribute(VS.71).aspx

Idea is your classes became COM objects, or better to say COM visible.
Then you can use them in classical asp with

set A = CreateObject("Assembly.myClass") 'syntax could be wrong last
time I touched classical asp about 5 years before

Regards


On Aug 12, 9:11 pm, CH <[email protected]> wrote:
> Hello,
>
> I have a DLL that utilizes the MySQL .NET Connector within it.  We
> want to see if there's a way to get it to work in an ASP Classic
> environment without having to develop a separate version of the DLL
> that uses a different method of interacting with MySQL.
> Does anyone have any ideas?  I know it's possible to "wrap" the app
> DLL so it can be used within ASP Classic, but since it uses the
> MySQL .NET Connector, I believe that would still cause problems.  Am I
> correct?
>
> Thanks
> C

Reply via email to