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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SGVyYg==?=

    '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 '/NuclearDedicati on' 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: 'InitializeCult ure' is not a member of
    'ASP.wescorepor t_aspx'.

    Source Error:



    Line 1: <%@ page language="VB" autoeventwireup ="false"
    inherits="WESCO Report, App_Web_jyptxkw x" %>
    Line 2:
    Line 3: <%@ Register Assembly="Micro soft.ReportView er.WebForms,
    Version=8.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"


    Source File: D:\Inetpub\wwwr oot\NuclearDedi cation\WESCORep ort.aspx Line: 1


    --
    stullhe104
  • =?Utf-8?B?SGVyYg==?=

    #2
    RE: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_aspx'.

    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 '/NuclearDedicati on' 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: 'InitializeCult ure' is not a member of
    'ASP.wescorepor t_aspx'.
    >
    Source Error:
    >
    >
    >
    Line 1: <%@ page language="VB" autoeventwireup ="false"
    inherits="WESCO Report, App_Web_jyptxkw x" %>
    Line 2:
    Line 3: <%@ Register Assembly="Micro soft.ReportView er.WebForms,
    Version=8.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"
    >
    >
    Source File: D:\Inetpub\wwwr oot\NuclearDedi cation\WESCORep ort.aspx Line: 1
    >
    >
    --
    stullhe104

    Comment

    • Steven Cheng

      #3
      RE: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_aspx'.

      Hi Herb,

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

      " 'InitializeCult ure' 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: 'InitializeCult ure' is not a member of ...
      A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.



      .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@microsof t.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: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_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 '/NuclearDedicati on' 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: 'InitializeCult ure' is not a member of
      >'ASP.wescorepo rt_aspx'.
      >>
      >Source Error:
      >>
      >>
      >>
      >Line 1: <%@ page language="VB" autoeventwireup ="false"
      >inherits="WESC OReport, App_Web_jyptxkw x" %>
      >Line 2:
      >Line 3: <%@ Register Assembly="Micro soft.ReportView er.WebForms,
      >Version=8.0.0. 0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"
      >>
      >>
      >Source File: D:\Inetpub\wwwr oot\NuclearDedi cation\WESCORep ort.aspx
      Line: 1
      >>
      >>
      >--
      >stullhe104
      >

      Comment

      • =?Utf-8?B?SGVyYg==?=

        #4
        RE: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_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:
        Hi Herb,
        >
        From your description, one page in a published ASP.NET web application
        report the following error:
        >
        " 'InitializeCult ure' 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: 'InitializeCult ure' is not a member of ...
        A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.

        >

        .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@microsof t.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: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_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 '/NuclearDedicati on' 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: 'InitializeCult ure' is not a member of
        'ASP.wescorepor t_aspx'.
        >
        Source Error:
        >
        >
        >
        Line 1: <%@ page language="VB" autoeventwireup ="false"
        inherits="WESCO Report, App_Web_jyptxkw x" %>
        Line 2:
        Line 3: <%@ Register Assembly="Micro soft.ReportView er.WebForms,
        Version=8.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"
        >
        >
        Source File: D:\Inetpub\wwwr oot\NuclearDedi cation\WESCORep ort.aspx
        Line: 1
        >
        >
        --
        stullhe104
        >
        >

        Comment

        • =?Utf-8?B?SGVyYg==?=

          #5
          RE: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_aspx'.

          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:
          >
          " 'InitializeCult ure' 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: 'InitializeCult ure' is not a member of ...
          A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.

          >

          .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@microsof t.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: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_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 '/NuclearDedicati on' 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: 'InitializeCult ure' is not a member of
          'ASP.wescorepor t_aspx'.
          >
          Source Error:
          >
          >
          >
          Line 1: <%@ page language="VB" autoeventwireup ="false"
          inherits="WESCO Report, App_Web_jyptxkw x" %>
          Line 2:
          Line 3: <%@ Register Assembly="Micro soft.ReportView er.WebForms,
          Version=8.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"
          >
          >
          Source File: D:\Inetpub\wwwr oot\NuclearDedi cation\WESCORep ort.aspx
          Line: 1
          >
          >
          --
          stullhe104
          >
          >

          Comment

          • Steven Cheng

            #6
            RE: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_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@microsof t.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==?= <stullhe104@new sgroup.nospam>
            >References: <14BC7AA3-C507-4FA1-9C13-065E71A8F878@mi crosoft.com>
            <9D156ED3-8360-4410-BC09-06A17A83D542@mi crosoft.com>
            <VfoVj1sIJHA.16 52@TK2MSFTNGHUB 02.phx.gbl>
            >Subject: RE: 'InitializeCult ure' is not a member of 'ASP.wescorepor t_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:
            >>
            >" 'InitializeCult ure' 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
            >troubleshootin g the problem:
            >>
            >#BC30456: 'InitializeCult ure' 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,
            >>

            Comment

            Working...