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.dllInfragistic2.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?
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.
I do not have the Microsoft Ink provider for the ink17 version. Could you please let me know where to get it?
You can get the Microsoft Windows XP Tablet PC Edition Software Development Kit 1.7 from http://www.microsoft.com/download/en/details.aspx?id=20039