aspnet-internationalization icon indicating copy to clipboard operation
aspnet-internationalization copied to clipboard

The name 'Resources' does not exist in the current context

Open shiftkey opened this issue 12 years ago • 0 comments

Repro steps:

  • Create an MVC4 project (.NET 4.5) -Install-Package Code52.i18n.MVC4 (gets 0.2.5)
  • Compilation error in LanguageController.cs line 52
public JavaScriptResult Language()
{
    return GetResourceScript(Resources.Language.ResourceManager);
}

Because `Resources` does not exist

shiftkey avatar Apr 09 '13 10:04 shiftkey