Wednesday, February 4, 2009

Installation assembly with GAC

 
You will have to create an snk file (Strong name key file) and attach it with the dll and then try to depoly it to GAC.
 
Create snk file
 
Goto visual studio command prompt.
 
type sn -k file.snk
 
this will create snk file. Now attach this file with the dll.

No comments:

How to identify the user that was used to change an object from AOT in AX2012

Get the object name for which we need to track these (user and date&time) information's. Login to SQL Server Management Studio an...