A
Alex
Hi,
I'm having a booger of a time trying to understand the policies for VB 2005
so I can run the EXE file from a network share via mapped drive.
My first route was to use the Global Assembly Cache, but I never could get
VB2005 to create the DLL per ArticleID 315682. I ran sn -k
"C:\GAC\TestKey.snk" then added the following to the AssemblyInfo.vb of my
Project:
<Assembly: AssemblyKeyFile("C:\GAC\TestKey.snk")>
Then when I go into my project and build it, no DLL is ever created.
Can someone give me some pointers on how to create the DLL the article
describes?
Thanks ---
Alex
I'm having a booger of a time trying to understand the policies for VB 2005
so I can run the EXE file from a network share via mapped drive.
My first route was to use the Global Assembly Cache, but I never could get
VB2005 to create the DLL per ArticleID 315682. I ran sn -k
"C:\GAC\TestKey.snk" then added the following to the AssemblyInfo.vb of my
Project:
<Assembly: AssemblyKeyFile("C:\GAC\TestKey.snk")>
Then when I go into my project and build it, no DLL is ever created.
Can someone give me some pointers on how to create the DLL the article
describes?
Thanks ---
Alex