473,387 Members | 1,789 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,387 software developers and data experts.

Compiler Error Message: BC30456: 'InitializeCulture'

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 member of
'ASP.default_aspx'.
This happens for every page and after I created a MasterPage.

Please help. I have seen multiple questions from people on this same
issue, but with no answers.

Apr 11 '06 #1
3 7186
30 seconds on Google:

"I found a solution. During the publishing stage on framework 2.0 uncheck
the "allow this precompiled site to be updatable". Once I unchecked this it
published correctly and functioned correctly on IIS. With it checked I
would always receive 'InitializeCulture' is not a member of ...

Another alternative to these is to copy the files directly from your
development environment as the aspx pages define there CodeBehind pages in
there header tags. Either method will work. Option 1 is faster.

I hope this helps.

Anthony"

"Mauricio Pires" <Ma***********@discussions.microsoft.com> wrote in message
news:69**********************************@microsof t.com...
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 member of
'ASP.default_aspx'.
This happens for every page and after I created a MasterPage.

Please help. I have seen multiple questions from people on this same
issue, but with no answers.

Apr 11 '06 #2
Excuse me, but in 30 seconds you found out the wrong response.
The problem was ambiguos inheritance in my pages.
Thanks.


"Jeff Dillon" wrote:
30 seconds on Google:

"I found a solution. During the publishing stage on framework 2.0 uncheck
the "allow this precompiled site to be updatable". Once I unchecked this it
published correctly and functioned correctly on IIS. With it checked I
would always receive 'InitializeCulture' is not a member of ...

Another alternative to these is to copy the files directly from your
development environment as the aspx pages define there CodeBehind pages in
there header tags. Either method will work. Option 1 is faster.

I hope this helps.

Anthony"

"Mauricio Pires" <Ma***********@discussions.microsoft.com> wrote in message
news:69**********************************@microsof t.com...
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 member of
'ASP.default_aspx'.
This happens for every page and after I created a MasterPage.

Please help. I have seen multiple questions from people on this same
issue, but with no answers.


Apr 12 '06 #3
And in less than 30 seconds you were rude

At least I tried, and you're welcome. I've added you to my "don't help in
the future" list

"Mauricio Pires" <Ma***********@discussions.microsoft.com> wrote in message
news:08**********************************@microsof t.com...
Excuse me, but in 30 seconds you found out the wrong response.
The problem was ambiguos inheritance in my pages.
Thanks.


"Jeff Dillon" wrote:
30 seconds on Google:

"I found a solution. During the publishing stage on framework 2.0
uncheck
the "allow this precompiled site to be updatable". Once I unchecked this
it
published correctly and functioned correctly on IIS. With it checked I
would always receive 'InitializeCulture' is not a member of ...

Another alternative to these is to copy the files directly from your
development environment as the aspx pages define there CodeBehind pages
in
there header tags. Either method will work. Option 1 is faster.

I hope this helps.

Anthony"

"Mauricio Pires" <Ma***********@discussions.microsoft.com> wrote in
message
news:69**********************************@microsof t.com...
> 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 member of
> 'ASP.default_aspx'.
> This happens for every page and after I created a MasterPage.
>
> Please help. I have seen multiple questions from people on this same
> issue, but with no answers.
>


Apr 12 '06 #4

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

Similar topics

1
by: Zenobia | last post by:
How do I bind an array, arrayList or even a stack to a repeater containing hyperlinks. The data structure (array, arrayList or even a stack) has dates in ISO format "YYYY-MM-DD". The repeated...
10
by: chris | last post by:
I'm not sure if this is a bug being caused by visual studio, or by the vb compiler itself. I have good size solution (33 projects) and am consistently having a problem with one project.. ...
0
by: fabrice | last post by:
Hello, I m using vb.net and framework 1.1 whithout VisualStudio. I'm trying to compile a personnal tool class in one assembly using VBC.exe . But i get an error in compilation and i don't know...
3
by: ericw3 | last post by:
I am switching from Java to the .Net framework. In order to separate page layout design from the application code, I studied the codebehind tutorial by John at...
3
by: wardy1975 | last post by:
Hi all....looking for a bit of help here....I'm using an asp.net server side button, and trying to add an onclick event on the button to call a javascript function. However, I am trying to enter...
0
by: Abdul | last post by:
Hello, I am having an issue when trying to move an application from a demo machine into a development environment. I am getting an error when using <%@ Register TagPrefix %to register a user...
7
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. I'm...
3
by: dancer | last post by:
I am using Framework 1.1.4322. Who can tell me why I'm getting this error? My code follows Compilation Error Description: An error occurred during the compilation of a resource required to...
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...
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: 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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.