Hi Murat,
Sorry for the inconvenience caused.
The reported issue has been fixed and will be reflected in our upcoming release which is expected to be available in October.
Thanks,
Prasanth
Hi Murat,
Considering your urgency, we will provide the build by tomorrow. Meanwhile you
can test with the custom assemblies provided in the following link and let us
know if this helps.
Custom Assemblies: CustomAssemblies_12.2810.0.42
Regards,
Prasanth
Firstly:The Win32 APIs that can be used from Windows Phone app are documented here: http://msdn.microsoft.com/en-us/library/windows/apps/jj662956(v=vs.105).aspx. Any other API outside of what is documented will not be supported.Secondly:Double-check if these are debug builds of the DLL rather than release builds. Debug builds often include calls which aren't allowed for production.Thirdly:If you were the owner of the DLL's, you could use the below recommendations and make changes to that DLL and resubmit. Since they are owned by SyncFusion though, you would need to contact them as the owner/ vendor of that DLL and ask them to make the below changes and resubmit the app with the modified DLL. Please see the recommendations below:?This API is not supported for this application type - Api=EnumFontFamiliesExA. Module=gdi32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.?This API is not supported for this application type - Api=CopyMemory. Module=kernel32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.?This API is not supported for this application type - Api=HeapCreate. Module=kernel32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.?This API is not supported for this application type - Api=HeapDestroy. Module=kernel32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.These API's do not seem to be supported in a Windows Phone app, so you need to remove them.?This API is not supported for this application type - Api=HeapAlloc. Module=kernel32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.?This API is not supported for this application type - Api=HeapFree. Module=kernel32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.?This API is not supported for this application type - Api=HeapReAlloc. Module=kernel32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.These API's are supported in a Windows Phone app but then the import library should be api-ms-win-core-heap-l1-2-0.dll, not kernel32.dll.?This API is not supported for this application type - Api=RtlMoveMemory. Module=kernel32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.?This API is not supported for this application type - Api=RtlZeroMemory. Module=kernel32.dll. File=Syncfusion.XlsIO.WPSilverlight.dll.These are Driver APIs, and we were not sure how these Rtl* functions were being used as part of user mode code in Windows Phone. If these are just the declarations and are not being used, then these definitions can be removed
Hi Murat,
Thank you for your updates.
We have fixed the reported issue and have refreshed the build. You can download the build from our website.
Please let us know if you need any clarification.
Regards,
Prasanth
Hi Murat,
Sorry for the inconvenience caused.
Please find the service pack 2 (Version 12.2.0.42) from the below link.
http://www.syncfusion.com/forums/117190/essential-studio-2014-volume-2-service-pack-2-release-v12-2-0-42-available-for-download
Please let us know if you need any clarification.
Regards,
Prasanth
Hi Murat ,
We have tested our Dll with a simple program, which was passed App Certification, we have attached video for your reference. At the same time we are analyzing on this, we will get back to you
if we get any updates.
http://www.syncfusion.com/downloads/support/directtrac/general/ScreenCapture_10-14-2014_5.45.55_PM.xesc451912292.zip
Please let us know if you have any concerns.
Thanks,
Vikas
Hi Murat
,
Thank you for sharing your sample.
On analysis, supported API test failed for the Syncfusion libraries you have
referred in the sample. Whereas, it succeeds in the custom assemblies provided
by us. It would be grateful if you could let us know as to which dlls the sample
is referring to.
Meanwhile, we are analyzing on this. We will get back to you on October 17,
2014.
Please let us know if you have any concerns.
Thanks,
Vikas
Hi Murat
,
We have attached the sample you have sent with our custom dlls,
which succeeded App Certification.
Sample Link: Sample
Please let us know if you have any concerns.
Thanks,
Vikas