Nate Bross Posted October 26, 2006 Posted October 26, 2006 I am trying to figure out how to achieve the same functionality as VS.NET 2005 has where you right click the project (solution explorer) and select 'Publish' and then the wizard comes up. How do I do that in VS.NET 2003? Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
scaldwe Posted October 27, 2006 Posted October 27, 2006 It's not exactly the publish method you know in 2005, but there is a copy method. It's been a while but, I believe it copies everthing and not just what you need to run the app though .... I don't have 2003 loaded or I would check it for ya. Here is a decent article that covers the process and the reuirements depending on what you are trying to accomplish. http://support.microsoft.com/kb/326356 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.