有见过这种异常吗?是不是小弟我的VS2005坏了?请教如何解决

有见过这种错误吗?是不是我的VS2005坏了?请问怎么解决?
我新建一个网站,随便拖几个控件,运行也是这种错误,顺便说一下,我还装了2003版的。
下面是个很简单的页面,后台什么都没加
===============
<%@   Page   Language= "C# "   AutoEventWireup= "true "     CodeFile= "Default.aspx.cs "   Inherits= "_Default "   %>

<!DOCTYPE   html   PUBLIC   "-//W3C//DTD   XHTML   1.0   Transitional//EN "   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">

<html   xmlns= "http://www.w3.org/1999/xhtml "   >
<head   runat= "server ">
        <title> 无标题页 </title>
</head>
<body>
        <form   id= "form1 "   runat= "server ">
        <div>
                <asp:Label   ID= "Label1 "   runat= "server "   Text= "Label "> </asp:Label>
                &nbsp;   &nbsp;
                <asp:TextBox   ID= "TextBox1 "   runat= "server "> </asp:TextBox>
                <asp:Button   ID= "Button1 "   runat= "server "   Text= "Button "   OnClick= "Button1_Click "   />
                <asp:LinkButton   ID= "LinkButton1 "   runat= "server "> LinkButton </asp:LinkButton> </div>
        </form>
</body>
</html>
===============================
启动以后出现以下的错误
========================================
------   已启动生成:   项目:   D:\web2.0\WebSite1\,   配置:   Debug   .NET   ------
正在验证网站
正在生成目录“/WebSite1/”。
D:\web2.0\WebSite1\Default.aspx(12):   生成   (web):   外部组件发生异常。
D:\web2.0\WebSite1\Default.aspx(14):   生成   (web):   外部组件发生异常。
D:\web2.0\WebSite1\Default.aspx(15):   生成   (web):   外部组件发生异常。
D:\web2.0\WebSite1\Default.aspx(16):   生成   (web):   外部组件发生异常。

------解决方案--------------------
是用的2.0,还是1.1的框架,估计有可能是在使用1.1的框架
------解决方案--------------------
不懂,千万不要让我碰到这种奇怪的问题!
------解决方案--------------------
我装了2003 2005 2008三个版本,也没有出现过这种问题,帮你顶
------解决方案--------------------
很难帮到你。。不知道你新建网站是怎么新建的。
------解决方案--------------------
相关资源:
1).NET 1.1 Framework Fix:
http://support.microsoft.com/Default.aspx?kbid=899511
2)VS2005 中解决方法:
http://support.microsoft.com/kb/897298


Microsoft MSDN 论坛的一些相关信息:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=48878&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=388724&SiteID=1