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

推荐订阅源

大猫的无限游戏
大猫的无限游戏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
美团技术团队
量子位
M
MIT News - Artificial intelligence
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
小众软件
小众软件
博客园 - 司徒正美
罗磊的独立博客
云风的 BLOG
云风的 BLOG
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