Home > initializeculture error > initializeculture error

Initializeculture Error

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more allow this precompiled site to be updatable about Stack Overflow the company Business Learn more about hiring developers or posting compiler error message: bc30456 ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack error bc30456 is not a member of Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up 'InitializeCulture' is not a member of up vote 2 down vote favorite 2 I'm trying to set up some .NET hosting on a server as a favour for someone but i'm not too familiar with .NET and when the site is uploaded an error is occuring that isn't occuring on their current hosting. The site is compiled so its mostly just DLL files and aspx files, the error message is below. Any ideas what needs done to get this working? 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.index_aspx'. Source Error: Line 1: <%@ page language="VB" masterpagefile="~/mst_mathsBuddy.master" autoeventwireup="false" inherits="index, App_Web_nl--pcdh" %> Line 2: Line 3: <%@ Register Src="Controls/Competition.ascx" TagName="Competition" TagPrefix="uc3" %> EDIT: The app is running on IIS6 and ASP.NET version 2.0.5727 which is identical to the currnet hosting. asp.net share|improve this question edited Dec 16 '10 at 12:00 asked Dec 16 '10 at 11:40 3urdoch 3,09362952 add a comment| 8 Answers 8 active oldest votes up vote 3 down vote accepted Page.InitializeCulture() is only supported in ASP.NET 2.0 and higher. It looks like your hosting provider still uses the .NET 1.1 runtime to serve its websites, or that you didn't configure the proper runtime version for your web application in IIS. EDIT: Apparently someone there encountered the same problem, and solved it by disabling the Allow this precompiled site to be updatable feature in the publishing options of their website. share|improve this answer edited Dec 16 '10 at 12:13 answered Dec 16 '10 at 11:51 Frédéric Hamidi 168k22302351 The server is r

Tips/Tricks Top Articles Beginner Articles Technical Blogs Posting/Update Guidelines Article Help Forum Article Competition Submit an article or tip Post your Blog quick answersQ&A Ask a Question View Unanswered Questions View All Questions... C# questions Linux questions ASP.NET questions SQL questions VB.NET questions discussionsforums All Message Boards... Application Lifecycle> Running a Business Sales / Marketing Collaboration / Beta Testing Work Issues Design and Architecture ASP.NET JavaScript C / C++ / MFC> http://stackoverflow.com/questions/4460382/initializeculture-is-not-a-member-of ATL / WTL / STL Managed C++/CLI C# Free Tools Objective-C and Swift Database Hardware & Devices> System Admin Hosting and Servers Java .NET Framework Android iOS Mobile SharePoint Silverlight / WPF Visual Basic Web Development Site Bugs / Suggestions Spam and Abuse Watch features Competitions News The Insider Newsletter The Daily http://www.codeproject.com/Questions/165483/BC-InitializeCulture-is-not-a-member-of-ASP-d Build Newsletter Newsletter archive Surveys Product Showcase Research Library CodeProject Stuff communitylounge Who's Who Most Valuable Professionals The Lounge   The Insider News The Weird & The Wonderful The Soapbox Press Releases Non-English Language > General Indian Topics General Chinese Topics help What is 'CodeProject'? General FAQ Ask a Question Bugs and Suggestions Article Help Forum Site Map Advertise with us About our Advertising Employment Opportunities About Us Ask a Question All Questions All Unanswered FAQ BC30456: 'InitializeCulture' is not a member of 'ASP.default_aspx'. Rate this: Please Sign up or sign in to vote. See more: ASP.NET 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' Posted 6-Mar-11 18:48pm surabhikalra713 Updated 6-Mar-11 19:38pm Sandeep Mewara505.4K v2 Add a Solution 1 solution Rate this: Please Sign up or sign in to vote. Solution 1 AcceptÂ

Contact Us Managed Services Server Administration Security Services Monitoring Services Compare Services Company Who Are We? About Us Meet The Team Data Centers Certifications Awards & Accolades Unity Control Panel Connect Contact Us Server Intellect http://www.serverintellect.com/support/windowsserver/asp-error-bc30456/ Reviews Connect Blog Legal ServiceFirst Knowledge Base SLA Unity Control Panel Contact Us https://bytes.com/topic/net/answers/841901-initializeculture-not-member-asp-wescoreport_aspx Get Help Now! Get Expert Help! Get help from a Microsoft Certified Engineer. Connect Now Need Help ? Intellect ConnectHome / Intellect Connect / BC30456: ‘InitializeCulture' is not a Member of ASP Technical problem with your Windows Hosting? Let our Microsoft Certified experts handle the problem for you. Chat Now BC30456: initializeculture error ‘InitializeCulture' is not a Member of ASP Error Message: "BC30456: ‘InitializeCulture' is not a member of ASP" Possible solutions: If you use Visual studio to publish your site, during the publishing stage on framework 2.0 uncheck the "Allow this precompiled site to be updatable". Ensure ASP.Net is installed correctly and extensions are allowed. Run the following command in Command Prompt to ensure 2.0 is installed into IIS: allow this precompiled C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i Make sure page directives at the top of aspx files are correct and ‘inherits’ is pointing to your class correctly. Declare culture in your web.config, example: OR Change debug="true" to "false" in web.config Interested in letting our experts solve your IT problems for you?Get a free, no-obligations consultation with one of our experts today! Call us at (855) 850-HOST Chat Now Categories:Windows Server Search for: Categories Connect Blog Press Releases Abuse Access Database ASP.NET Cloud Hosting Data Backup DNS Domains Email FTP Hardware HELM IIS MySQL Server Networking Plesk PowerShell Programming Security SEO Smarter Tools SmarterMail SmarterStats SQL Server SSL Certificates Tech FAQ Tools Two-Factor VPN Windows Server Let us take it from here We are the Microsoft Hosting experts. Let our engineers help you fix your problem. Free Chat with Expert Let our Microsoft Certified Engineers put 10+ years experience to work for you. Request Help Start Your Order First Name Last Name Business Email Phone number(optional) Company name Save and continue No thanks - continue to order form. Up Next: Configure your server Managed Servers Server Solutions Dedicated Servers Cloud Servers Hyper-

Ask a Question Need help? Post your question and get tips & solutions from a community of 418,570 IT Pros & Developers. It's quick & easy. 'InitializeCulture' is not a member of 'ASP.wescoreport_aspx'. P: n/a =?Utf-8?B?SGVyYg==?= 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 Post Reply Share this Question 5 Replies P: n/a =?Utf-8?B?SGVyYg==?= 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

 

Related content

No related pages.