我安装.Net sdk v1.1(100多M的那个),调试例子等一切正常,
我用默认路径安装的,并将C:\Program Files\Microsoft.NET\SDK\v1.1\QuickStart\建成了默认Web站点的虚拟目录,ASP.NET入门教程可以看,大多数例子也可以运行,就是类浏览程序(VB和C#)均无法使用
--------------------------------------------------------------------
Server Error in '/QuickStart' 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: BC30002: Type 'SortTable' is not defined.Source Error: Line 89: 
Line 90:                     If CorClasses(x).Namespace = CurrentNameSpace And CorClasses(x).IsPublic
Line 91:                         Dim props As New SortTable("GetType")
Line 92:                         props("GetType") = CorClasses(x).Name
Line 93:                         props("Namespace") = CorClasses(x).Namespace
 Source File: C:\Program Files\Microsoft.NET\SDK\v1.1\QuickStart\aspplus\samples\classbrowser\vb\classbrowser.aspx    Line: 91 Compiler Warning Messages:
Warning: BC40004: variable 'Events' conflicts with property 'Events' in the base class 'Control' and so should be declared 'Shadows'.
Source Error:C:\Program Files\Microsoft.NET\SDK\v1.1\QuickStart\aspplus\samples\classbrowser\vb\classbrowser.aspx  Line 340:                 <p>
Line 341:
Line 342:                 <asp:DataList EnableViewState="false" id="Events" runat="server"
Line 343:                   Gridlines=None BorderStyle="none"  width="100%" BorderWidth=0>
Line 344:
 
Show Detailed Compiler Output:
C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe" /t:library /utf8output /R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll" /R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll" /R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\quickstart\49dbf258\b306fa85\assembly\dl2\7c878ad2\00716c27_fdf7c201\qstools.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\quickstart\49dbf258\b306fa85\assembly\dl2\ff70a0ef\00cbce29_fdf7c201\tocswitch.dll" /R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll" /R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll" /R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll" /out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\quickstart\49dbf258\b306fa85\53qt_pbl.dll" /D:DEBUG=1 /debug+ /win32resource:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\quickstart\49dbf258\b306fa85\53qt_pbl.res"  "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\quickstart\49dbf258\b306fa85\53qt_pbl.0.vb"
Microsoft (R) Visual Basic .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322.573
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.
...
还有一长串。
我一切都用默认路径啊,类型'SortTable'未定义是什么原因啊?还有
variable 'Events' conflicts with property 'Events' in the base class 'Control' and so should be declared 'Shadows'.的错误
我应该从什么地方配置和修改?
还有“示例应用程序”的数据库应该如何安装?还应怎么设置啊?不好意思!我新手,麻烦那位大哥给说一下!谢谢

解决方案 »

  1.   

    这样做试一试:
    右键点击"我的电脑"--->"服务器和应用程序"--->"Internet信息服务"
             --->"网站"--->"默认网站"--->"你要运行的站点"--->右键"属性"-->
             --->在"目录页面下"--->点击"创建"--->"保存".
      

  2.   

    QuickStart网上有,SDK里的例子都是连到网上的QuickStart,不用自己装
      

  3.   

    我是想本机运行啊!
    我的QuickStart都正常运行了!就是类浏览器程序不能用啊!我看不到我想查看的类信息那位大哥帮看一下啊