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

H

Herb

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.aspx Line: 1
 
S

Steven Cheng

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/bc30456-initializeculture-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:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#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/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
 
H

Herb

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

Steven Cheng

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:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?SGVyYg==?= <[email protected]>
References: <[email protected]>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top