Hi Guys, I have been trying for an hour or so and cannot get this right. I have a Visual Studio project which reads an Excel file, which I have added to the VS solution. When I run the project in VS, the file can be opened successfully. However, when I publish the project, the file does not get included, and therefore cannot be opened by the application.
I think there must be a way to say to Visual Studio to include that excel file to the deployment, however I can't find the option.
I am now to Windows Application development, so sorry for the trivial question!