Server Error (Resources)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Carlo Marchesoni

    Server Error (Resources)

    My ASP.NET app works with resources for loading text to the different
    controls (multilingual app) and everything works fine. but from time to time
    I have the following error. Then I have to wait for some time and my app
    continues working (I don't have to change nothing). What could this be ?

    Server Error in '/AlphaWeb' Application.
    --------------------------------------------------------------------------------

    Could not find any resources appropriate for the specified culture (or the
    neutral culture) on disk. baseName: Textfile locationInfo: <null> fileName:
    Textfile.resour ces
    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.Resource s.MissingManife stResourceExcep tion: Could
    not find any resources appropriate for the specified culture (or the neutral
    culture) on disk. baseName: Textfile locationInfo: <null> fileName:
    Textfile.resour ces
Working...