今天打开VS2008的智能设备项目,报以下错误,应该是文件找不到了. The imported project "C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.CSharp.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exis…
00x0 前言 之前在Windows 7系统中开发的WindowsCE项目,最近换成Windows 10系统,需要将项目进行修改,打开项目后提示如下错误: 无法读取项目文件“App.csproj”..../App.csproj(209,11): The imported project "C:/Windows/Microsoft.NET/Framework/v3.5/Microsoft.CompactFramework.CSharp.targets" was not found. Co…
The standard windows keyboard shortcuts for expanding and collapsing treeviews are: Numeric Keypad *: Expands everything under the current selection Numeric Keypad +: Expands the current selection Numeric Keypad -: Collapses the current selection. RI…
在安装Microsoft Visual Studio 2008 后,如果Visual Studio 2008的语言版本与系统不一致时,比如:在Windows 7 English System 安装Visual Studio 2008 简体中文时,启动Visual Studio 2008就会报错. 报错信息: ---------------------------Microsoft Visual Studio---------------------------包加载失败 未能正确加载包“Visu…
工作共遇到的问题记录: 安装Sql Server 2008 R2时提示错误:“此计算机上安装了 Microsoft Visual Studio 2008 的早期版本.请在安装 SQL Server 2008 前将 Microsoft Visual Studio 2008 升级到 SP1”. 解决方法: 1.单击开始菜单的“运行...”输入“regedit”,打开注册表. 2.重新命名HKEYLocalMachine/Software/Microsoft/DevDiv,安装好后再将其改回. 转…
VS2017中没有ReportViewer控件,这个控件用来实现在项目中显示和打印关系数据库中的表比较容易,特别是想要打印的时候,这个比用DataGridView和PrintDocument要简单一些. 所以我去网上查,查了很多,最终成功添加了此控件. 下面是对实验证明可行的方法的总结. 1.要有Microsoft SQL Server Data Tools,如果没有,可以通过下图所示方法添加. 这个就是当初VS2017的安装程序,可以直接找到此程序,并打开. 也可以通过在控制面板——程序和功能…
Quote from: http://software.intel.com/en-us/articles/how-to-creating-your-msi-installer-using-visual-studio-2008 So you want to create an MSI installer... Step 1 Create a Setup and Deployment Project Let's create our new project. Right click on your…
刚安装完成了Visual Studio 2013后,打开项目时,遇到以下问题 解决方法:在Visual Studio 2013 的菜单中打开“Tools",并打开“Extensions and updates” 在弹出的窗口中查看,其中需要有部分的更新 其中可以看到,比较重要的是安装Visual Studio 2015 update 5…
今天使用Visual Studio 2015创建共享项目的时候发现如下错误: 网上搜了一下,发现了同样有人问这个问题的问题:Why can't I create Shared Project in Visual Studio 2015?.从下面的回答上来看,貌似是VS2015忘记安装相应的模板了,如果装了vs2013的话将C:\Program Files (x86)\MSBuild\Microsoft\WindowsXaml\v12.0 下的8.0 和8.1 文件夹拷贝到 C:\Program…
From:http://www.nickdu.com/?p=604 Visual Studio 2013 Update 5 is now released and maybe you are also struggling where to find the download link for full ISO. Direct link: https://go.microsoft.com/fwlink/?LinkId=519391 (6GB in size!) ISO also can be d…
在网上查一下说是Office2007的问题.我把Office2007卸载了还是不行. 然后用Windows Install Clean Up工具清理,还是不行. 郁闷了.然后在安装包中的下面路径下找到\WCU\WebDesignerCore找到“Visual Studio Web 创作组件”的安装程序WebDesignerCore.EXE,双击出现提示“提取失败”,看来是安装包的这个组件在从别的地方copy的时候出现问题了.于是让同事给我重新发一个WebDesignerCore.EXE,再双击就…
解决方法: Visual Studio 2008 安装失败(“Web 创作组件”无法安装)解决方法 Visual Studio 2008 安装失败(“Web 创作组件”无法安装)解决方法(一) 今天安装VS2008时出现了问题,怎么都无法安装成功.装了好几次都在“Visual Studio Web 创作组件(Visual Studio Authoring Component)”的安装的时候失败. 解决方法: 1.使用Windows Installer 清理实用工具,清理Microsoft O…
Visual Studio Set Project Environment Variables eryar@163.com In Visual Studio you can specify changes to environment variables in the project settings. Open your project, go to Project -> Properties... Under Configuration Properties -> Debugging, e…