Global Assembly Cache access

R

Relaxin

I have a library loaded in the Global Assembly Cache (GAC).
In my application I use the library by stating: using MyLibrary.MyClass

But when I try to compile the code it says that it can't find my library,
but it can find it after I add it to the references.

My question is how come it can't find it within the GAC, do I always have to
add it to the references or is there something else I needed to?

Thanks
 

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