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

推荐订阅源

H
Help Net Security
博客园 - Franky
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
博客园_首页
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recent Announcements
Recent Announcements
Scott Helme
Scott Helme
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
C
CERT Recently Published Vulnerability Notes
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Jina AI
Jina AI
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
L
LangChain Blog
L
LINUX DO - 最新话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Hacker News: Front Page
MyScale Blog
MyScale Blog
P
Palo Alto Networks Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
AI
AI
T
Troy Hunt's Blog
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
S
Security @ Cisco Blogs
Cloudbric
Cloudbric
E
Exploit-DB.com RSS Feed
Attack and Defense Labs
Attack and Defense Labs

博客园 - Robert Lee

意寥寥 Visual Studio 2010 RC Uninstallation Instructions / Visual Studio 2010 RC 卸载说明 浅谈会议记录的书写 硬盘分区丢失事件带来的思考 Windows7问题集 向iGoogle中添加Google日历及其他小工具 Windows7下安装Visual Studio 2008中文版及SP1 SQL Server 2008 安装示例数据库小记 Silverlight Tools Beta2更新了中文语言支持 Update or renew ComponentOne license Prism发布了第一个版本+Entlib3.1在VS2008下工作的解决方案 分享C# 3.0两本电子书 Visual.Studio.Team.System.2008.Team.Suite-ZWTiSO(Tested) 项目管理培训资料(第一讲+第二讲,持续更新中.....) RapidShare的下载方法 ipmsg 绑定tcp错误 - Robert Lee IIS无法启动——郁闷的KB939373补丁 PLSQL中的&字符处理 Oracle中的Union、Union All、Intersect、Minus
VS2005智能设备项目的Bug:"The OutputPath property is not set for this project..."
Robert Lee · 2008-03-21 · via 博客园 - Robert Lee

这几天在研究智能设备的开发,遇到一些小问题,记之备忘

[问题1]
在编译某个项目时,生成错误,错误信息:The OutputPath property is not set for this project.  Please check to make sure that you have specified a valid Configuration/Platform combination.  Configuration=''  Platform='AnyCPU'
查了查发现这居然是一个VS2005的BUG,即使是2005的RTM版本和SP1中仍然没有修复....似乎只在智能设备项目会出现
在这篇帖子中有详细的说明,并且给出了详细的解决方案,感兴趣的朋友可以看看:http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=205738&SiteID=1

不过我似乎发现了更简便的方法.....
在要生成的项目解决方案配置中先切换到Release,再换回Debug,编译OK
不过仅在本机项目试验通过,没有进行广泛测试,如果不能奏效,还是按照官方的解决办法吧。