Hi there, just trying my first really simple ASP.NET page with VS 2008 + UltiDev Cassini.
I test the simple page in VS2008 and everything's fine. I install following these guidelines:
http://ultidev.com/Produ...RedistirbWithVS2005.htm
Run it (browse to http://localhost:9094/), and I immediately get an error:
Quote: Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'WebApplication1.Default'.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1.Default" %>
Line 2:
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
WebApplication1 is my namespace and Default is my initial page name. I have tried different namespaces and page names, and even no namespace, but the error always occurs.
Any help anyone? I'd hate to give up at the first hurdle !