使用Visual Basic开发Windows Phone 7应用程序
时间:2010-09-24 来源:cnblogs
Windows Phone 7推出以来其最受开发人员争议的一点就在于完全抛弃了Native Code,只允许开发人员使用托管代码,而且只能是使用C#来编写代码。或许是听到了广大VB.NET开发人员的呼声,微软终于放出了一个新的工具从而允许使用VB.NET来开发Windows Phone 7应用程序了。
该工具其实是一套Visual Studio 2010的代码模板,你可以从这里下载到它。该工具的系统需求如下:
- Supported Operating Systems:Windows 7;Windows Vista
- Windows® Vista®(x86 and x64) ENU with Service Pack 2 – all editions except Starter Edition
- Windows 7 (x86 and x64) ENU – all editions except Starter Edition
- Windows Phone Developer Tools (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=04704acf-a63a-4f97-952c-8b51b34b00ce&displaylang=en)
- Visual Studio 2010 Professional, Premium or Ultimate
- 960 KB of free disk space on the system drive.
需要注意的是:
1。必须先安装Windows Phone Developer Tools
2。不支持VS 2010 Express版本,也就是说如果你机器上只是安装了Windows Phone Developer Tools而没有安装VS2010 Pro及其以上版本的话也不行。
3。只支持使用VB.NET开发Silverlight for Windows Phone应用程序,不支持XNA平台下游戏的开发。
安装完该工具之后,在Visual Studio 2010的VB.NET的工程中将会出现Silverlight for Windows Phone的模板:
最后需要提醒大家的是,该工具还是CTP版本,意味着它可能会有一些Bug的存在,所以不要轻易将它在生产环境中使用哦。
下载地址:http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a808a69d-6119-47b7-b858-262be5c49915
相关阅读 更多 +