G
Guest
I am writng a dictionary application for windows ce using vs.net 2003 and
the .net cf .I am using a resource file which i compiled into an assembly. I
think I need to get it into the global assembly cache in order to get pass
the following problem of the mobile application code not being able to find
the resourse file which i referenced. This problem still occurs even though i
added the resource file to the smart application solution and set its build
mode to 'embedded resource'. I think to get pass this error i need to get the
assembly into the gac; and in order to do that i need to give the assembly i
created a strong name...in doing this however,the first step of obtaining a
public key i use the following code in the vs.net command prompt: "sn –k
TestKeyPair.snk" . I do not get any error message but later on in calling the
command: "al /t:lib /embed:dictionary.resources /culture:dictionary
/outictionaryApplication1.resources.dll /delay+ /keyfileublicKey.snk" I
get an error that the TestKeyPair.snk file cannot be found.
Any help will be appreciated.
the .net cf .I am using a resource file which i compiled into an assembly. I
think I need to get it into the global assembly cache in order to get pass
the following problem of the mobile application code not being able to find
the resourse file which i referenced. This problem still occurs even though i
added the resource file to the smart application solution and set its build
mode to 'embedded resource'. I think to get pass this error i need to get the
assembly into the gac; and in order to do that i need to give the assembly i
created a strong name...in doing this however,the first step of obtaining a
public key i use the following code in the vs.net command prompt: "sn –k
TestKeyPair.snk" . I do not get any error message but later on in calling the
command: "al /t:lib /embed:dictionary.resources /culture:dictionary
/outictionaryApplication1.resources.dll /delay+ /keyfileublicKey.snk" I
get an error that the TestKeyPair.snk file cannot be found.
Any help will be appreciated.