Visual Studio 2008/2010 & SQL Server 2008 on Windows 7 Home Premium

老子叫甜甜 提交于 2019-12-21 05:12:13

问题


Are there any limitations with respect to developing ASP.NET and WPF apps using VS 2008/2010 and SQL Server 2008 on Windows 7 Home Premium?

I know you can run IIS 7.5 on Home Premium. I Googled and Binged on Home Premium and VS/SQL Server and couldn't find much. It doesn't look like the features missing from Home Premium, domain joining, xp mode, etc... shouldn't prevent one from running and developing in VS/SQL Server.

Update

I did discover one limitation w/IIS 7.5 and it applies to all versions of Windows 7 I think. You can't create your own self signed SSL certificate specifying a name other than the machine name. You're stuck with your machine name which isn't that big a deal, but it is a change from previous versions.

Update II

You can't do remote debugging on Home Premium. msvsmon won't run at all. I can't even get it to do remote debugging natively.


回答1:


Visual studio will run fine. You will be "limited" to either SQL Server Express, or SQL Server Developer edition as the mssql installer checks the OS version and will refuse to install the higher end editions on desktop OSes. Note that developer edition is the exact same as the higher end editions, except with a different license, you can only use it for development, not to run real databases.




回答2:


Yes, you can, and you won't have any trouble with it.

In general, application compatibility is not affected by the edition (not version) of Windows.




回答3:


I would consider what the target infrastructure (Windows/IIS, .net, SQL Server etc versions) would be if you want to deploy it...



来源:https://stackoverflow.com/questions/1815707/visual-studio-2008-2010-sql-server-2008-on-windows-7-home-premium

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!