intuit / QuickBooks-V3-DotNET-SDK

.Net SDK for QuickBooks REST API v3 services
Apache License 2.0
107 stars 140 forks source link

VS 2022 compilation error - Unable to load DLL 'Microsoft.DiaSymReader.Native.amd64.dll #216

Open Paul-Schroeder opened 2 years ago

Paul-Schroeder commented 2 years ago

When pulling down the repo on a fresh install using VS 2022, 285 compilation errors are observed:

CSC : error CS0041: Unexpected error writing debug information -- 'Unable to load DLL 'Microsoft.DiaSymReader.Native.amd64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)' 6>Done building project "Intuit.Ipp.Diagnostics.csproj" -- FAILED.

image