How to add .Net library to global assembly cache?

조회 수: 28 (최근 30일)
azizullah khan
azizullah khan 2014년 11월 6일
편집: KAE 2024년 3월 12일
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
Markus Finkeldey
Markus Finkeldey 2017년 7월 18일
Same here
rizqi basith
rizqi basith 2024년 1월 15일
same here and still find. btw sir how to make private library?

댓글을 달려면 로그인하십시오.

답변 (1개)

Tohru Kikawada
Tohru Kikawada 2021년 6월 11일
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
KAE
KAE 2024년 3월 12일
편집: KAE 2024년 3월 12일
Please give some step by step info on how to use Gacutil.exe in a Matlab program to resove the GAC error.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Getting Started with Microsoft .NET에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by