<div>Hi Guys,</div>
<div>&nbsp;</div>
<div>I am now programming different windows applications with MapServer C# MapScript, to add reference&nbsp;to the mapscript_csharp.dll, sure that i can copy all the related DLLs into my projects, and all these work well. But it&#39;s not&nbsp;sort of elegant, i am trying now to generate an SNK file for the&nbsp;mapscript_csharp.dll&nbsp;and install it into GAC. Has anyone ever done&nbsp;anything like this and made it run?
</div>
<div>&nbsp;</div>
<div>i got a problem with the AL.EXE command, because it needs a .netmodule file, i can not create it with the mapscript_csharp.dll. Since i use the binary MapServer version directly, i cannot add the strong name file per attribute.
</div>
<div>&nbsp;</div>
<div>what I am trying to do are:</div>
<div>1. sn.exe -- &gt; get the strong name file;</div>
<div>2. al.exe -- &gt; link the .netmodule with the strong name file, get a DLL output;</div>
<div>3. GACUtil /i -- &gt; install it into the GAC.</div>
<div>4. Add a reference&nbsp;to the DLL in my projects.</div>
<div>&nbsp;</div>
<div>any ideas are welcome.</div>
<div>&nbsp;</div>
<div>Cheers</div>
<div>&nbsp;</div>
<div>Zhonghai</div>