running .net dll with access

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I have software i've build on access

I need to run some huge DLL was written in .net

How can i do it?
 
I'm not absolutely sure about this because I've never used a .NET DLL in
Access but I think te following should be correct.

When you build the DLL you have to make sure you set it to be registered for
COM.
The public procedures that you want to expose should also be ComVisible.

You can then set a reference to the DLL in Tools/References.

Steve
 
Back
Top