I am working on winrt app that have some financial calculation involved. I searched on net and find Financial.dll which have all financial functions as in excel. I used it in my app and get desired result. But when I test my app on APP CERT KIT it failed because of it.
Error Found: The supported APIs test detected the following errors: o API System.Net.DownloadStringCompletedEventHandler in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Financial.dll calls this API. o API System.Net.DownloadStringCompletedEventArgs in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Financial.dll calls this API. o API System.Runtime.Serialization.SerializationInfo in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Financial.dll calls this API. o API System.Converter`2 in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Financial.dll calls this API. o API System.Threading.ParameterizedThreadStart in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. Financial.dll calls this API.
There are lots of same error.
Is there any other API used for same functionality or what I do to fix this issue?