Anish M

Results 5 comments of Anish M

Thank you for looking into it. The following is the complete ex.ToString(). The AppServerCore project is setup similar to ProjectTracker 5.1. I receive the following only on connecting from iOS...

Thanks Rocky! What's a bit baffling is that, I've setup duplicate Dataportals in Azure in .NET 4.7 and .NET Core 3.1, based on samples and only the following single case...

Hi! After seeing a related post I tried to reproduce it with Project Tracker and log the raw response using Fiddler - ``` HTTP/1.1 200 OK Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET...

Hi! To achieve this (consolidate the two), when I add _services.AddHttpContextAccessor()_, which is otherwise not present in _Startup.cs_ of _ProjectTracker.AppServerCore_, and try to access Dataportal I receive _DataPortalException... at Csla.DataPortalClient.HttpProxy.Update_...

Hi @JasonBock. I was referencing CLSA from a Class Library (.NET Standard). I received the warnings when I was updating to 5.1.0, however, I don't reproduce it anymore. Thanks!