Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

System OutOfMemory Exception thrown in GroupsController #51

Closed yfan183 closed 7 years ago

yfan183 commented 7 years ago

When I try to use the getmembers method, I get a outofmemory exception on the line users.Add((User) directoryObject); I'm not sure what caused this as I had plenty of RAM available

VitorX commented 7 years ago

Are you able to reproduce this issue on other machine with same request?

yfan183 commented 7 years ago

Don't worry. I managed to resolve this issue.