Recently, Microsoft Corportation has released a new look for .NET Reference Source. And you may find it here, http://referencesource.microsoft.com/. As you download the full code provided by http://referencesource.microsoft.com/DotNetReferenceSource.…
搜索了下,说什么的都有! 一,提示找不到 cmake-2.8.12.1 的 modles 卸载了cmake后发现 cmd 中的 cmake --version 还是 2.8.11.1 找到是我的cygwin中自带的cmake 解决办法: 去除 path 中的 c:\cygwin64\bin 二,删除编译结果再来: unable to find a build program corresponding to "Visual Studio 12 Win64".  CMAKE_MAKE_P…
Visual Studio 中的 .NET Framework 类库 .NET Framework 类库由命名空间组成.每个命名空间都包含可在程序中使用的类型:类.结构.枚举.委托和接口. 当您在 Visual Studio 中创建 Visual Basic 或 Visual C# 项目时,已经引用了最常用的基类 DLL(程序集).但是,如果您需要使用尚未引用的 DLL 中的类型,则需向此 DLL 添加引用.有关更多信息,请参见添加和移除引用. 以下主题提供了下列信息: 每个功能区域的最重要命名…
因为之前写的程序比较小,编译起来比较快,所以一直都没有太在意 Build 和 Rebuild 之间的区别,后来发现两个还是有很大不同. Build 只针对在上次编译之后更改过的文件进行编译,在项目比较庞大的时候,Build 还是很有优势的. Rebuild 会编译所有文件,一般相当于执行 Clean + Build(清理并生成). 无论 Build 和 Rebuild,都可以分别针对解决方案和项目.当目标是解决方案的时候,那么 Build 或者 Rebuild 的目标就是解决方案中所有的项目.…
问题 今天在修改之前的一个项目的时候报了一个错,大概内容如下: 有一个 Visual Studio 的 DLL 文件(coloader80.dll)未正确安装.请通过"控制面板"中的"添加或删除程序"修复您的 Visual Studio 安装. 可以尝试在命令窗口使用 regsvr32 "%CommonProgramFiles%\Microsoft Shared\VS7Debug\coloader80.dll" 注册dll问件 系统环境:Wind…
原文 VS2012,VS2013,and VS2015Pro+NpgsqlDdexProvider+EFv6 how to(by @kenjiuno) Reference: #213 Overview Install Npgsql DDEX (Data Designer Extensibility) provider. Install Npgsql ADO.NET Data Provider. Visual Studio’s Entity Data Model wizard will be en…
原文引用自:https://blog.xamarin.com/continuous-integration-for-ios-apps-with-visual-studio-team-services/ 微软最新教程:https://www.visualstudio.com/en-us/docs/build/admin/agents/v2-osx Visual Studio Team Services (VSTS) delivers services for teams to share code…
参考博文:How to Build libiconv with Microsoft Visual Studio - CodeProject libiconv源码下载地址:libiconv - GNU Project - Free Software Foundation (FSF) 目前最新版本为1.15,将下载的libiconv-1.15.tar.gz解压后得到libiconv-1.15 新建Win32工程,名称为libiconv,应用类型为DLL,附加选项为空工程,点击完成 将libiconv…
https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio-net-framework Creating a NuGet package from a .NET Framework Class Library involves creating the DLL in Visual Studio on Windows, then using the nuget.…
Xamarin 3.7.165 Preview 下载地址:http://download.xamarin.com/XamarinforVisualStudio/Windows/Xamarin.VisualStudio_Setup-3.7.165.msi 刮刮乐:http://pan.baidu.com/s/1o6x9ffk 简单的来说,此次版本更新了对iOS 8的重大支持,以及Xamarin组件的功能更新和BUG修复,并且改进了某些兼容性问题. 想要了解详情请看下面,或者直达: What is…