-
-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Hi.
If an error occurs when processing the .vssbe file, the following is written to the build output:
Error: Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
But it doesn't contain enough information to troubleshoot the issue.
I expected to see an exception stack trace or more information like how to increase the verbosity of the log, or where to find additional logs, if any.
Visual Studio's "Error List" window indicates ".vssbe" in the File column, and the "Description" column indicates:
Failed Project.Pre-binding: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
and
Failed Project.Post-binding: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
There are differences between the output in the "Error List" and the "Build" Output log.
I expected to see additional information in the "Build" Output log.
Changing Visual Studio's "MSBuild project build output verbosity" to "Diagnostic" did not have any affect.
Thank you.