Hi,

I am trying to put a dll to GAC. The assembly is signed.

1.I tried draging and droping (nothing happens)
2. I tried command gacutil /i abc.dll, from visual studio command prompt.

It says Assembly successfully added to the cache but when I open windows\Assembly folder, I cant see my dll.

I am using windows xp professional OS.

Could anyone please let me know where I am doign wrong?

Thanks.
Regards,

Recommended Answers

All 2 Replies

Did you do a full-disk search for the DLL?
It might be somewhere different.

I believe the command is gacutil -I "C:\full path\to\your\dll\along\with\the\name.dll"

Here is the documentation on installing to the GAC

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.