![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | '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 Specs![]() |
| | #2 (permalink) |
| | 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 Specs![]() |
| | #3 (permalink) |
| | 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 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 Quote: Quote: >> to service this request. Please review the following specific error 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 Quote: Quote: >> >> >> -- >> stullhe104 |
My System Specs![]() |
| | #4 (permalink) |
| | 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 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 Quote: Quote: > >> to service this request. Please review the following specific error 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 Quote: Quote: > >> > >> > >> -- > >> stullhe104 > |
My System Specs![]() |
| | #5 (permalink) |
| | 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 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 Quote: Quote: > >> to service this request. Please review the following specific error 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 Quote: Quote: > >> > >> > >> -- > >> stullhe104 > |
My System Specs![]() |
| | #6 (permalink) |
| | 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> <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 Quote: Quote: >> and let the aspx updatable). Do you know whether there is any 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 >> >> 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 Quote: Quote: >> ) before you rebuild the application and republish it. >> >> >> Sincerely, >> |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Add-Member question | PowerShell | |||
| Add-Member not Adding a member | PowerShell | |||
| New member | General Discussion | |||
| Get-member | PowerShell | |||