Cannot copy dll to GAC on local PC c:\windows\assembly

  • Thread starter Thread starter Guest
  • Start date Start date
dba123,

In order to install utilities into the GAC, you should use the
gacutil.exe executable which is installed with the framework.

Hope this helps.
 
and also you need to sign assembly before adding it into GAC

--
Harish Shikhare



Nicholas Paldino said:
dba123,

In order to install utilities into the GAC, you should use the
gacutil.exe executable which is installed with the framework.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

dba123 said:
When I try to copy the assembly as outlined in this article
(http://www.codeproject.com/aspnet/urlrewriter.asp) to my
C:\Windows\assembly, it doesn't let me...I get the black not allowed icon
as
I try to drag over the assembly folder.

I need this in there for the GAC for global.asax
 
urlwriter is a web project so I don't think you can register it in GAC.
Rather copy the cs file to make it a class library and put it in GAC.

chanmm
 

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