Hello,
you'll need to fiddle around with the setup project, you can add additional files, and extra folders to put stuff in - i'm not sure what exactly you're trying to do, but I tend to change the properties until I get exactly what I want. You can add folders in on the "File System" section - if I want the .exe to appear on the Programs menu, then I add files to the "User Programs Menu" part of the File System,...
User Profile
Collapse
-
Hi Carol,
To create the .exe, just build the application. The .exe lives in the /bin folder.
To package the application up, you need to ADD a setup & deployment project into your solution.. goto File -> add project -> new project , then select a setup and deployment project , setup wizard .. select the following ..
create a setup for a windows application (first window)
primary output...Leave a comment:
-
Sorted! in VS2003 when you BUILD the application you get the /bin folder.... in VS2005 when you build you don't! you have to "publish" the web service to get the bin...Leave a comment:
-
Also, if integrated authentication to SQL is being used, check the account that the application is running under, check that SQL is configured to allow access to that account.Leave a comment:
-
can the new server "see" the SQL database? can you check via enterprise manager, or by setting up a new ODBC connection?
I've had a little trouble with this in the past, one of the reasons was that the SQL server was unavailable, and needed turning back on(!!), and the other was that it needed to be configured (using the SQL "Client Network Utility") to use "named pipes" as TCP/IP didn't seem to allow...Leave a comment:
-
VS2005 web service compilation
I'm used to using VS2003, but am now upgrading some of my VB.NET applications to VS2005 using the upgrade wizard.
My web services normally consist of the bin folder, .asmx and .config files - which I deploy. However, in 2005, my bin is empty, and i'm having to also deploy the App_Code folder to get it to work.
This can't be right! can anyone tell me how to do this properly?! :o)
No activity results to display
Show More
Leave a comment: