http://msdn.microsoft.com/en-us/library/hh266706(v=VS.110).aspx…
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…
阅读一个简单地工程代码,其中一个工程BaseCode是 static lib,另一个工程RunBaseCode使用该lib,但在工程设置的“Linker\Input\AdditionalDependencies” 中并没有添加对该lib的引用,而在“Linker\Command Line”中却发现BaseCode.lib已经添加进来了,这是怎么回事呢? 首先怀疑是Solution中设置的 “Project Dependencies”编译依赖,隐含的添加了lib,因此想把RunBaseCode对B…
SAP一句话入门:Project System http://blog.vsharing.com/MilesForce/A621279.html 这是SAP ERP入门的最后一篇了. 我们这些死跑龙套的最喜欢项目了,是啊,有项目就有费用啊.万恶的资本家终于舍得拿钱出来让我们过家家了,虽然其目的是想攫取更多的社会财富.不过另一方面,这叫什么来着,叫社会财富的再分配.次级分配.三级分配,给的就是围在肥得流油的资本家身边的劳苦大众们.就像我有事没事就要用公家的钱打飞的往返不同的城市,多的一个月飞五六次…
/* Author: Jiangong SUN */ If you want to modify a project's namespace and its physical container name, here are some steps to do: In Visual Studio: Change the namespace in the code Change the namespace for the project Go to project properties, and m…
The error message while trying to create a ADO.net Entity Data Model ( Entity Framework 6 ) for MySql Database in Microsoft Visual Studio 2013 "Your project references the latest version of Entity Framework; however, an Entity Framework database prov…
The Issue When openning an existing ASP.NET project for the first time in Visual Studio 2008 it returns the error “System.Runtime.InteropServices.COMException” without any HRESULT code. The problem I experienced was specificly on a Windows 7 machine,…
在上一篇教程项目管理实践[三]每日构建[Daily Build Using CruiseControl.NET and MSBuild] 中,我们讲解了如何使用CCNET+MSBuild来自动编译项目,今天我们讲解一下怎么使用MSBuild+WebDeployment+Robocopy自动编译过和部署ASP.NET网站. 首先安装下面的三个软件: 1.MSBuild.Community.Tasks下载:http://msbuildtasks.tigris.org/files/documents/…
I have a VS 2012 solution with WiX Installer projects. However, when I open the solution in VS 2013 (Release) the WiX project is incompatible. Does anyone know where / whether a VS 2013 version (wixtoolset ?) is available being worked on yet? Or is t…
.NET Error Message: Unhandled Exception: System.BadImageFormatException: Could not load file or assembly 'ChilkatDotNet2, Version=7.7.5.0, Culture=neutral, PublicKeyToken=eb5fc1fc52ef09bd' or one of its dependencies. An attempt was made to load a pro…
本文转自:http://www.codeproject.com/Reference/720512/List-of-Visual-Studio-Project-Type-GUIDs There isn't an easy way to change the type of a project in Visual Studio project once it is created; for example changing a C# Class Library into a Portable Cla…
在项目中使用C#代码调用C++ DLL时.常常会出现这个问题:在开发者自己的电脑上运行没有问题,但是部署到客户电脑上时会出现下面问题: Unhandled Exception:System.DllNotFoundException: Unable to load DLL"**":找不到指定的模块. 出现这个问题的原因:一般是该客户电脑上缺少该DLL的依赖项.一般来说比较常见的缺少项是msvcr1200.dll msvcp1200.dll.具体缺少什么,需要使用Dependency Wa…
Conditional project or library reference in Visual Studio In case you were wondering why you haven’t heard from me in a while, I’ve been busy, which isn’t really of much importance unless you know me on a personal level. What is relevant is that I re…
var appInsights=window.appInsights||function(config){ function r(config){t[config]=function(){var i=arguments;t.queue.push(function(){t[config].apply(t,i)})}}var t={config:config},u=document,e=window,o="script",s=u.createElement(o),i,f;for(s.src…
C:\Windows\Microsoft.NET\Framework64\v4.0.30319>InstallUtil.exe C:\_PRODUKCIJA\Debug\DynamicHtmlTool.exeMicrosoft(R).NET FrameworkInstallation utility Version4.0.30319.1Copyright(c)MicrosoftCorporation.  All rights reserved. Exception occurred while…
Changing Project Binding to Surround SCM Integration Provider with Visual Studio 2010 Sarah Wigser talks about Surround SCM on November 18, 2011 Andrew Horner, one of our Sales Engineers, was recently on-site with a customer that purchased Surround S…
Lab 1: 应用程序建模 实验目标 这个实验的目的是展示如何在Visual Studio 2010旗舰版中进行应用程序建模.团队中的架构师会通过建模确定应用程序是否满足客户的需求. 你可以创建不同级别的详细模型,并将它们彼此结合.测试然后发布到你的开发计划里. 在这个实验中, 我们将重点放在如何创建一系列简单的系统建模图形上. 每个练习应该在 30分钟内完成. Exercise 1 – 理解用户需求 绘制活动.类以及其他UML图形能帮助架构师清晰辨别客户的习惯.业务规则以及其他需求,从而使设计…
1. Select Visual Studio tool bar-> New -> Project from existing code-> continue with configurations! 2. Done!…
在上一篇项目管理实践[五]自动编译和发布网站中,我们讲解了如何使用MSBuild+Robocopy+WebDeployment来自动编译和部署网站,今天,我们来看一下,如何使用MSBuild +SVN来自动同步数据库. 首先,将我们项目中的数据库文件和数据库日志文件放到某个目录下,这里放到StartKitDB目录下,然后在该目录下新建一个名为StartKitDB的文本文件,修改扩展名为proj,实际上,在理论上任何扩展名都可以,然后,使用记事本或其他程序打开文件,将下面的内容复制到其中,保存.…
netcore 使用System.Drawing 出现如下错误: Unhandled Exception: System.TypeInitializationException: The type initializer for 'Gdip' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'libgdiplus': The specified module could not be found.…
1.下载filetool.exe,然后将文件解压在一个小文件夹内2.打开filetool.dsw 在release模式下编译程序,复制filetool.dll3.放在VC6.0安装目录AddIns的下,比如我的路径C:\Program Files\Microsoft Visual Studio\Common\MSDev98\AddIns\FileTool.dll4.打开运行 输入:regsvr32 “C:\Program Files\Microsoft Visual Studio\Common\…
安装了vs2019之后,发现有的项目中引用的其他项目的源码,但是无法识别了. 最后发现是因为project guid是大写导致的. https://stackoverflow.com/questions/36204515/vs-project-references-broken-on-case-sensitivity-of-guid TL;DR Visual Studio isn't entirely consistent about how it assigns GUIDs to projec…
You can find out what is causing Visual Studio to think each project is out of date, and then address the issue directly. Select Tools → Options → Projects and Solutions → Build and Run. For the setting "MSBuild project build output verbosity:"…
/* Author: Jiangong SUN */ To delete team project from TFS Visual Studio, you need to use "TFSDeleteProject.exe", located in "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE" Enjoy coding!…
新建一个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导致,而我并没有安装它且两个月前创建项目是成功的…
visual studio 2010 winform程序不能添加对system.web的引用[转载] 需要引用到System.Web.发现没有“System.Web”.在通过“浏览”方式,找到该DLL引用后,发现它出现一个叹号. 折腾了老半天,注意到错误提示中说了当前所用的框架是“.Net Framework 4 Client Profile”,看来这是VS 2010里新出来的划分了(在之前的版本,可是没有“Client”这东东的),于是打开项目的属性页,将“应用程序”下的“目标框架”选为“.N…
前言 在前一篇文章Visual Studio中的环境变量(以Visual Studio 2013为例)中介绍了VS中的环境变量,本文将以实际样例说明怎样合理使用这些环境变量来组织VC++project. 使用vs环境变量来组织project 通常一个解决方式包括多个项目.这些项目相互之间可能存在依赖关系.以以下这个解决方式为例: 这个解决方式叫:CS.cpp, 包括了7个项目: 项目名 生成目标 描写叙述 Algorithm .exe 算法和数据结构实践 c_language .exe c语言实…
今天使用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…
Design and Implementation of Global Path Planning System for Unmanned Surface Vehicle among Multiple Task Points (针对多任务点的水面无人艇全局路径规划的设计和实现)   针对多任务点的全局路径规划,是指在存在静态障碍物的环境中,给定水面无人艇起始点.目标点以及多个任务点的情况下,设计从起始点出发,安全地遍历各个任务点,最终返回目标点的全局路径,要求行驶的航路代价总和最小.   本文主…
[问题描述]用 Visual Studio 2013打开一个项目时,出现下面错误: [问题原因]参考 http://codeverge.com/asp.net.web-forms/the-project-appears-to-be-under-source-cont/434113 出现上面错误的原因是,项目使用了 VSS 或 TFS 或 SVN 等版本控制工具,而本机没有安装对应的工具. 如果使用了 VSS 或 TFS,那么工程所在的文件夹下会有 .vssscc 文件: 如果使用了SVN,那么工…