0

我正在努力实现这个目标,但我需要一些替代方案来实现它。

我想使用 asp.net、silverlight、actionscript 读取指纹,我需要获取指纹并在窗口中显示捕获。

我在 C# 中使用 griaule biometrics SDK 2009 执行此操作,只能使用 java 小程序。我不知道混合 java + asp.net 是否是一个不错的选择。如果是,我如何将值从 asp.net 传递到 java applet?

我需要一些替代方案来做到这一点。

非常感谢。

4

1 回答 1

0

Have you tried using Silverlight?

If you have it working in a regular C# app, it might be possible to get it working in the browser via Silverlight. Then you can display it in that SL app or send it to the server via a web service.

于 2010-08-30T19:49:22.093 回答