-
**Issue description**
The [WPFHostingWin32Control sample](https://github.com/Microsoft/WPF-Samples/tree/master/Migration%20and%20Interoperability/WPFHostingWin32Control) and [walkthrough](https://d…
-
I am not really sure what I expected, but FYI, this header crashes Visual Studio 2017's compiler:
https://developercommunity.visualstudio.com/content/problem/437112/compiler-crash-with-typestringhh…
-
It would be great to have the extension on VS2017!
-
Everything works when building in vs2013 but when I try do build in vs2017 I get the error:
Error C2024 'alignas' attribute applies to variables, data members and tag types only tinyDAV
\doubango…
-
**Repro Steps**
Create a 1.1 NET Core project (there are templates in VS for 1.1 web projects)
Add a unit test project - the default template in VS targets NetCore 1.0
Add a ref from the test pro…
-
I try to compile the toastpp using the \toastpp\win\V2015\toast.sln file using VS2015 and VS2017. All projects can be compiled except libtoast. Both version of VS produce the same error:
Error MSB419…
-
This issue is very similar to #1461, but since that user is no longer using git-tfs, I decided creating another issue was more helpful.
When trying to run the checkin commands, I get policy errors:
…
-
#### Repro
```fs
module Thing
let error =
let f _ _ _ (stateA, resultA) (stateB, resultB) _ =
if stateA && stateB then resultA else resultB
f () () () (true, ()) (true, ()) ()
…
-
Hi,
I'm trying to complete Lab 1. The only available install of VS is 2017. When installed (with the Windows 8 SDK extension), a universal app does not seem to be possible -the WindowsPreview.Kinec…
MiMqz updated
3 years ago
-
I tried to build the library with MSVC x64 compiler (Visual Studio 2017) under Windows 7 x64. The QT is built in the same environment. The simple way
```
SET PATH=%PathToQt%\bin;%PATH%
qmake
nmake…