VS2010 error: cannot find custom tool "GlobalResourceProxyGenerator" on this system

Good afternoon!

My highly typed resource classes, available through Resources.<Name of resx file>in an ASP.NET MVC2 project from /App_GlobalResources, are no longer being updated.

I tried to right-click on them and select "Run a special tool" and get an error message:

Cannot find custom tool 'GlobalResourceProxyGenerator' on this system.

I am using VS2010 Express, an ASP.NET MVC2 project (and using T4MVC).

Thanks in advance!

+5
source share

All Articles