How to add .Net library to global assembly cache?

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 comentarios

Hi, Did you find a solution for your problem? I have same!
Same here
rizqi basith
rizqi basith el 15 de En. de 2024
same here and still find. btw sir how to make private library?

Iniciar sesión para comentar.

Respuestas (1)

Tohru Kikawada
Tohru Kikawada el 11 de Jun. de 2021

0 votos

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 comentario

KAE
KAE el 12 de Mzo. de 2024
Editada: KAE el 12 de Mzo. de 2024
Please give some step by step info on how to use Gacutil.exe in a Matlab program to resove the GAC error.

Iniciar sesión para comentar.

Etiquetas

Preguntada:

el 6 de Nov. de 2014

Editada:

KAE
el 12 de Mzo. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by