BC30456: 'InitializeCulture' is not a member of Page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

All my pages work just fine on development, but as soon as I publish
(deploy), I always get

Compiler Error Message: BC30456: 'InitializeCulture' is not a member of
'ASP.default_aspx'.

This happens for every page.

Please help. I have seen multiple questions from people on this same
issue, but with no answers.
 
Hello Mohammed,
I had had the same issue. Verify if you don't have web pages with the same
"Inherits" value. If you have, you should change to different name ( I change
to aspx file name).

I hope this solve your problem.
 
Back
Top