

Msbuild log without issue: 1> Resolving COM reference for item "ADODB" with a wrapper "primary".

(2805,5): error MSB4181: The "ResolveComReference" task returned false but did not log an error. For example, if the COM component is 32-bit, your target platform must not be 64-bit.ġ>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft. Verify that (1) the COM component is registered correctly and (2) your target platform is the same as the bitness of the COM component. (2805,5): warning MSB3283:Ģ> Cannot find wrapper assembly for type library "ADODB". We get below error logs: 1> Resolving COM reference for item "ADODB" with a wrapper "primary".ġ> Determining dependencies of the COM reference "ADODB".ġ> Resolving COM reference dependency "00020430-0000-0000-c000-000000000046" version 2.0.ġ> Resolved COM reference dependency "00020430-0000-0000-c000-000000000046" version 2.0: "C:\WINDOWS\assembly\GAC\stdole\.0_b03f5f7f11d50a3a\stdole.dll"ġ> C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft. Set the msbuild log level to verborse and check the log. ResolveComReference task returned false and did not log an error it means that we can get more details from the msbuild verborse log.

