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
No Data
Reply
  • 681
    posted

    Hello faulro,

    Both of the InkProvider assemblies should not be used within the same project.  You would only use one of them based on the Tablet SDK version you had installed.  UltraWinInkProvider.Ink17 works with the 1.7 version while UltraWinInkProvider works with the 1.5 version.  In your case, you would only need to use the Ink17 version.

Children