Global Assembly Cache

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I'm trying to add an assembly to Global Assembly Cache
using the Global Assembly Cache tool (Gacutil.exe). From
command prompt:
"GACUTIL /I amqmdnet "C:\Program
Files\IBM\WebSphereQ\bin\amqmdnet.dll"
After the execution am getting: "Assembly successfully
added to the cache"

But when am open the VS.NET and trying to Add a reference
(Menu Add Reference.NET) in the above assembly I can't
find it in the .NET assemblies

If I add manually reference in the development PC
everything works fine but when I deploy the application,
the application cannot find the assembly. The assembly
have been added to the Global Assembly Cache in all users
using Gacutil.


Bill


P.S: The assembly is the SupportPac (for .NET), ".NET
Classes for WebSphere MQ" from IBM (The supportPac is
part of the WebSphere MQ)
 
Back
Top