Sorry for the vague title, as I really can't explain this problem succinctly. Basically I have Windows Server 2008 x64, IIS7, ASP.NET 2.05, and I have a site running in a Classic AppPool (and no I cannot run in Integrated). When trying to load an *.aspx file for the first [...] read more
I tried to send a cookie to Server. But when it does, it throws a weird exception I can not trace: Message "The operation identifier is not valid. (Exception from HRESULT: 0x800710DD)" string StackTrace " at Windows.Web.Http.Filters.HttpBaseProtocolFilter.SendRequestAsync(HttpRequestMessage request)\r\n at System.Net.Http.HttpHandlerToFilter.<SendAsync>d__1.MoveNext()" string The line where the exception is thrown: Request.BeginGetResponse( new [...] read more
I have a fairly busy SSRS Instance and the redering performance is consistently degrading to the point where we have set the recyle time config to 60 as work around and im still getting significant reduction in rendering performance within the hour. once the 60 minutes passes the performance goes [...] read more
Final Update I've have found the problem. It has nothing to do with the backstack manipulation. The cause was a resource dictionary which I didn't registered correctly. -------------------------------------------------------------------------------- I'm writing a Windows Phone 8.1 App. Because I'm using MVVMcross I have a classic project setup: a portable project which contains [...] read more
I have a winform program, now I need to enhance feature communicate with UWP app, so I added reference Windows.DLL and did some change for winform program, now I can call UWP app thru the method Launcher.LaunchUriAsync(), but any an exception on method Launcher.LaunchUriForResultsAsync(), Could you provide me some advice? [...] read more
I'm working on porting functionality from an example Windows Forms App to a Xamarin.Forms UWP app where it should write to & read from a bluetooth device on a COM port. I have it working fine most of the time, but intermittently the UWP app will get itself into a [...] read more
I have docker container with asp.net core app webapi including signalr -> everything is working fine when I am running it on my local machine, events are dispatched with no problems and clients are receiving it. However problem starts when I deploy this container to amazon behind loadbalancer. Now when [...] read more
In my Windows Store app (8.1), two consequent requests are sent to a server. The first request is "https://a.b.com/ssologon", which gets a response from the server and an LtpaToken2 cookie is set to the app's cookies via the Set-Cookie header in the response. This cookie looks like this > {LtpaToken2=base64StringReturnedFromServer;Path=/;Domain=a.b.com} [...] read more