views:

222

answers:

1

Good day!

My strongly typed resource classes acessible via Resources.<Name of resx file> in ASP.NET MVC2 project from /App_GlobalResources are not updated anymore.

I've tried to right click on them and choose "Run custom tool" and got error:

Cannot find custom tool 'GlobalResourceProxyGenerator' on this system.

I use VS2010 Express, project is ASP.NET MVC2 (and uses T4MVC).

Thanks in advance!

A: 

I've run into the same issue. I found the solution here, in another thread of StackOverflow: http://stackoverflow.com/questions/2845311/app-globalresources-broken-in-asp-net-mvc-2-and-vs-2010

[]'s

Fabio Gouw
That's my post too I put just to clarify an issue, anyway thanks for you point -- this will give forward google searches to the right direction..
artvolk