How to create a package for web application with components that shared with other applications?

Showing Answers 1 - 2 of 2 Answers

samiksc

  • Jan 11th, 2006
 

Create a setup project which produces a .msi file.

A shared component assembly must be given a strong name using the following steps:

1. Create a key pair using sn.exe -k on the command line

2. Add AssemblyKeyFileAttribute to the assembly file and set it to the full name and path of the key file generated in step 1.

3. Build the assembly

The setup program detects a strong named assembly and installs it into GAC on the client machine.

  Was this answer useful?  Yes

sriram

  • Apr 26th, 2006
 

I believe you create a merge module as there are components that are used in other apps

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions