Sudden failure of site with error

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/1/2009 10:57:10 PM
Gravatar
Total Posts 46

Sudden failure of site with error

I have two hosted sites using mojoPortal and both recently failed with an application error as follows:



Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

 

Compiler Error Message: CS0101: The namespace 'Resources' already contains a definition for 'FeedResources'

The sites are hosted on Windows 2003 Server with SQL Server.

I am not sure of the version of mojoPortal.

On one of the sites I attempted to upgrade to 2.3.3.0 but setup failed with the same error.

The sites are at: www.em3oh.com and www.thewinos.com

Help!

12/2/2009 12:19:28 AM
Gravatar
Total Posts 5

Re: Sudden failure of site with error

It sounds like you have two resource files with the same name FeedResources, try to look through all of your directories for FeedResources.resx and see if there are any duplicates, you could also search the whole solution for: 'internal class FeedResources' without the quotes of course and see if that is found in more than one file in a solution if that makes sense.

I don't know if you already thought about that or not, but wanted to throw it out there.

John

12/2/2009 7:08:13 AM
Gravatar
Total Posts 18439

Re: Sudden failure of site with error

Hi,

It sounds like a Windows Update has been applied to your server, probably a long overdue one. See the FAQ page, if you have any files with .zh-Hant.resx in your App_GlobalResources folder you can delete them to solve this.

Hope it helps,

Joe

12/2/2009 11:56:10 AM
Gravatar
Total Posts 46

Re: Sudden failure of site with error

Thank you both for your help.

As Joe stated, this was the zh-Hant.resx issue.

My ISP's tech support guy found the mojo FAQ which I missed and peace is restored.

Thanks again for the great support.

 

Bob

You must sign in to post in the forums. This thread is closed to new posts.