After signing the project, you must build or rebuild the solution. First, verify the Assembly version. In Project / Properties / Application, click Assembly Information. Make sure that there are no asterisks in the assembly version number. Otherwise, on each compilation the version number increments and a separate version is created in the GAC. Additionally, when you add a task to a package, the version number of the assembly is persisted in the package. Therefore, if you use an asterisk in the assembly, you could never see the results of recompiling the task without also recreating the package, or removing and recreating the task in question in an existing package.
Now, build or rebuild the project.
To build or rebuild a single project
-
In Solution Explorer, select or open the project that you want.
-
On the Build menu, click Build [Project Name] or Rebuild [Project Name].
-
Click Build [Project Name] to build only those project components that have changed since the last build.
-
Click Rebuild [Project Name] to "clean" the project first, and then build the project files and all project components.
Most developers create custom tasks and their associated user interfaces in the same Visual Studio Solution, under separate projects. For deployment, each project should be compiled into its own DLL.