473,404 Members | 2,179 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,404 software developers and data experts.

'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.

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.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

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

Source Error:

Line 1: <%@ page language="VB" autoeventwireup="false"
inherits="WESCOReport, App_Web_jyptxkwx" %>
Line 2:
Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Source File: D:\Inetpub\wwwroot\NuclearDedication\WESCOReport.a spx Line: 1
--
stullhe104
Sep 29 '08 #1
5 7302
I reinstalled ReportViewer on the server but it did nto help.
--
stullhe104
"Herb" wrote:
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.
--------------------------------------------------------------------------------

Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

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

Source Error:

Line 1: <%@ page language="VB" autoeventwireup="false"
inherits="WESCOReport, App_Web_jyptxkwx" %>
Line 2:
Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Source File: D:\Inetpub\wwwroot\NuclearDedication\WESCOReport.a spx Line: 1
--
stullhe104
Sep 29 '08 #2
Hi Herb,

From your description, one page in a published ASP.NET web application
report the following error:

" 'InitializeCulture' is not a member of ... ..."

Based on my research, this error is likely due to the code behind page
class become mismatch with the aspx page( when you published the web site
and let the aspx updatable). Do you know whether there is any particular
changes done on that web applicaiton?

Here are two former threads which provide some suggestion and clues on
troubleshooting the problem:

#BC30456: 'InitializeCulture' is not a member of ...
http://forums.asp.net/p/955888/1177929.aspx

http://www.tjitjing.com/blog/2007/03...-is-not-member
.html

If the application hasn't been changed. I suggest you first cleanup the
virtual directory and ASP.NET temporary directory(for that web application
) before you rebuild the application and republish it.
Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Subject: RE: 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.
Date: Mon, 29 Sep 2008 11:49:38 -0700
>
I reinstalled ReportViewer on the server but it did nto help.
--
stullhe104
"Herb" wrote:
>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.
----------------------------------------------------------------------------
----
>>
Compilation Error
Description: An error occurred during the compilation of a resource
required
>to service this request. Please review the following specific error
details
>and modify your source code appropriately.

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

Source Error:

Line 1: <%@ page language="VB" autoeventwireup="false"
inherits="WESCOReport, App_Web_jyptxkwx" %>
Line 2:
Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Source File: D:\Inetpub\wwwroot\NuclearDedication\WESCOReport.a spx
Line: 1
>>

--
stullhe104
Sep 30 '08 #3
Thanks for your reply.

Nothing has changed in the app. I deleted the contents of the folder and
republished, but got the same error.

I will look at the links you provided.
--
stullhe104
""Steven Cheng"" wrote:
Hi Herb,

From your description, one page in a published ASP.NET web application
report the following error:

" 'InitializeCulture' is not a member of ... ..."

Based on my research, this error is likely due to the code behind page
class become mismatch with the aspx page( when you published the web site
and let the aspx updatable). Do you know whether there is any particular
changes done on that web applicaiton?

Here are two former threads which provide some suggestion and clues on
troubleshooting the problem:

#BC30456: 'InitializeCulture' is not a member of ...
http://forums.asp.net/p/955888/1177929.aspx

http://www.tjitjing.com/blog/2007/03...-is-not-member
.html

If the application hasn't been changed. I suggest you first cleanup the
virtual directory and ASP.NET temporary directory(for that web application
) before you rebuild the application and republish it.
Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Subject: RE: 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.
Date: Mon, 29 Sep 2008 11:49:38 -0700

I reinstalled ReportViewer on the server but it did nto help.
--
stullhe104
"Herb" wrote:
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.
----------------------------------------------------------------------------
----
>
Compilation Error
Description: An error occurred during the compilation of a resource
required
to service this request. Please review the following specific error
details
and modify your source code appropriately.

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

Source Error:

Line 1: <%@ page language="VB" autoeventwireup="false"
inherits="WESCOReport, App_Web_jyptxkwx" %>
Line 2:
Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Source File: D:\Inetpub\wwwroot\NuclearDedication\WESCOReport.a spx
Line: 1
>

--
stullhe104

Sep 30 '08 #4
The suggestion to uncheck the "allow precompiled..." worked.

Thanks for your help.
--
stullhe104
""Steven Cheng"" wrote:
Hi Herb,

From your description, one page in a published ASP.NET web application
report the following error:

" 'InitializeCulture' is not a member of ... ..."

Based on my research, this error is likely due to the code behind page
class become mismatch with the aspx page( when you published the web site
and let the aspx updatable). Do you know whether there is any particular
changes done on that web applicaiton?

Here are two former threads which provide some suggestion and clues on
troubleshooting the problem:

#BC30456: 'InitializeCulture' is not a member of ...
http://forums.asp.net/p/955888/1177929.aspx

http://www.tjitjing.com/blog/2007/03...-is-not-member
.html

If the application hasn't been changed. I suggest you first cleanup the
virtual directory and ASP.NET temporary directory(for that web application
) before you rebuild the application and republish it.
Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Subject: RE: 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.
Date: Mon, 29 Sep 2008 11:49:38 -0700

I reinstalled ReportViewer on the server but it did nto help.
--
stullhe104
"Herb" wrote:
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.
----------------------------------------------------------------------------
----
>
Compilation Error
Description: An error occurred during the compilation of a resource
required
to service this request. Please review the following specific error
details
and modify your source code appropriately.

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

Source Error:

Line 1: <%@ page language="VB" autoeventwireup="false"
inherits="WESCOReport, App_Web_jyptxkwx" %>
Line 2:
Line 3: <%@ Register Assembly="Microsoft.ReportViewer.WebForms,
Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
Source File: D:\Inetpub\wwwroot\NuclearDedication\WESCOReport.a spx
Line: 1
>

--
stullhe104

Sep 30 '08 #5
Thanks for your reply Herb,

The suggestion that uncheck the "make .... updatable" is a workaround that
community member provided. Another guy also provided some further
suggestion later in that thread which may address the underlying problem,
you can also have a look.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: =?Utf-8?B?SGVyYg==?= <st********@newsgroup.nospam>
References: <14**********************************@microsoft.co m>
<9D**********************************@microsoft.co m>
<Vf**************@TK2MSFTNGHUB02.phx.gbl>
>Subject: RE: 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.
Date: Tue, 30 Sep 2008 10:23:01 -0700
>
The suggestion to uncheck the "allow precompiled..." worked.

Thanks for your help.
--
stullhe104
""Steven Cheng"" wrote:
>Hi Herb,

From your description, one page in a published ASP.NET web application
report the following error:

" 'InitializeCulture' is not a member of ... ..."

Based on my research, this error is likely due to the code behind page
class become mismatch with the aspx page( when you published the web
site
>and let the aspx updatable). Do you know whether there is any
particular
>changes done on that web applicaiton?

Here are two former threads which provide some suggestion and clues on
troubleshooting the problem:

#BC30456: 'InitializeCulture' is not a member of ...
http://forums.asp.net/p/955888/1177929.aspx

http://www.tjitjing.com/blog/2007/03...-is-not-member
>.html

If the application hasn't been changed. I suggest you first cleanup the
virtual directory and ASP.NET temporary directory(for that web
application
>) before you rebuild the application and republish it.
Sincerely,
Oct 1 '08 #6

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...
0
by: jmawebco | last post by:
I have a project I'm working on in VS2005 using vb.net with a MSSql 2005 backend. Everytime I try to run the application I get the same error message; ********* ERROR ********* Compilation...
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...
1
by: RN1 | last post by:
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 &...
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.