随笔分类 - VisualStudio
摘要:https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019 MSBuild projects that use the standard build process (importin
阅读全文
摘要:How to determine why visual studio might be skipping projects when building a solution In my case, all the projects were set to "Any CPU" and issue so
阅读全文
摘要:Visual Studio displaying errors even if projects build 回答1 If you have ReSharper, try emptying the ReSharper cache: In menu, ReSharper > Options > Env
阅读全文
摘要:https://www.c-sharpcorner.com/UploadFile/4b0136/getting-started-with-iis-host-and-publish-in-mvc-5/ 右键选中项目,publish。 然后rename
阅读全文
摘要:下面的place solution and project in the same directory 不需要勾选
阅读全文
摘要:安装了vs2019之后,发现有的项目中引用的其他项目的源码,但是无法识别了。 最后发现是因为project guid是大写导致的。 https://stackoverflow.com/questions/36204515/vs-project-references-broken-on-case-se
阅读全文
摘要:卸载enterprise版本 Microsoft.FSharp.SDK.Core卸载失败Package 'Microsoft.FSharp.SDK.Core,version=15.7.20180605.5' failed to uninstall. Search URL https://aka.ms
阅读全文
摘要:Find-Package PM> Find-Package autofac https://docs.microsoft.com/en-us/nuget/tools/ps-ref-find-package Id Versions Description -- Autofac {4.9.0} Auto
阅读全文
摘要:https://docs.microsoft.com/en-us/visualstudio/modeling/map-dependencies-across-your-solutions Install Code Map and Live Dependency Validation To creat
阅读全文
摘要:https://docs.microsoft.com/en-us/visualstudio/cross-platform/tools-for-cordova/debug-test/basic-tests-with-jasmine?view=toolsforcordova-2017 https://d
阅读全文
摘要:https://github.com/Microsoft/nodejstools/wiki/Projects 1. 安装vs2017的时候,需要勾选Node.js 2.新建项目的时候,选择其他语言,然后JavaScript,Node.js
阅读全文
摘要:https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio 直接用everything搜索vs_installer.exe C:\Program Files (x86)\Microsoft Visual Stu
阅读全文
摘要:https://marketplace.visualstudio.com/items?itemName=DavidGardiner.ShowMissing2019 显示缺失的文件,包括在项目路径下,但是没有include的 https://marketplace.visualstudio.com/i
阅读全文
摘要:https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/viewing-the-call-stack-in-visual-studio Using the Call Stack Window To open the Cal
阅读全文
摘要:C# Interactive Walkthrough
阅读全文
摘要:Build https://docs.microsoft.com/en-us/visualstudio/ide/reference/build-devenv-exe Builds a solution using a specified solution configuration file. Re
阅读全文
摘要:在Nuget中,添加Microsoft.CodeDom.Providers.DotNetCompilerPlatform。 在添加这个dll的时候,会自动在web.config中添加以下内容 这个dll本身还依赖Microsoft.Net.Compilers (>= 2.4.0)。 最终的packa
阅读全文
摘要:https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-csharp
阅读全文
摘要:https://stackoverflow.com/questions/9654833/how-to-run-visual-studio-as-administrator-by-default Windows 8, 8.1 and 10 In Windows 8, you have to right
阅读全文
摘要:https://stackoverflow.com/questions/12859891/error-unable-to-access-the-iis-metabase 解决方法1 On Windows 8 Pro: %systemroot%\inetsrv\config On Windows 7
阅读全文