15 Answers, 1 is accepted




Select resx file in Solution Explorer and then examine its properties in the Properties window.

Indeed currently the localization mechanism expects the App_GlobalResources folder to exist as it reads the resx files from there. For the next official release we will add support for loading compiled resources.
Regards,Nikolay
the Telerik team

The next release of our MVC extensions is expected in mid July.
Kind regards,
Sebastian
the Telerik team

We are facing with exactly the same issue as Alex did. Please confirm that the issue was fixed in the last release of MVC extensions (2011 Q2).
Best regards,
Alexander

I have tried to copy the App_GlobalResources folder to the precompiled folder but the web application will not start.
Exception information:
Exception type: HttpException
Exception message: The directory '/App_GlobalResources/' is not allowed because the application is precompiled.
at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
I am using a Grid with Ajax binding
Can you provide a way to workaround this problem or fix it. We are stuck with this issue and cannot think of a way to make it work.
I have attached a screen shot that shows the problem
Thank you

I reproduced the problem you wrote about. The resources are read and the elements that are rendered on the server are localized but the rest are not serialized and so the default text is displayed. We will investigate the what exactly is causing the problem and I will write back once there is more information.
Kind regards,
Daniel
the Telerik team

Can you keep me updated because we need a solution before we release our next product version
Thank you
We have located the problem but it hasn't been fixed. I will attach a hotfix build to this thread as soon as it is ready.
Regards,
Daniel
the Telerik team
I am glad to inform you that the problem has been resolved. The fix will be available in the next official release of the MVC Extenstions which is expected in the beginning of the next week.
Regards,
Daniel
the Telerik team