How to add .Net library to global assembly cache?

31 Ansichten (letzte 30 Tage)
azizullah khan
azizullah khan am 6 Nov. 2014
Bearbeitet: KAE am 12 Mär. 2024
How can i add .net library to global assembly cache. When i add .net library for example
NET.addAssembly('abc.dll')
it gives an error:
'abc.dll' could not be found in the .NET Global Assembly Cache (GAC).
I can use private library means refer location of that library for example NET.addAssembly(C:\abc.dll') it works but i want it globally: Please share you experience with me thaks:::
  3 Kommentare
rizqi basith
rizqi basith am 15 Jan. 2024
same here and still find. btw sir how to make private library?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Tohru Kikawada
Tohru Kikawada am 11 Jun. 2021
To add a .NET assembly to your global assembly cache, you'll need to use Global Assembly Cache Tool (Gacutil.exe). Please see the following documentation.
  1 Kommentar
KAE
KAE am 12 Mär. 2024
Bearbeitet: KAE am 12 Mär. 2024
Please give some step by step info on how to use Gacutil.exe in a Matlab program to resove the GAC error.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by