Ink support in VS C# 2005 with Windows XP Professional x64  
Author Message
Larry30813217





PostPosted: 64-Bit .NET Framework Development., Ink support in VS C# 2005 with Windows XP Professional x64 Top

Is Ink (Tablet PC) supported in Visual Studio C# 2005 under Windows XP Professional x64 A call to new InkEdit or any Ink class causes a Win32 exception.

private void InitializeComponent()

{

this.inkEdit1 = new Microsoft.Ink.InkEdit();


System.ComponentModel.Win32.Exception
{"An error occurred when loading the InkEdit control."}
{System.Collections.ListDictionaryInternal}
ErrorCode: -2147467259



.NET Development1  
 
 
Ken Tucker





PostPosted: 64-Bit .NET Framework Development., Ink support in VS C# 2005 with Windows XP Professional x64 Top

In the project properties -> compile press the advanced compile options.  Set the target cpu to x86.  There are not any 64 bit version of the ink controls.  This forces it to use the 32 bit versions.

 
 
DSONG





PostPosted: 64-Bit .NET Framework Development., Ink support in VS C# 2005 with Windows XP Professional x64 Top

This could also solve the problem for Visio2003/2007+VB2005 on Win pro_X64! Thanks!