- ago
I ran Visual Studio 2019 today and got a "Build failed" error, but there's no reason given so I don't know how to troubleshoot it. And I see no other error message. How do I get the error message that describes why the build failed? (In the past, if there were a build failure, it would tell me why.)

0
168
Solved
2 Replies

Reply

Bookmark

Sort
Glitch8
 ( 9.28% )
- ago
#1
View the Output pane.
1
Best Answer
- ago
#2
Thanks a bunch. That solved it.

Based on what the Output pane told me, there are some datatypes in WL8 that don't exist in WL6 (which I was building for), but I never got a compilation error (binding) message flagging that--strange. Apparently it's the linking process in the build step that checks all the bindings to "external" third-party datatypes in some cases.
0

Reply

Bookmark

Sort