How to add .Net library to global assembly cache?
Mostra commenti meno recenti
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 Commenti
Seyedfarid Ghahari
il 8 Mar 2017
Hi, Did you find a solution for your problem? I have same!
Markus Finkeldey
il 18 Lug 2017
Same here
rizqi basith
il 15 Gen 2024
same here and still find. btw sir how to make private library?
Risposte (1)
Tohru Kikawada
il 11 Giu 2021
0 voti
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 Commento
Categorie
Scopri di più su Get Started with Microsoft .NET in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!