assembly in GAC doesn't work

G

Guest

Hi everyone,

I've created a shared assembly and istalled it to the windows\assembly folder.
I see the assembly in the list of all the other assemblies.

But in Visual Studio 2005, when I want to add a reference, this assembly
isn't in the list with .NET assemblies. What is the cause of this problem?

thanks!

Filip
 
G

Guest

But how can I use it?
In code the namespace is LessiusSecurity and the class is LessiusSecurity
In the assembly folder, there is LessiusSecurity.

But using LessiusSecurity raises an error
 
G

Guest

<assemblies>
<add assembly="System.DirectoryServices, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="LessiusSecurity, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=725360f26e731583"/>
</assemblies>
 

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