Amar Zeno
Amar Zeno

Reputation: 412

How to resolve "Could not find SDK "MobileServicesJavaScriptClient, Version=0.2.0.0 "?

I have developed an application for the windows store. The application uses data from windows azure. When I recently open that project it pops out the error "Could not find SDK "MobileServicesJavaScriptClient, Version=0.2.0.0". But I do have installed a Windows Azure mobile service for winJS reference.

enter image description here

But still my project reference itself to the older version. Any help would be really appreciated.

Upvotes: 0

Views: 185

Answers (1)

carlosfigueira
carlosfigueira

Reputation: 87228

Since you already added the NuGet reference to the project, you should remove the "MobileServicesJavaScriptClient" reference from your project (under Sociarkfinal --> References) - just select it and click 'delete'. That should solve this issue.

Upvotes: 1

Related Questions