Application with WinRT Studio doesn't pass the windows app certification kit
Hello. If I add a reference to syncfusion winrt library, my sample application doesn't pass the Certification Tests. I just added the reference I didn't use any of the controls. The error messages are:
- API HeapCreate in kernel32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API HeapDestroy in kernel32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API EnumFontFamiliesExA in gdi32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API CopyMemory in kernel32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API GlobalAlloc in kernel32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API GlobalFree in kernel32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API GlobalReAlloc in kernel32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API RtlMoveMemory in kernel32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API RtlZeroMemory in kernel32.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API StgCreatePropSetStg in iprop.dll is not supported for this application type. Syncfusion.XlsIO.WinRT.dll calls this API.
- API GlobalAlloc in kernel32.dll is not supported for this application type. Syncfusion.DocIO.WinRT.dll calls this API.
- API GlobalFree in kernel32.dll is not supported for this application type. Syncfusion.DocIO.WinRT.dll calls this API.
- API GlobalReAlloc in kernel32.dll is not supported for this application type. Syncfusion.DocIO.WinRT.dll calls this API.
- API StgCreatePropSetStg in iprop.dll is not supported for this application type. Syncfusion.DocIO.WinRT.dll calls this API.
SIGN IN To post a reply.
9 Replies
MJ
Michael Jaksch
October 26, 2012 08:08 PM UTC
Confirmed....
Same here. :-(
MG
Miguel Goncalves
October 26, 2012 09:50 PM UTC
One suggestion would be to separate the XLSIO and DOCIO (which seem to cause the problem) into a new library. We would have two libraries (Syncfusion Controls for Metro and Syncfusion Office Documents for Metro).
Therefore until you solve there issues, we could publish apps to the store that do not need to create office documents (because apparently the issues are all related with xlsio and docio).
Therefore until you solve there issues, we could publish apps to the store that do not need to create office documents (because apparently the issues are all related with xlsio and docio).
SJ
Stephen Jebaraj
October 26, 2012 10:33 PM UTC
Hi Miguel,
Thanks for reporting this issue.
1) We are able to see the problem with XlsIO and DocIO and will have a fix available as soon as possible.
2) In the meantime, please make the following changes to pass certification for other controls
Run Notepad in administrator mode and open this file
C:\Program Files (x86)\Syncfusion\Essential Studio\10.3.0.64\SDK\SDKManifest.xml
Delete entries for DocIO and XlsIO
<File Reference="Syncfusion.DocIO.WinRT.dll"/>
<File Reference="Syncfusion.XlsIO.WinRT.dll"/>
Save and close the file
3) Open this folder, copy the XlsIO dll and DocIO dll to some other location for backup and delete them from here
C:\Program Files (x86)\Syncfusion\Essential Studio\10.3.0.64\SDK\References\CommonConfiguration\neutral
Now, clean the solution and rebuild it. It should pass certification now.
Please let us know if you still have any problems. Sorry for the inconvenience.
Best,
Stephen
MG
Miguel Goncalves
October 27, 2012 10:31 AM UTC
Worked like a charm. Thank you!
Just to confirm, with the current beta version, I can publish and sell an app in the store, if I find that all works as required. Correct?
Just to confirm, with the current beta version, I can publish and sell an app in the store, if I find that all works as required. Correct?
DJ
Daniel J
October 27, 2012 03:13 PM UTC
Miguel,
Yes, you can go live with the current beta.
Best regards,
Daniel
Daniel
Syncfusion., Inc
RB
Randy Bonnette
October 9, 2019 08:40 AM UTC
Hi there,
Could you please share the Windows App Certification Kit report via Dropbox or send it via email? What kind of API and Capalibities have you used in your project?
It happens in case I enable Windows Mixed reality, on Unity as well for some of the dlls: Windows App Certification Kit - test results I used to write my paper today
AV
Abirami Varadharajan
Syncfusion Team
October 10, 2019 01:50 PM UTC
Hi Randy,
We are working on generating Windows App Certification Kit report on simple UWP application. We will update further details by 14th October 2019.
Regards,
Abirami
AV
Abirami Varadharajan
Syncfusion Team
October 15, 2019 01:52 PM UTC
Hi Randy,
We have generated the windows app certification kit report for simple UWP sample. We are sharing the below sample and report for your reference.
Sample Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Sample-1544999669.zip
App Certification report: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Windows_App_Certification_Kit_-_Report2080942641.zip
Regards,
Abirami
MC
Michelle Cornelius
September 27, 2024 12:02 PM UTC
Thanks a lot!
SIGN IN To post a reply.
- 9 Replies
- 7 Participants
-
MG Miguel Goncalves
- Oct 26, 2012 06:23 PM UTC
- Sep 27, 2024 12:02 PM UTC