GAC problem

A

Alex

Here is my scenario:

I compile a class library with strong name(.snk) specified. I run
gacutil.exe to install the assembly. It appears in the GAC. When I go to Add
Reference of another project, the assembly does not appear in the .NET tab,
is this correct behavior?

Thanks.
 
D

Dave Loynd

Eugeniy said:
You can use browse button to find it yourself. But you can
point only the original .dll file out. I don't completely
understand why it is impossible to point out to the GAC's
copy of the assembly.

There is a registry hack that will allow you to see your assembly under the
..NET tab, but it really is a hack. Search around the C# NG or on Google and
you'll likely run across a couple of threads that describe it (sorry I dont
have a link).
 

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