473,385 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

'InitializeCulture' is not a member of

RN1
I have an ASPX page with all the subs & functions. I created a code-
behind for this ASPX page & moved the entire code except for the GUI
code in the code-behind. I also added the CodeFile & Inherits
attributes to the Page directive. Now when I run the ASPX page, the
following error gets generated:

------------------------
'InitializeCulture' is not a member of 'ASP.ets_aspx'.
------------------------

What could be causing this error & how do I overcome it?

Please note that I don't have any culture related tags or attributes
in the web.config file.

Thanks,

Ron
Oct 16 '08 #1
1 1737
RN1
On Oct 16, 12:19*pm, RN1 <r...@rediffmail.comwrote:
I have an ASPX page with all the subs & functions. I created a code-
behind for this ASPX page & moved the entire code except for the GUI
code in the code-behind. I also added the CodeFile & Inherits
attributes to the Page directive. Now when I run the ASPX page, the
following error gets generated:

------------------------
'InitializeCulture' is not a member of 'ASP.ets_aspx'.
------------------------

What could be causing this error & how do I overcome it?

Please note that I don't have any culture related tags or attributes
in the web.config file.

Thanks,

Ron
OK.....I resolved it. I declared

<globalization uiCulture="en" culture="en-US" />

under <system.webin the web.config file.
Oct 16 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: blackstaronline.net | last post by:
Hi, I'm using .NET V2.0 I have been using un-compiled code behind pages for my .net app using "Src" in the @Page. I randomly get an Initialized Culture error when trying to access the page....
0
by: Maury | last post by:
Hello, I ovverride the method InitializeCulture of a page to change programmatically a language in a site, I would like to do this after the user clicks on a button, but the button_click event...
1
by: Mohammed Banat | last post by:
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...
0
by: Jon Paal | last post by:
After adding some code to codehehind for my vb aspx page, I am now getting this error: "InitializeCulture is not a member of ASP._aspx" if I move the codebehind back to inline script , then...
3
by: Mauricio Pires | last post by:
All my pages work just fine on development, but as soon as I publish (deploy) to a W2K Server with .Net Framework 2.0 , I always get Compiler Error Message: BC30456: 'InitializeCulture' is not a...
7
by: Immortal Nephi | last post by:
My project grows large when I put too many member functions into one class. The header file and source code file will have approximately 50,000 lines when one class contains thousand member...
5
by: =?Utf-8?B?SGVyYg==?= | last post by:
My long-running ASP application just stopped working today. I rebuilt and republished, but to no avail. The full error is: Server Error in '/NuclearDedication' Application....
4
JustRun
by: JustRun | last post by:
Hi, I'm trying to develop a MultiLanguage web site using ASP.NET 2.0 with C# My problem is: I want to make my MasterPage support switching among languages, but when i put the...
7
Telinstryata
by: Telinstryata | last post by:
Is there a way to read the ViewState by using Request.Form("__VIEWSTATE")? I want to read a value from the ViewState during the InitializeCulture function, but the ViewState object isn't initialized...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.