问题标签 [visual-studio-2019]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
44291 浏览

c# - 如何在 Visual Studio 中查看 Markdown 文本?

我可以在 Visual Studio 中使用标记文件 (.mkd) 做什么?我正在寻找一种以某种集体方式显示 Markdown 评论/说明的方法。

0 投票
6 回答
321876 浏览

visual-studio-2015 - 强制卸载 Visual Studio

卸载 Microsoft Visual Studio Ultimate 2015 Preview 时,它会引发错误,引用“Microsoft Visual Studio Ultimate 2015 Preview 已停止工作”

留言内容包括:

一个问题导致程序停止正常工作。如果有可用的解决方案,Windows 将关闭该程序并通知您。

我在谷歌上搜索并找到了一个实用程序,可以在此处卸载 Visual Studio 2010,但 Visual Studio 2012、2013 和 2015 不存在任何内容。我的问题是:

是否有任何通用实用程序可以按版本卸载 Visual Studio?

或者有没有办法在不使用“程序和功能”菜单的情况下强制卸载 Visual Studio 2012?

0 投票
1 回答
1843 浏览

azure-devops - 如何解锁在 Visual Studio Online 中锁定的文件?

我在 Visual Studio Online (visualstudio.com) 中有一个文件被 PC 上的 Microsoft 帐户用户锁定,这两个文件都不再存在。

在此处输入图像描述

如何解除 Microsoft 帐户 H.....w 的锁定?

0 投票
6 回答
43481 浏览

git - 使用 Git 时如何在 Visual Studio 中刷新分支(本地/远程)?

更新

升级到 Visual Studio 2019 16.8.X 有一个新的 git 工作流。这还包括一个获取按钮。

在此处输入图像描述

概括

我正在学习如何在 Visual Studio 中使用 Git。我最近做了一个拉取请求,其中功能分支在合并后被删除。功能分支仍显示在 Visual Studio 的本地和远程分支中。我知道如何右键单击并删除分支,这是一种解决方法,因为团队中的其他人可能会在我不知道的情况下完成我拥有的分支的拉取请求。如果他们之后删除分支,我不会知道他们这样做了。

问题

如何使用 Git 上的内容刷新 Visual Studio 分支?

我的期望

我希望有一个按钮、链接或右键单击功能可以在单击时检查差异,如果发现任何差异,它会询问“此分支不再存在,您想从 Visual Studio 中删除它吗?”。

技术规格

我正在使用 Visual Studio 2015 Enterprise(对于低于 16.8 的版本,这似乎仍然是 VS 2019 的症状)

附加示例

这可能是另一个问题,但在这里非常适合。我刚刚注意到,如果我创建一个分支(比如在一个 VM 中并与另一个 VM 一起查看相同的存储库),Visual Studio 没有git fetch更新分支列表的选项。顶部的刷新按钮似乎没有做任何事情。一旦我git fetch在 bash 中运行,visual studio 就有了新的分支。我希望刷新能够解决这个问题。

0 投票
2 回答
2446 浏览

visual-studio-2015 - Build FFTW lib with Visual Studio 2015 [added: steps for VS 2019]

I'm trying to use Visual Studio 2015 to compile a project that uses FFTW. Unfortunately, the precompiled binaries from the FFTW website aren't compatible with VS 2015, due to this problem: unresolved external symbol __imp__fprintf and __imp____iob_func, SDL2. You get a link error when you try to compile.

I'm looking for any advice on how I can compile a compatible version. The obvious answer would be to recompile FFTW with VS 2015, but I can't find any instructions on how to compile it with Visual Studio at all, and lots of suggestions that it would be hard to do that. The standard version was compiled with MinGW, and they do provide instructions on how to do that. But can MinGW produce a library compatible with VS 2015? I haven't found any information about that either.

0 投票
5 回答
8202 浏览

c# - 无法在 Visual Studio 2013 中通过 EF6 连接到 MySQL

我正在尝试在 Visual Studio 中使用 EF6 连接到 MYSQL 数据库,后来我使用 SQL 并且它工作正常,然后我转移到 Mysql 然后我安装了这些必需的组件:

  • 适用于 Visual Studio 1.1.1 的 MySQL
  • MySQL 连接器/网络 6.8。

错误说: 在此处输入图像描述

您的项目引用了最新版本的实体框架;但是,无法为您的数据连接找到与此版本兼容的实体框架数据库提供程序。退出此向导,安装兼容的提供程序,并在执行此操作之前重建您的项目

我尝试了可能的在线解决方案,例如 重新安装此组件但它不起作用,否则我试图将这样的代码添加到我的App.config

<configuration> <entityFramework> <defaultConnectionFactory type="MySql.Data.Entity.MySqlConnectionFactory, MySql.Data.Entity.EF6" /> <providers> <provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.Entity.EF6" /> <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> </providers> </entityFramework> </configuration>

但它面临相同的命运,或者事件清除我的所有实体标签app.config。我也尝试安装更高版本的实体,例如:

安装包 EntityFramework -版本 5.0.0

但它得到:Install failed. Rolling back... Install-Package : Already referencing a newer version of 'EntityFramework'.

谁能帮我确定我应该怎么做?

0 投票
2 回答
165550 浏览

msbuild - 如何在不安装 IDE 的情况下在构建服务器上安装 VS2017 版本的 msbuild?

从历史上看,这是通过Microsoft Build Tools完成的。但似乎Build Tools 可能不适用于 2015 之后的版本。替代品似乎是 Visual Studio 构建工具,它似乎还没有真正的主页。

我下载了VS2017 Professional 安装程序,然后转到“单个组件”选项卡。马上,摘要告诉我 Visual Studio 核心编辑器在那里,占用 753MB。我不要编辑器。只是msbuild。无法取消选择编辑器。

有没有一种方法可以在不安装 Visual Studio IDE 的情况下安装最新版本的 msbuild?

0 投票
2 回答
22107 浏览

visual-studio - 近期解决方案列表中的 Visual Studio 以管理员身份运行

当我从任务栏中的最近列表中选择一个项目时,我想以管理员身份运行 Visual Studio 2017/2019/2022 ,即。通过 Explorer/Shell 快捷方式打开项目时。

我确实使用了设置:属性->快捷方式->高级->以管理员身份运行复选框。

不幸的是,这不会导致 devenv 以管理员身份运行。

有想法该怎么解决这个吗?

0 投票
4 回答
145812 浏览

c# - NuGet.Config 文件位于 Visual Studio 项目中的什么位置?

我想知道 Visual Studio 2017项目中的 NuGet.Config 文件在哪里?我尝试在项目的根目录中创建自己的 NuGet.Config 文件,但没有找到任何新的存储库(NuGet 源)。有人知道吗?

这是我试图为我的.Net Core项目实现的文件:

0 投票
9 回答
119119 浏览

visual-studio - 如何在 Visual Studio 2017 中运行 NUnit 测试?

我刚刚安装了 Visual Studio 2017。我有一个项目使用 NUnit 作为测试用例。Ctrl+ R-T不再运行测试,并且测试资源管理器不再找到任何标有 TestCase 属性的测试用例。

有没有办法让 NUnit 运行,或者我能找到更新?

我从 NuGet 包管理器将 NUnit 重新安装到最新版本,但没有任何改进。