deployment - Publish entire solution in visual studio 2008 -


I know that by clicking on the name of the project and clicking Properties, How to publish the application. How do you solve it so that you have only one installer for all of them?

Do you have a reference to the project? If you publish your project, depending on any other project, it should be compiled automatically.

If you want to create a more complex publishing scenario, then I recommend using MSBuild or NAnt. MSBuild has a short tutorial.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -