GAC issues: Not able to access it from one of my assemblies.

S

Smooth Criminal

Here is the scenario, I am planning to use microsoft application
blocks and Exception block in particular. Since I planned to use it
from a number of applications, I wanted to install it in my GAC.

* I customized the Exception block to suit my needs
* I generated keys to sign the assemblies
* I created a deployment project and now have it installed in the GAC.

This all went fine, now the issue is how do I access the assemblies
that I installed in the GAC from my code.

I am not able to add a reference to the assembly not does it compile
without a refence.

I am using VS.NET 2003 (aka framework 1.1) on Windows 2000
professional
 
M

Mattias Sjögren

I am not able to add a reference to the assembly not does it compile
without a refence.

Reference a copy of the assembly outside of the GAC.



Mattias
 

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