msbuild is not able to resolve the COM reference showing the warning for the COM dll

-2

getting the below error while build the solution file using MSBuild.

Creating new cache file at "obj\Win32\dbg\CssLib.csproj.ResolveComReference.cache". C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2399,5): warning MSB3284: Cannot get the file path for type library "33449eaa-8056-4d28-8d42-552b7c6c8954" version 1.0. Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))

When building the solution from Visual Studio 2015 there is no warning or error and works perfectly. Any input would be very highly appreciated as already spent more then one and half days to troubleshoot.

We need this to build the solution from batch file for automation.

visual-studio
c#-4.0
msbuild
asked on Stack Overflow Mar 7, 2019 by gaurav mahor • edited Mar 7, 2019 by Gerhard Barnard

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0