Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shiftkey opened this issue Apr 9, 2013 · 0 comments
Open

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

shiftkey opened this issue Apr 9, 2013 · 0 comments

Comments

@shiftkey
Copy link
Member

shiftkey commented Apr 9, 2013

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant