How to Update an Assembly
This topic describes how to update the version of an assembly and the application that an assembly is deployed to using Visual Studio 2008.
Note |
|---|
| If you are updating an assembly with a new version, you do not need to restart the application. |
-
In Solution Explorer, right-click the BizTalk project, and then click Properties.
-
In the Project Designer, click the Application tab.
-
In the right pane, click Assembly Information.
-
In the Assembly Information dialog box, specify values for the Assembly Version field to increase the assembly version number. You should increase only the major or minor version number. The major version number is the first digit in the sequence (n.0.0.0); the minor version number is the second digit in the sequence (0.n.0.0). BizTalk Server will not recognize a version number change that is later in the sequence, such as 0.0.n.0 or 0.0.0.n.
-
Click OK to close the Assembly Information dialog box.
-
Save the project.
Note Use the Pipeline Designer and BizTalk Explorer Object Model to avoid schema collisions when incrementing assembly versions.
-
In Solution Explorer, right-click the BizTalk project, and then click Properties.
-
In the Project Designer, click the Deployment tab.
-
In the right pane, specify the application name in the Application Name field.
-
Ensure that the Install to Global Assembly Cache property is set to True.
Note When you deploy the solution, the assemblies will be deployed into the new application and installed in the GAC.