-
Error code : MSB8036
Description:
The Windows SDK version 10.0.16299.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by rig…
-
**Visual Studio 2017**:
![error](https://user-images.githubusercontent.com/49183057/55983841-77c8e000-5cb5-11e9-8bc2-8e560b35fac0.png)
-
as document said "It requires C++14 and the Boost Libraries 1.67.0 or later.", but when comiple in VS (with boost1.68+cpp14), I get serveal errors.
boost_1_68_0\boost\variant\detail\make_variant_l…
-
The Rebracer extensions does not work at all in Visual Studio 2017, there is no popup in right top corner that the settings were loaded, and formatting is also not applied.
-
I created PR #12 that adds support for building DCS package with Visual Studio 2017 toolset. This blindly copies the existing definitions for VS2010 and VS2015, however it becomes a bit messy. I think…
-
I integrated Effort.EF6 to our solution. Using Resharper to run my tests, all 700 tests ran in 5 minutes. Which is good. Then, I ran the tests using the test runner from Visual Studio 2017 and it took…
-
### Installed product versions
- Visual Studio: 2017 v15.1
- BundlerMinifyer: 2.4.340
### Description
BundlerMinifyer is crashing Visual Studio 2017
### Steps to recreate
I can't entirely s…
-
#### Repro
```fs
module Thing
let error =
let f _ _ _ (stateA, resultA) (stateB, resultB) _ =
if stateA && stateB then resultA else resultB
f () () () (true, ()) (true, ()) ()
…
-
I'm using the react-app folder of this code. When I run npm install, I get these errors indicating that VS 2017 must be installed. I'm only running VS Code and would rather not install an entire IDE j…
-
blackhole does not build with Visual Studio 2017. (I haven't tired it yet, but my educated guess is, other Visual Studio compiler won't work either.)
More or less a prerequisite for implementing th…