deplying a app with a Access reference

  • Thread starter Thread starter Rotsey
  • Start date Start date
R

Rotsey

Hi,

I am creating a windows service that reference Access 2003 to do
some automation.

So i add a refernce to Access object on dev PC.

But how do I deploy this to a production PC who has Access 2003 with the
dev PC reference???

Thanks
rotsey
 
Rotsey,

You will only have to ship the interop assemblies that you are using.
COM depends on entries in the registry which the CLR accesses when it comes
across an interop assembly. As long as Access is installed, you shouldn't
have a problem.
 

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

Back
Top