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.)
Rename
View the Output pane.
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.
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.
Your Response
Post
Edit Post
Login is required