Server Error in '/MyApp' Application.
Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "MyApp.strings.resources" was correctly embedded or linked into assembly "MyApp". baseName: MyApp.strings locationInfo: <null> resource file name: MyApp.strings.resources assembly: MyApp, Version=VersionNumber, Culture=neutral, PublicKeyToken=null
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "MyApp.strings.resources" was correctly embedded or linked into assembly "MyApp". baseName: MyApp.strings locationInfo: <null> resource file name: MyApp.strings.resources assembly: MyApp, Version=VersionNumber, Culture=neutral, PublicKeyToken=null
- In the error message, MyApp is a placeholder for the name of your ASP.NET application.
- In the earlier error information, VersionNumber is a placeholder for the version number of the primary assembly for your application.