Tagged Questions

5
votes
1answer
2k views

How to use compiled global resources in ASP.Net MVC

I want to compile *App_GlobalResources/Strings.resx* into my assembly (and eventually use satellite assemblies for Strings.es.resx, Strings.fr.resx, etc.) but the following error occurs once the app ...
3
votes
1answer
531 views

Stuck with localization using resource files

I have a very weird problem with resx based localization. At first, let me explain, how it is done for me right now. It is ASP.NET MVC project. I have two assemblies: web and domain. Web contains all ...
2
votes
2answers
384 views

Organizing ASP.NET resource files in folders based on language

In my application's root App_LocalResources I've created several resource files (.resx) to localize my application for multiple languages. For Spanish, I copied over the default resource files and ...
2
votes
1answer
635 views

Running a custom VirtualPathProvider with a PreCompiled website

currently I have a custom VirtualPathProvider in a Asp.net MVC web application. This VirtualPathProvider checks the Area from the route "/{Area}/{Controller}/..." and uses the ...
1
vote
3answers
1k views

Help System.Web.Compilation.BuildManager find a type in a non-referenced assembly

I'm trying to write a plug-in system where assemblies can be dropped in a folder that ASP.NET has no knowledge about. This plug-in system works fine for ASP.NET MVC based assemblies, but for ...
0
votes
0answers
49 views

.Net Class Library Embedded Resource

I have a class library that contains some static files that are compiled as embedded resources and accessed via a virtual path provider. I am reusing the class library in multiple .Net MVC apps. The ...
0
votes
1answer
173 views

resource file error no culture found

i have created a resource file "Resource.resx" in my project and added some values against some keys(string values) now when i try to access the value i get the following error... Could not find any ...