visual-studio-2017

VS2017 Blank Sign In Screen

自闭症网瘾萝莉.ら 提交于 2021-02-06 10:51:07
问题 I have a unique issue with my installation of Visual Studio 2017 where the sign in dialog is blank, and no matter how long I wait it never seems to allow me to log in. I have tried changing the default browser to Chrome, Edge and IE just in case it was using that under the hood for rendering this page. Prior to that I had an issue with the Virtual Machine running the IDE which required me to re-register *.VBS associations to complete the install, that has been resolved and the install has

VS2017 Blank Sign In Screen

微笑、不失礼 提交于 2021-02-06 10:50:06
问题 I have a unique issue with my installation of Visual Studio 2017 where the sign in dialog is blank, and no matter how long I wait it never seems to allow me to log in. I have tried changing the default browser to Chrome, Edge and IE just in case it was using that under the hood for rendering this page. Prior to that I had an issue with the Virtual Machine running the IDE which required me to re-register *.VBS associations to complete the install, that has been resolved and the install has

VS2017 Blank Sign In Screen

谁说胖子不能爱 提交于 2021-02-06 10:49:03
问题 I have a unique issue with my installation of Visual Studio 2017 where the sign in dialog is blank, and no matter how long I wait it never seems to allow me to log in. I have tried changing the default browser to Chrome, Edge and IE just in case it was using that under the hood for rendering this page. Prior to that I had an issue with the Virtual Machine running the IDE which required me to re-register *.VBS associations to complete the install, that has been resolved and the install has

How do I install Windows 10 SDK for use with Visual Studio 2017

有些话、适合烂在心里 提交于 2021-02-05 20:18:22
问题 I can't figure out how to install Windows 10 SDK for Visual Studio 2017. I downloaded and ran the Windows 10 SDK installer, and it displays Please find winsdksetup.exe in ....\Windows kits\10\WindowsSDK to install Windows Software Development Kit - Windows 10.0.17134.12. When I run winsdksetup.exe , it takes me through the same loop, where it downloads a bunch of executable installers into this directory and show the same exact message. When I try to build a DirectX project in VS2017, I get

How do I install Windows 10 SDK for use with Visual Studio 2017

随声附和 提交于 2021-02-05 20:16:54
问题 I can't figure out how to install Windows 10 SDK for Visual Studio 2017. I downloaded and ran the Windows 10 SDK installer, and it displays Please find winsdksetup.exe in ....\Windows kits\10\WindowsSDK to install Windows Software Development Kit - Windows 10.0.17134.12. When I run winsdksetup.exe , it takes me through the same loop, where it downloads a bunch of executable installers into this directory and show the same exact message. When I try to build a DirectX project in VS2017, I get

VS 2017 Metadata file '.dll could not be found

耗尽温柔 提交于 2021-02-05 13:28:08
问题 I know there is another question with exact the same problem, but I went trough all those answers, and none helped me. :( (This was the question.) I just created a new ASP.NET MVC project and joined a few '.dll's in the solution. Now when I try to build the project I get the error message shown below on 3 of the 5 libraries. Error CS0006 Metadata file 'C:\Users\...\source\Database\bin\Debug\DataAccessLayer.dll' could not be found Logic C:\Users\...\source\Logic\CSC 1 Active Error CS0006

VS 2017 Metadata file '.dll could not be found

不打扰是莪最后的温柔 提交于 2021-02-05 13:27:33
问题 I know there is another question with exact the same problem, but I went trough all those answers, and none helped me. :( (This was the question.) I just created a new ASP.NET MVC project and joined a few '.dll's in the solution. Now when I try to build the project I get the error message shown below on 3 of the 5 libraries. Error CS0006 Metadata file 'C:\Users\...\source\Database\bin\Debug\DataAccessLayer.dll' could not be found Logic C:\Users\...\source\Logic\CSC 1 Active Error CS0006

error MSB4018 in vs2017: The “SignFile” task failed unexpectedly

拈花ヽ惹草 提交于 2021-02-05 08:10:48
问题 I have a ppt2013 plugin solution with vsto, developer machines with vs 2017 installed.When I build, it comes the signFile error. I've installed .Net framework 4.5.1 targeting pack .Net framework 4.5.1 SDK .Net framework 4.5.2 targeting pack .Net framework 4.6 SDK .Net framework 4.6 targeting pack .Net framework 4.6.1 targeting pack .Net framework 4.6.2 SDK .Net framework 4.6.2 targeting pack Does anyone have a good idea to solve the error? > detail: D:\Program Files (x86)\Microsoft Visual >

Disable transitive PackageReference dependency for a specific MsBuild project

本秂侑毒 提交于 2021-02-04 19:36:08
问题 I am migrating an old style MsBuild csproj project to using PackageReference format and have run into a problem with transitive dependencies. Consider the following Project A reference NuGet package B and C, each containing one single assembly using PackageReference. On Build Project A uses IL merge to incorporate B as public symbols in the A assembly and C as internalized symbols. Project D have a project reference to A. The transitive dependencies case D to reference A, B and C. When

Upgrading VS2017 from 15.4.1 to 15.5.1 resulted in build error

混江龙づ霸主 提交于 2021-02-04 17:09:17
问题 I'm programming with the following tools/versions: Windows 10 / VS2017 Professional / C++ After I upgraded to 15.5.1 I got the following error: MIDL2338: switches are contradictory - no_robust vs. - target The Microsoft compiler error description list says: You cannot use both the /osf and /ms_ext command-line switches when you compile an IDL file. None of those switches are specified in my project properties. I tried to downgrade back to 15.4.1 but have found that it's impossible to revert