iPhone开发资源

iPhone Developer Program:http://developer.apple.com/programs/iphone/

官方视频教程:http://developer.apple.com/iphone/index.action

31天学会iPhone开发:http://www.ezshine.cn/blog/index.php/archives/154

Learn Objective-C:http://cocoadevcentral.com/d/learn_objectivec/

斯坦福iPhone编程课程iPhone Application Programming:http://itunes.stanford.edu/

斯坦福大学公开课(部分翻译):http://v.163.com/special/opencourse/iphonekaifa.html

西蒙iphone-OpenGL ES 教程:http://www.cocoachina.com/bbs/read.php?tid-7086.html

Unity3D:http://unity3d.com/

Cocoa苹果开发中文站:http://www.cocoachina.com/

Visual Studio 2008生成.csproj会重复的bug

问题描述:
NB6K发布的时候出现:错误 103 The item "6k\confirmation.aspx.cs" was specified more than once in the "Sources" parameter.  Duplicate items are not supported by the "Sources" parameter. NetSNS.Web

问题分析:
刚刚修改了几个文件,可能是.csproj文件出现重复定义。

问题解决:
用记事本打开.csproj文件,查看重复定义的内容,删除之。一切正常了。