hi yall!
first you should know i followed the instructions from here:
http://bytes.com/topic/asp-net/answers/309994-creating-setup-install-into-gac-where-can-i-find-example (2nd post, by Mike)
i followed his exact instructions.
after i added my assembly i had to put the .tbl in an other folder (i picked one randomly: Desktop of user) After compiling i revcieve the setup.exe.
When i run this on a target pc...
Search Result
Collapse
3 results in 0.0040 seconds.
Keywords
Members
Tags
-
Upgrade application using Setup Deployment Project
I have a simple vb.net application that I have created a setup project for.The application is a single exe and uses an app.config filem
My question is, how do I go about upgrading the application whenever I make any updates to my code?
Within the setup project, I see I can set the installer to automatically remove the old version, but I don't really want to do that since it may overlay my custom settings in my app.config.... -
no access to new instance of sql server
I just recently installed a new instance of sql server 2005 on the second hard drive on my machine. It installed flawlessly and all the services are started. I don't have sql server management studio on my server with the databases so I configured the new instance to allow remote connections. When I go to my regular machine and try to access through remote connection and management studio, the new instance of sql server will not recognize the...