ASP.NET Starter Kit的问题

 有事要请教各位了,最近在玩Starter Kit, 安装了其中的Portal示例,发现编译后就出现如下情况,google了半天也没发现有效解答,请各位帮忙,谢谢。平台是Win2k3 Std英文, IIS6, SQL Server Ent 2000 sp3. 安装了.net framework 2.0 beta

Server Error in '/PortalCSSDK' 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: CS0104: 'Configuration' is an ambiguous reference between 'ASPNET.StarterKit.Portal.Configuration' and 'System.Configuration.Configuration'

Source Error:

Line 44: 
Line 45: 		// Retrieve and add the SiteConfiguration DataSet to the current Context
Line 46: 		HttpContext.Current.Items.Add("SiteSettings", Configuration.GetSiteSettings());
Line 47: 
Line 48: 		try

Source File: g:\Liki.net\Portal\PortalCSSDK\Global.asax    Line: 46





Version Information: Microsoft .NET Framework Version:2.0.40607.42; ASP.NET Version:2.0.40607.42

posted on 2004-09-11 07:56  Liki  阅读(4496)  评论(3编辑  收藏  举报

导航