Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

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

Reply
 
Old 09-29-2008   #1 (permalink)
Herb


 
 

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


--
stullhe104

My System SpecsSystem Spec
Old 09-29-2008   #2 (permalink)
Herb


 
 

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

I reinstalled ReportViewer on the server but it did nto help.
--
stullhe104


"Herb" wrote:
Quote:

> 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
>
>
> --
> stullhe104
My System SpecsSystem Spec
Old 09-30-2008   #3 (permalink)
Steven Cheng


 
 

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

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:
msdnmg@xxxxxx.

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


--------------------
Quote:

>Subject: RE: 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.
>Date: Mon, 29 Sep 2008 11:49:38 -0700
Quote:

>
>I reinstalled ReportViewer on the server but it did nto help.
>--
>stullhe104
>
>
>"Herb" wrote:
>
Quote:

>> My long-running ASP application just stopped working today. I rebuilt
and
Quote:
Quote:

>> republished, but to no avail.
>>
>> The full error is:
>> Server Error in '/NuclearDedication' Application.
>>
----------------------------------------------------------------------------
----
Quote:
Quote:

>>
>> Compilation Error
>> Description: An error occurred during the compilation of a resource
required
Quote:
Quote:

>> to service this request. Please review the following specific error
details
Quote:
Quote:

>> 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
Quote:
Quote:

>>
>>
>> --
>> stullhe104
>
My System SpecsSystem Spec
Old 09-30-2008   #4 (permalink)
Herb


 
 

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

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:
Quote:

> 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:
> msdnmg@xxxxxx.
>
> ==================================================
> 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.
>
>
> --------------------
Quote:

> >Subject: RE: 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.
> >Date: Mon, 29 Sep 2008 11:49:38 -0700
>
Quote:

> >
> >I reinstalled ReportViewer on the server but it did nto help.
> >--
> >stullhe104
> >
> >
> >"Herb" wrote:
> >
Quote:

> >> My long-running ASP application just stopped working today. I rebuilt
> and
Quote:
Quote:

> >> republished, but to no avail.
> >>
> >> The full error is:
> >> Server Error in '/NuclearDedication' Application.
> >>
> ----------------------------------------------------------------------------
> ----
Quote:
Quote:

> >>
> >> Compilation Error
> >> Description: An error occurred during the compilation of a resource
> required
Quote:
Quote:

> >> to service this request. Please review the following specific error
> details
Quote:
Quote:

> >> 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
Quote:
Quote:

> >>
> >>
> >> --
> >> stullhe104
> >
>
>
My System SpecsSystem Spec
Old 09-30-2008   #5 (permalink)
Herb


 
 

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

The suggestion to uncheck the "allow precompiled..." worked.

Thanks for your help.
--
stullhe104


""Steven Cheng"" wrote:
Quote:

> 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:
> msdnmg@xxxxxx.
>
> ==================================================
> 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.
>
>
> --------------------
Quote:

> >Subject: RE: 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.
> >Date: Mon, 29 Sep 2008 11:49:38 -0700
>
Quote:

> >
> >I reinstalled ReportViewer on the server but it did nto help.
> >--
> >stullhe104
> >
> >
> >"Herb" wrote:
> >
Quote:

> >> My long-running ASP application just stopped working today. I rebuilt
> and
Quote:
Quote:

> >> republished, but to no avail.
> >>
> >> The full error is:
> >> Server Error in '/NuclearDedication' Application.
> >>
> ----------------------------------------------------------------------------
> ----
Quote:
Quote:

> >>
> >> Compilation Error
> >> Description: An error occurred during the compilation of a resource
> required
Quote:
Quote:

> >> to service this request. Please review the following specific error
> details
Quote:
Quote:

> >> 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
Quote:
Quote:

> >>
> >>
> >> --
> >> stullhe104
> >
>
>
My System SpecsSystem Spec
Old 09-30-2008   #6 (permalink)
Steven Cheng


 
 

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

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:
msdnmg@xxxxxx.

==================================================
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.
--------------------
Quote:

>From: =?Utf-8?B?SGVyYg==?= <stullhe104@xxxxxx>
>References: <14BC7AA3-C507-4FA1-9C13-065E71A8F878@xxxxxx>
<9D156ED3-8360-4410-BC09-06A17A83D542@xxxxxx>
<VfoVj1sIJHA.1652@xxxxxx>
Quote:

>Subject: RE: 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'.
>Date: Tue, 30 Sep 2008 10:23:01 -0700
Quote:

>
>The suggestion to uncheck the "allow precompiled..." worked.
>
>Thanks for your help.
>--
>stullhe104
>
>
>""Steven Cheng"" wrote:
>
Quote:

>> 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
Quote:
Quote:

>> and let the aspx updatable). Do you know whether there is any
particular
Quote:
Quote:

>> 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
Quote:
Quote:

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

>> ) before you rebuild the application and republish it.
>>
>>
>> Sincerely,
>>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Add-Member question PowerShell
Add-Member not Adding a member PowerShell
New member General Discussion
Get-member PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46