So Using the AAL library
The property 'ObjectId' does not exist on type 'MyClass.ServiceReference1.Microsoft.WindowsAzure.ActiveDirectory.User'. Make sure to only use property names that are defined by the type.
So Until today - ObjectId with a Capital O - was a Guid
now it has a lowercase o - and is a String
I changed all my code....
t System.Data.Services.Client.Materialization.FeedAndEntryMaterializerAdapter.TryRead()
at System.Data.Services.Client.Materialization.FeedAndEntryMaterializerAdapter.AssertRead()
at System.Data.Services.Client.Materialization.FeedAndEntryMaterializerAdapter.ReadEntryCore()
at System.Data.Services.Client.Materialization.FeedAndEntryMaterializerAdapter.TryReadEntry(MaterializerEntry& entry)
at System.Data.Services.Client.Materialization.FeedAndEntryMaterializerAdapter.<LazyReadEntries>d__0.MoveNext()
at System.Data.Services.Client.Materialization.FeedAndEntryMaterializerAdapter.Read()
at System.Data.Services.Client.Materialization.ODataReaderEntityMaterializer.ReadNextFeedOrEntry()
at System.Data.Services.Client.Materialization.ODataEntityMaterializer.ReadImplementation()
at System.Data.Services.Client.Materialization.ODataMaterializer.Read()
at System.Data.Services.Client.MaterializeAtom.MoveNextInternal()
at System.Data.Services.Client.MaterializeAtom.MoveNext()
at System.Linq.Enumerable.<CastIterator>d__b1`1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
Note that I saw no mention of changes to this service
e.g.
http://msdn.microsoft.com/en-us/library/windowsazure/jj649347.aspx
In the Add Service Reference dialog box, specify the address of Windows Azure AD Graph REST service (https://graph.windows.net/<your tenant domain>/$metadata), and then clickGo. After the service information is downloaded, Click OK to add the service reference to the project.
Mark Jones - Envision IT http://www.envisionit.com/