Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)

I was trying to run the Azure mobile services test project but it is throwing this error:

A Windows Azure Mobile Services assembly for the current platform was not found. Ensure that the current project references both Microsoft.WindowsAzure.Mobile and the following platform-specific assembly: Microsoft.WindowsAzure.Mobile.Ext.

I have already installed packages for my project. Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)

If you are trying to run it using iOS platform then you need to make sure that you have call this function in your iOS application:

Microsoft.WindowsAzure.MobileServices.CurrentPlatform.Init();

I hope this will help.

Want to become an Azure expert? join azure architect certification now!!

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jan 6, 2020 in Azure by anmolj (9k points)

Browse Categories

...