Access2K and VB.net

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
 
X

xyz

I think that the only way you will be able to do it is by creating your .NET
components and register it for COM Interop. This will allow your VB(A)
solutions to access your components.

Alan
:)
 
Top