Installaing assembly in GAC without strong name

  • Thread starter Thread starter prateekbaxi
  • Start date Start date
P

prateekbaxi

Hi,

Is it possbile to install the assembly in GAC without signing it and
creating the strong name?

If i direclty register an assembly using gacutil /i <assembly>, it give
me an error saying cannot install the assembly as it is not given a
strong name. attempting to install with no strong name.

Evetually it doesn't install.

Pls let me know.
 
Hi,

Is it possbile to install the assembly in GAC without signing it and
creating the strong name?

If i direclty register an assembly using gacutil /i <assembly>, it give
me an error saying cannot install the assembly as it is not given a
strong name. attempting to install with no strong name.

Evetually it doesn't install.

Why don't you want to give it a strong name?

Just juse sn.exe to create a strong name for the app and include the
resulting file in your AssemblyInfo file.
 

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

Back
Top