I am developing windows phone 8.1 app. I have create Pivot App(Windows Phone) from templates. In same solution I have added Class Library(Portable for iOS, Android And windows). I have added class library .dll to windows phone project. Here is Class Library project property screenshot
After adding reference to phone project it is giving error
The .winmd file 'Windows.winmd' contains type 'Windows.Data.Xml.Dom.XmlText'. The use of the Windows namespace is reserved.
The .winmd file 'Windows.winmd' contains type 'Windows.Globalization.NumberFormatting.ICurrencyFormatterFactory'. The use of the Windows namespace is reserved.
Here is screenshot
After removing this all things working perfectly. I am not getting, why it is giving all these errors after adding .dll?

