Reputation: 412
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.
But still my project reference itself to the older version. Any help would be really appreciated.
Upvotes: 0
Views: 185
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