Why am I getting App_GlobalResources assembly generated? (Error = CS0433)

前端 未结 3 911
盖世英雄少女心
盖世英雄少女心 2020-12-21 15:23

I\'m working on a ASP.NET MVC2 project, for which I have configured the localisation as follows ...


I have a separate Resources assembly, containing all my resx files
3条回答
  •  [愿得一人]
    2020-12-21 15:59

    doh!

    I think when I switched my "usual working folder" to the branch this was in, I had some files in a "App_GlobalResources" folder.

    I just tried to create a new App_GlobalResources folder in VS2010 and it told me there was already one there, but it wasn't in the solution explorer.

    I looked in windows explorer a number of times and just didn't see that folder.

    Anyway, problem solved!

    moral: don't trust solution explorer or svn switch to delete files that don't belong in the working copy :'(

提交回复
热议问题