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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -