I have a project I have been working on where I have created a somewhat simple Console Application for updating a .txt file with data from a SQL Server View, and then FTP'ing that file to a Web Server.
This hasn't been too difficult thus far, as it is a very similar to another project dealing with different data. My issue now is that I need to know how to get a published .exe file for my console application.
The job is already set up on SQL Server, the first step a call to the .exe file of the other project.
When I publish my application though, I only see the ClickOnce/Set-Up files in the main folder for the project, whereas the other project has all the necessary .dll's, the ClickOnce, .Exe, Set-Up, etc.
Any help would be appreciated as my Googling has lead to information that has been less than helpful and very outdated. Just for reference I am using VS2010 & Targeting the .Net Framework 4.
Thanks in advance!
This hasn't been too difficult thus far, as it is a very similar to another project dealing with different data. My issue now is that I need to know how to get a published .exe file for my console application.
The job is already set up on SQL Server, the first step a call to the .exe file of the other project.
When I publish my application though, I only see the ClickOnce/Set-Up files in the main folder for the project, whereas the other project has all the necessary .dll's, the ClickOnce, .Exe, Set-Up, etc.
Any help would be appreciated as my Googling has lead to information that has been less than helpful and very outdated. Just for reference I am using VS2010 & Targeting the .Net Framework 4.
Thanks in advance!