Tattakashi123 / t

Automatically exported from code.google.com/p/twaindotnet
0 stars 0 forks source link

XBAP deployed on ASP.NET #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have a setup exe (installation) that puts TwainDotNet.dll and
TwainDotNet.Wpf.dll on client machine and registers them in GAC (using
gacutil.exe).

I have also a XBAP page on my server (IIS). (The XBAP part of the project
works fine locally and I am using those 2 twin libraries registered in GAC
locally too. And on client machine I have registered my generated
certification in Trusted Root and Publishers. I have tested my XBAP without
Twin libs on the client machine(s) and it works fine; test XBAP edits a
text file on client machine hard).

Now; when I browse my XBAP on a client, I get : "Error getting information
about the default source: Failure"; which I think happens in GetDefault of
DataSource class.

Is there any work around?

Thanks

Original issue reported on code.google.com by kaveh.sh...@gmail.com on 23 May 2010 at 7:09

GoogleCodeExporter commented 8 years ago
Hi.
I am having the same problem. I think it's a driver permission problem.
Did you find a solution?

Original comment by mariusog...@gmail.com on 24 Feb 2011 at 1:30

GoogleCodeExporter commented 8 years ago
Hi

Unfortunately no; we had fallen back to our native client (a Delphi exe) and 
the problem remained unsolved :(

Original comment by kaveh.sh...@gmail.com on 24 Feb 2011 at 1:57