Hi all,

Was wondering if anyone can give me some insight or advice on the how to proceed with the following situation:

I'm writing a 32 bit Windows 8 desktop application in C#, .net framework 4.5, using System.Data.Sqlite version 1.0.85. I'm using the Nuget package System.Data.Sqlite.x86 in Visual Studio 2012 The program compiles and runs fine.

I ran the Windows App Certification Kit version 2.2 against my installation project. Under the windows security features test portion of the results there is the following warning information:

The binary analyzer test detected the following errors: System.Data.Sqlite.dll has failed the AptcaCheck check. The message goes on to state that if the app doesn't use the available Windows protections, it can increase the customer's computer to malware.

Next I downloaded and ran the binscope.exe utility against just the System.Data.Sqlite.dll file to isolate the test to just this file and received the same result - Failed checks - the assembly has AllowPartiallyTrustedCallersAttribute (APTCA).

I would like to be able to better understand and eliminate this warning/failure if possible, but not sure how best to proceed. Any assistance or advice would be greatly appreciated. Thanks in advance.

Mike
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to