惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
J
Java Code Geeks
V
V2EX
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
博客园 - Franky
爱范儿
爱范儿
T
Tailwind CSS Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
博客园_首页
B
Blog RSS Feed
博客园 - 司徒正美
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

博客园 - Liki

工作效率 之前之后 如何提高你的工作效率? 提供Gmail与Wallop邀请各两个 Flash Remoting经验不足 - Liki - 博客园 MIT_Press_Introduction_To_Algorithms_Second_Edition-Spellbound CSS... 表格动态选择效果 走出IAESTE CHINA 影响成功与否的两个因素:专注与疯狂 今日计划:修改Plog,为期2天 网页调色之简单易行秘籍 Borland.Together.for.Microsoft.Visual.Studio.NET.v2.0 电子书分享 遇到一个女孩 近期的课程 6月过了 想买个二手PDA 问题解决!
ASP.NET Starter Kit的问题
Liki · 2004-09-11 · via 博客园 - Liki

 有事要请教各位了,最近在玩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

Show Detailed Compiler Output:


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