Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Conflict with Microsoft.INK dll version
posted

I have a project that's being used to generate an MSI installation. The project uses the following files:

Infragistics2.win.UltraWinInkProvider.Ink17.v10.1.dll
Infragistic2.win.UltravinInkProvider.v10.1.dll

 

When I try to build i get the following warnings:

WARNING: Unable to find dependency 'MICROSOFT.INK' (Signature='31BF3856AD364E35' Version='1.0.2201.2') of assembly 'Infragistics2.Win.UltraWinInkProvider.v10.1.dll'

WARNING: Unable to find dependency 'MICROSOFT.INK.15' (Signature='31BF3856AD364E35' Version='1.5.3023.0') of assembly 'Infragistics2.Win.UltraWinInkProvider.v10.1.dll'

This causes the build to fail with message:

ERROR: An error occurred while validating. HRESULT = '80004005'

Is there a way to resolve the depency issue?

 

Parents Reply Children
No Data