Friday, August 10, 2007

Compiler Error Message: BC30456: 'InitializeCulture'

This error:

Compiler Error Message: BC30456: 'InitializeCulture'

just arrived on our live server?
It was only affecting the home page, a page that hadn't achnaged for over 4 weeks.
The site is not a compiled site, ie all code behind files are on the live server, (not the best way, however we change the code alot so its quicker to make chanegs).
The error was not found, but I am sure it is caused by a multiple files with the same class name, ie default.

Fixed it by removing the codebehind reference, I was lucky this page has no requirement for code as all content is driven by web user controls, not the page itself.

No comments: