Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
325
Deploying Localization Satellite Assemblies to Target Machine
posted

I attempted to get localized resource satellite assemblies for the WebDataGrid by following the instructions in this document:

http://dl.infragistics.com/community/aspnet/articles/wdg-localization/WebDataGridLocalization.doc

On my development machine, this works fine.  The filters are being localized as promised.  However, I am deploying my web site to another machine and I've run into a problem.  I am placing these satellite assemblies into the appropriate localization folders in the application's bin directory (i.e. de-CH, as in the document).  However, when I run the website in the target machine, the filters are displayed in the default culture.

After a search, I noted another post which brought up the idea of the fact that these assemblies are delay signed, and that this might be an issue (requires a fully strong named signed assembly).

While I suppose I could use GACUTIL.EXE to install the assembly to the GAC of the target machine, I would prefer to keep these in the bin directory of the application.

Question:  Am I on the right track as to the cause of the issue?  If so, is there any way to strong sign these assemblies such that they will work when deployed with the application as members of the application's bin directory?  If not, is installing to the GAC an appropriate course of action?

Parents Reply Children
No Data