开发者

Deploying a C# app that uses Microsoft.Ink.dll

开发者 https://www.devze.com 2023-02-11 15:24 出处:网络
I have a legacy app that captures signatures. It uses Microsoft.Ink.dll that came from a Windows Tablet SDK. I am maintaining the app on Windows 7 VS 2010 and it runs fine on my box. When I deploy the

I have a legacy app that captures signatures. It uses Microsoft.Ink.dll that came from a Windows Tablet SDK. I am maintaining the app on Windows 7 VS 2010 and it runs fine on my box. When I deploy the app to Wi开发者_JAVA技巧ndows Server 2003 the app fails with the following error:

Exception during StringFormat: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. Datapump error on interface Risk Assessment Signatures: Retrieving the COM class factory for component with CLSID {937C1A34-151D-4610-9CA6-A8CC9BDB5D83} failed due to the following error: 80040154.

Regsvr32 on the dll fails.

I assume that this is because related dll's are missing.

Is there any way to delete the old ink dll and use a more modern dll that I can properly deploy? If not what is the best way to deploy this app?

0

精彩评论

暂无评论...
验证码 换一张
取 消