User Control references corrupted in conversion from 1.1 to 2.0

G

Guest

This is a followup post to my earlier question regarding conversion from 1.1
to 2.0. I've been using VS 2003 for a couple years now but recently
downloaded VS 2005 beta 2 to evaluate and learn.

I converted a copy of our corporate web site app to 2.0 using the VS 2005
conversion wizard; when I try to compile every user control instance on
every page shows an error like this: "The active schema does not support the
element 'top' C:\Senske.NET\Careers.aspx 20 60 http://localhost/'

Does anybody have any feedback as to what's going wrong? I don't have
enough experience in ASP.NET 2.0 to recognize the failure point.

Thanks in advance,

Andre Ranieri




<%@ Page language="c#" Inherits="Senske.NET.Careers"
CodeFile="Careers.aspx.cs" %>
<%@ Register TagPrefix="uc1" TagName="Top" Src="Template/Top.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Left" Src="Template/Left.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Bottom" Src="Template/Bottom.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Senske Lawn & Tree Care - Careers at Senske</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<link rel="stylesheet" type="text/css" href="Styles/Senske.css">
</HEAD>
<body>
<form id="Form1" name="Form1" method="post" runat="server">
<TABLE id="Table1" style="WIDTH: 775px; HEIGHT: 718px" cellSpacing="0"
cellPadding="0"
width="775" align="left" border="0">
<TR>
<TD style="HEIGHT: 3px" align="left" colSpan="3"><uc1:top id="Top1"
runat="server"></uc1:top></TD>
</TR>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top