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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
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!
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
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
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