<div>Hi Guys,</div>
<div> </div>
<div>I am now programming different windows applications with MapServer C# MapScript, to add reference to the mapscript_csharp.dll, sure that i can copy all the related DLLs into my projects, and all these work well. But it's not sort of elegant, i am trying now to generate an SNK file for the mapscript_csharp.dll and install it into GAC. Has anyone ever done anything like this and made it run?
</div>
<div> </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> </div>
<div>what I am trying to do are:</div>
<div>1. sn.exe -- > get the strong name file;</div>
<div>2. al.exe -- > link the .netmodule with the strong name file, get a DLL output;</div>
<div>3. GACUtil /i -- > install it into the GAC.</div>
<div>4. Add a reference to the DLL in my projects.</div>
<div> </div>
<div>any ideas are welcome.</div>
<div> </div>
<div>Cheers</div>
<div> </div>
<div>Zhonghai</div>