1、IN document WebDataGrid localization.doc , the WebDataGridStrings.resx has no string that I want to translate.
Is the file name WebDataGridStrings_runtime.resx now?
2、when I execute step “sn -e Infragistics35.Web.v12.1.dll StrongName.key” ,I get a error tip. ("Can not open registry,access denied)
My Operating system is windows8 and User is "administrator"
Hello foxbabby,
Please do not hesitate to contact us if you have any further questions regarding this scenario.
Hello foxbabby ,
Just on the server machines where you're going to deploy your project.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Do I need do this on server and all the client machine?
Once you create the resources.dll’s you just need to install them on the different machine’s GACs. So basically once you create the file you just need steps 12 and 13 which are:
12. Now type in the following command sn -Vr Infragistics35.Web.v8.3.resources.dllThe above command will allow us to install the Infragistics35.Web.v8.3.resources.dll assembly into the GAC without having it fully signed.
13. Now type in the following commandgacutil -i Infragistics35.Web.v8.3.resources.dll The above command will install the satellite assembly into the GAC
That should suffice.
Let me know if you have any further questions.
OK,
How we deploy this file when we finished localization? Do we need to execute all the steps on all the machines?