I can’t see the unblock button and the same means its already unblock to use,right! but i’m not able to add the class library reference to my Windows Phone 8 application and error ‘A reference to a higher version or incompatible assembly cannot be added to the project’ appears. Please help me out!
Asked
Active
Viewed 1,274 times
1
-
1Is your class library a Windows Phone assembly? – LewisBenge Mar 13 '13 at 05:45
-
no I have added Windows Class Library. – Lekshmi Mar 13 '13 at 06:47
-
Windows Phone projects are not compatible with Windows Class Libraries. – Olivier Payen Mar 13 '13 at 07:55
-
ok! After googling a lot now I added a PortableClassLibrary but I'm not getting my required namespaces- System.Data,System.Web.Services etc. Please help me out. – Lekshmi Mar 13 '13 at 08:12
-
And if you try to create a Windows Phone library? (not a portableClassLibrary) – Fabrice Mar 13 '13 at 08:27
-
Yes I tried to create a Windows Phone library but my required namespace were not available. – Lekshmi Mar 13 '13 at 08:46
-
I tried to create a Windows Phone library but I'm not getting my required namespaces- System.Data,System.Web.Services etc. Please help me out. – Lekshmi Mar 13 '13 at 11:49
-
When you created a portable class library did you specify Windows Phone projects? The namespaces you are after are likely not present in Windows Phone – LewisBenge Mar 13 '13 at 22:45