网上看到的方法都差不多,但是我感觉没怎么说详细,因此,截图备注下: 1.开始->Microsoft Visual Studio 2013->Visual Studio Tools->Visual Studio 2013 命令提示(英文版的名字是:“Developer Command Prompt for VS2013”) 2.cd C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7 (按照Common7实际文…
在Visual Studio 2013中编辑HTML文件,会发现没有设计视图. 解决方法:点击Visual Studio 2013的”工具“菜单,再点击”选项“—>文本编辑器—>文件扩展名,右侧输入html,再下拉列表选HTML(Web窗体)编辑器,点添加,确定. 关闭Visual Studio中正在编辑的html文件,再打开html文件,就可以使用设计视图了. 原文:http://www.cnblogs.com/zhouhb/p/4297673.html…
新建一个SQL Server Database Project,提示: Unable to open Database project This version of SQL Server Data Tools is not compatible with the database runtime components installed on this computer. 老外说因为安装了Microsoft SQL Server 2012 SP1导致,而我并没有安装它且两个月前创建项目是成功的…