.NET Access automation with Access 2007 Runtime
- by Robert Morgan
I'm having trouble deploying .NET application which uses Microsoft Access automation.
I've installed the Access 2007 Runtime and Primary Interop Assemblies (PIAs) on the target machine:
Access 2007 Runtime
Office 2007 PIAs
However, when I try to create the ApplicationClass:
Application access = new ApplicationClass();
I get the following…