Thursday, January 18, 2007

ERROR .. 'InitializeCulture' is not a member

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


1. for that u have to add web.config file ....

2. in that change to -- compliation Debug = "False"

3 . avoid the debug =" false" in all .aspx page ... make it in a global that is use the line in web.config file ....

4 . add this line globlaization iuculture = "auto" culture="auto"

No comments: