VS Studio 2015 Vs VS Studio 2017 - missing dlls

  • Thread starter Thread starter DSangh
  • Start date Start date
D

DSangh

Guest
Hello,

I tried to run my application using VS 2015 14.0.25420.01 update 3 and it worked in debug mode as well as in the release mode. I published the same application and it worked smoothly. No issues for any of the functionalities.


But when I open the same application with VS 2017 version 15.9.4 and the application works in the debug and release modes but when I publish the application and run it, it gave me the exception System.IO.FileNotFoundException: showing could not load or assembly interop.excel. version=1.4.0.0 when I try to access the Excel Files through interop.excel.

The copy local is set to TRUE for this and I have it added in the references. But it still throws the exception.

There are two applications for which I have the same trouble.

Could you please let me know what I should do here?

Thanks

Continue reading...
 
Back
Top