Click here to Skip to main content
16,012,821 members

Comments by Tshego21 (Top 9 by date)

Tshego21 12-Jan-14 1:26am View    
Dave I developed a windows 8 store app, it uses sqlite database the problem that i have is before you can upload it
in store you have to create app packages by doing so it request you to launch for certification. After it's done launching
for certification it gives me feedback that it has failed so when i view full report it shows me it has failed certain
things like Windows security features test : has failed the AppContainerCheck check and Supported API test : Error Found: The supported APIs test detected the following errors:

API CryptAcquireContextW in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API CryptCreateHash in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API CryptDecrypt in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API CryptDeriveKey in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API CryptDestroyHash in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API CryptDestroyKey in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API CryptDuplicateKey in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API CryptEncrypt in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API CryptHashData in advapi32.dll is not supported for this application type. SQLite.Interop.dll calls this API.
API AreFileApisANSI in kernel32.dll is not supported for this application type. SQLite.Interop.dll calls this API.

so in order for me to fix this for windows security feature test i have Apply the required linker options - SAFESEH, DYNAMICBASE, NXCOMPAT, and APPCONTAINER
So my question is how can i apply that on my app because i uses C# and Linker isn't available for C# apps but in C++ it's there

thanks again hope you get my problem now
Tshego21 11-Jan-14 12:07pm View    
Hi Dave Kreskowiak,

Thanks for your reply the problem is there is a linker in vs2012 that i have to use to enable APPCONTAINER and SAFESEH but that linker it's not available when using C# language so can you please assist me with that.
Tshego21 27-Dec-13 4:58am View    
Thanks but it's not there I'll reinstall my visual studio maybe some files are missing.
Tshego21 27-Dec-13 2:34am View    
Hey Richard, isn't because I'm using Visual studio 2012 ultimate? Because when i right click on my project under solution explore and click properties it opens property pages which has common properties and configuration properties. I don't have Linker tree. :( when i try to add it online from tools men u -> update and extension and select online type linker on search textbox it shows me Project linker 2012 it's already installed but still i can't find it.
Tshego21 25-Dec-13 11:32am View    
how???