Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Microsoft .Net Resource File stopped working all of a sudden

Options
  • 23-10-2012 3:30pm
    #1
    Registered Users Posts: 3


    I have a .net resource file which stopped working all of a sudden on the production environment. The resource (.resx) file had been working flawlessly for ages. This resource file resides within a website project and the resource strings are used to populate a menu. For some reason the resource strings stopped being returned. There was no error generated in the event log or any of our error logging databases. The last deployment to the website was well over 2 weeks ago. The issue was resolved by restarting the website but obviously we would like to get to the root of the problem and resolve it without having to resort to restarting the website each time. Has anybody experienced this problem before?
    Any help would be greatly appreciated


Comments

  • Registered Users Posts: 7,501 ✭✭✭BrokenArrows


    I have a .net resource file which stopped working all of a sudden on the production environment. The resource (.resx) file had been working flawlessly for ages. This resource file resides within a website project and the resource strings are used to populate a menu. For some reason the resource strings stopped being returned. There was no error generated in the event log or any of our error logging databases. The last deployment to the website was well over 2 weeks ago. The issue was resolved by restarting the website but obviously we would like to get to the root of the problem and resolve it without having to resort to restarting the website each time. Has anybody experienced this problem before?
    Any help would be greatly appreciated

    Well its unlikely it was the contents resource file which caused the problem as this is basically just a xml file storing your strings.

    Without any error logs its basically a needle in a haystack.

    Something might have put a read lock ok the file. Are you logging these failures?


Advertisement