I've been working on this asp project for a few days now and i finally got it to a point where i wanted to put it up on my server to have a few other people hit against it and see what they could break. I ran a clean all and published the files then placed them on the server. When i hit the page i received this error:


Code:
CODE

Server Error in '/' 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: 'Culture' is not a member of 'ASP.index_aspx'.

Source Error:



Line 1:  <%@ page language="VB" autoeventwireup="false" inherits="_Default, App_Web_index.aspx.cdcab7d2" culture="en-US" %>
Line 2:  
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Source File: D:\SITE\WEBPAGES\index.aspx    Line: 1



My asp.net framework is up to date, and IIS has been set to the 2.0 framework. I've been banging my head for many many hours trying to get this to work. If anyone see's something that would not make this work. Help would be grand.


 

 

 


Reply