Hi,
Installing the assemble in to global cache
Installing the assemble in to global cache
What is GAC
The Global Assembly Cache is a machine-wide store used to hold assemblies that are intended to be shared by several applications on the machine. Each computer where the common language runtime (CLR) is installed has a global assembly cache.
How to load/ Add *.dll
I needs load my custom *.dll files developed in dotnet to be used in AX or application wide.
This can be achieved in multiple ways like.
1. Power-shell commands.
2. CMD prompt.
3. Developer CMD Prompt for Visual Studio.
and few more
Regards
No comments:
Post a Comment