InitializeCulture is a method where we can set culture info for current thread (that's the current request), it contains no coding logic and if not concerning localization are not supposed to be mentioned.
If this error occurs in every page, that may be a setting problem. Else check your admin_industries_view_edit.aspx and it's code file to see if there is something wrong with your code.
None
0 Points
34 Posts
BC30456: 'InitializeCulture' is not a member
Feb 16, 2006 05:22 AM|weerdboil|LINK
I have this error in my page:
BC30456: 'InitializeCulture' is not a member of 'ASP.admin_industries_view_edit_aspx'.
But I have no mention of such a namespace or class in either my code behind, or my page, or any page in my app for that matter. What could it be?
Thanks,
Dave
web design leeds
Member
22 Points
700 Posts
Re: BC30456: 'InitializeCulture' is not a member
Feb 24, 2006 08:22 AM|rmprimo|LINK
Dave,
check this out
HTH
Rob
None
0 Points
1 Post
Re: BC30456: 'InitializeCulture' is not a member
Aug 31, 2006 03:55 AM|ssgindia|LINK
RMPRIMO,
Your presentation on localization was very nice. I appreciate it.
Does it mean that "InitializaCulture is not a member of..." is very well connected with localization ?
I feel to disagree. This seems to be a setting problem.
Kindly reply.
sabya
Contributor
2369 Points
908 Posts
Re: BC30456: 'InitializeCulture' is not a member
Sep 01, 2006 01:09 AM|Gordon-Freeman|LINK
InitializeCulture is a method where we can set culture info for current thread (that's the current request), it contains no coding logic and if not concerning localization are not supposed to be mentioned.
If this error occurs in every page, that may be a setting problem. Else check your admin_industries_view_edit.aspx and it's code file to see if there is something wrong with your code.