c# - Using .NET library in Windows Phone 8.1 application -


I want to create a Windows Phone 8.1 application in C #. I have a commercial NET library that I need to use in accordance with the documentation, which is compatible with Windows and Windows Mobile operating systems. When I add a reference to this library in my project and compile, I get the following error: Type system can not be found. Collabations. Selection module module mscorlib.dll .

Any way to use this library in the Windows Phone 8.1 application?


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -