Installing shared assembly into the GAC

D

Dan

Hi

when installing a shared assembly into the GAC, do I have to check whether
the GAC already have the assembly with the same strong
name(name,version,publickeytoken and culture) before installing it using
gacutil.exe? when there is another copy already installed do I need to take
special steps to quit the installation process.

Is this check necessary? or the gacutil.exe or the GAC will handle this
scenario automatically and will not install multiple copies of the same
assembly (with the same string name)?

regards
dan
 
M

Miha Markic

Hi Dan,

IMO GAC will handle it since there can't be two identical assemblies
registered.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top