Re: Importing an assembly?



Laurent Bugnion wrote:

Placing an assembly in the GAC is not enough to make it available in
your project. You must add an assembly reference in the Solution
explorer: Right click on the "References" folder, choose "Add
reference", and then select your assembly. Since you added it to the
GAC, it should be available from the .NET tab. Other possibilities are
COM components, Projects in the same solution, Browse for a DLL, or
Recently used libraries.

Thanks. That did it.

Ebbe


.



Relevant Pages

  • Re: Importing an assembly?
    ... I am trying to get access to an assembly in an ASPX project. ... "The type or namespace name "MyNamespace" could not be found " ... Placing an assembly in the GAC is not enough to make it available in your project. ... You must add an assembly reference in the Solution explorer: Right click on the "References" folder, choose "Add reference", and then select your assembly. ...
    (microsoft.public.dotnet.framework.aspnet)
  • strange error
    ... '' does not match the assembly reference. ... VB.Net-compiled DLL that I wrote), same version, at the same location. ... output directories, if that matters. ... um while it is in the GAC, the DLL in question wouldn't show up in the ...
    (microsoft.public.dotnet.languages.vb)
  • GAC CopyLocal set to false URGENT
    ... i have made a controlclass lib, and i have registred it in the GAC, but when ... i´m using this assembly reference in other projects it allways set the copy ... Prev by Date: ...
    (microsoft.public.dotnet.general)