Microsoft Access 2k and VB.NET

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Hello,

Is it possible to use a VB.net assembly from Microsoft Access 2k? I'm
porting an app from A2k to VB.net2k3 and would like to slowly replace the
code in my A2K app with references to the code in VB.net2k3... I've tried
setting a reference to a VB.net dll and I get an error. Is this possible?

Thanks....

Kevin
 
Access 2000 came out before .Net so I doubt it has any support for the
Framework, runtime, or any .Net apps...

Cheers
 
¤ Hello,
¤
¤ Is it possible to use a VB.net assembly from Microsoft Access 2k? I'm
¤ porting an app from A2k to VB.net2k3 and would like to slowly replace the
¤ code in my A2K app with references to the code in VB.net2k3... I've tried
¤ setting a reference to a VB.net dll and I get an error. Is this possible?
¤

See the following:

ms-help://MS.VSCC/MS.MSDNVS/cpguide/html/cpconexposingnetframeworkcomponentstocom.htm


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top