The solution and project have the package NetOffice Core and visio installed. This line:
Microsoft.Office.Interop.Visio.Application application = new Microsoft.Office.Interop.Visio.Application(null, visioProxy)
works fine on my machine when I build but not on our build server. The error returned is: 'Application' does not contain a contstructor that takes 2 arguments.
What is our build server missing? The project has a reference to NetOffice Core Api and VisioApi
Microsoft.Office.Interop.Visio.Application application = new Microsoft.Office.Interop.Visio.Application(null, visioProxy)
works fine on my machine when I build but not on our build server. The error returned is: 'Application' does not contain a contstructor that takes 2 arguments.
What is our build server missing? The project has a reference to NetOffice Core Api and VisioApi