I need to package my code so I can install the program I created on another computer that does not have Visual Studio 2003. The application is a Windows Application.
I am creating a windows application. I have created some webforms and wrote some code that links each of the forms together. I need to package all of the code so that I can burn it on a CD and upload the installer to another computer that does not have .NET Studio. I want the installer to install what I have so far so I can show them the prototype.
Then you do what we have told you before. Use the Package and Deployment Wizard, which can be used to create an MSI file which can then be installed on a client that has the .Net framework (not .Net Studio) installed.
If you are still getting an error on the client post that message.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.