I am porting and old usercontrol from version 1 to version 6 of dottwain. It works fine in a windows app, but from the web, immediately when I hit my webpage, I get the following error in a message box
----------------------
Atalasoft License Exception
Atttempt to download the license file from
'http://localhost/webapp/Atalasoft.DotTwain.lic' failed.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
----------------------
The file is there.
If I point my browser to 'http://localhost/webapp/Atalasoft.DotTwain.lic', the browser download the license file no problem.
I am using Dottwain 6.0 with an evaluation license on a 64bit version of Vista. All the code is compiled with Visual Studio 2008 targeting framework 2.0 and forced to x86.
I havea code group for Site (localhost) in my framework configuration and I know it works because I have another control for printing that requires the same settings and it works.
Any help would be appreciated. Thank you.