Moving ASPX pages from a VS2005 Web Site to a VS2008 WAP, CodeBehind looses touch with ASP page. Hence all controls on the web page show up as "Name XXXX is not declared". Does anyone know the cure? Appreciate any suggestions. The ASP page source starts as follows:
<%
@ Page ClientTarget="uplevel"
Language
="vb"
AutoEventWireup
="false"
CodeBehind
="..\snoEmp\snoEmpMain.aspx.vb"
Inherits
="MHP.snoEmpMain"
validateRequest
="true" %><!DOCTYPE html PUBLIC "-//W3C//DTD html 4.0 Transitional//EN">
<
html>
<head runat="server">
<title>Employee Main</title>
</head>
<body bgcolor="white"><form id="empMain" runat="server">