Closed
Description
opened on Apr 23, 2019
From @fubar-coder on Tuesday, 23 April 2019 07:16:19
I get an error which seems to be caused by the following COMReference
project item:
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' and '$(OS)' == 'Windows_NT' ">
<COMReference Include="ADOX.dll">
<Guid>00000600-0000-0010-8000-00aa006d2ea4</Guid>
<VersionMajor>6</VersionMajor>
<VersionMinor>0</VersionMinor>
<WrapperTool>tlbimp</WrapperTool>
<Lcid>0</Lcid>
<Isolated>false</Isolated>
</COMReference>
</ItemGroup>
The error message roughly translates to something along the lines: The "ResolveComReference" task couldn't be executed, because MSBuild couldn't create or connect to a task host with runtime "CLR4" and architecture "x86".
I also attached the build log.
Copied from original issue: dotnet/installer#1690
Activity