0

I'm experiencing a rather strange problem.

I'm trying to interface with a Wacom signature pad, and would like to build a web service wrapper for the pad's API so that I can capture a signature on a website.

The signature pad requires two dll's to work: STUTablet.dll and STUTabletCore.dll.

I have a class library that references STUTablet.dll. Both dll files are in the class library's bin directory.

If I reference my class library from a Windows Forms application, I am able to call methods that call STUTablet.dll. However, if I reference my class library from a console application or an MVC application, an exception is thrown.

The exception is as follows: Unable to load DLL 'STUTabletCore.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E).

I have tried adding the same references that a default Windows Forms application has to my Console application, but to no avail.

Does anybody have any idea as to why STUTablet.dll is unable to load STUTabletCore.dll? There has to be some kind of dependency that I'm not fulfilling.

Thanks,

Francis :)

4

1 に答える 1

2

私も同様の問題を抱えていましたが、最終的に Wacom UK サポート チームの助けを借りて、Web ベースのアプリケーションを IE で ActiveX のみで動作させることができました。

http://gsdt.wacom.eu/download/Signature-SDK.xml を試す

32 ビットまたは 64 ビットの署名 SDK インストーラーのいずれかを選択し、多数の SDK の例

于 2013-01-15T00:29:25.313 に答える