Adrian
Adrian

Reputation: 3448

Unable to use windowsazure.mobileservices in my mono for android app

I am trying to get Windows Azure Mobile Services up and running but can not for the life of me find the DLL anywhere on my PC. I installed the SDK already.

I thought I read somewhere that this DLL is only available for use in Windows 8 development environments. Is this true? I am running Windows 7. If so is there another way around accessing my database in the cloud?

Upvotes: 0

Views: 207

Answers (2)

user793891
user793891

Reputation:

You need to use the version of the DLL that Xamarin ported from the original code. Download it from their component store: http://components.xamarin.com/view/azure-mobile-services/

Upvotes: 1

hhaggan
hhaggan

Reputation: 619

well that depend on the way you start developing your application. if you developed the script on Windows Azure Mobile Cloud Service and then download the project from the portal, I am sure you wont face any problems of the above.

Upvotes: 0

Related Questions