Hello,
I have two problems.
1. I am trying to read an excel file from my VB.NET application. In debug mode from visual studio, I am able to open it without any problems. But when i execute the exe of my application independently, I get the exception File or assembly name Interop.Excel, or one its dependencies, was not found. What am I missing here?
2.I am also not very much aware of distributing applications. Right now I just copy the exe file in \obj\Debug and try to run it. How am I supposed to package and distribute my application? Will it be enough if I just distribute the exe file mentioned above?
Could anyone guide me on this.
Thanks in advance,
SHankar
I have two problems.
1. I am trying to read an excel file from my VB.NET application. In debug mode from visual studio, I am able to open it without any problems. But when i execute the exe of my application independently, I get the exception File or assembly name Interop.Excel, or one its dependencies, was not found. What am I missing here?
2.I am also not very much aware of distributing applications. Right now I just copy the exe file in \obj\Debug and try to run it. How am I supposed to package and distribute my application? Will it be enough if I just distribute the exe file mentioned above?
Could anyone guide me on this.
Thanks in advance,
SHankar