Answered by:
Unable to post any reply

Question
-
Happens on both Visual C# forum and .NET BCL forum.
Whenever I posted reply, it fails with yellow "Unexpected Error".
Under Fiddler, it shows HTTP 500 with body = "Unexpected Error".
Monday, August 19, 2019 10:33 AM
Answers
-
The broken threads I'm aware of have all been fixed.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Marked as answer by cheong00 Thursday, September 5, 2019 9:11 AM
Tuesday, August 27, 2019 12:42 PM
All replies
-
Test reply here:
======
Usually, your data reading code will keep inserting data to the dataset.
Then in your screen you can have control setup the "Refresh interval" of chart, and use Timer component to call redraw of chart region for your data.
IMO, calling .TriggeredUpdate() for every single piece of data received is going to fail because UI update tends to be slow operation compared with your "150 nanosecond" interval. (Normal LCD refresh at 60Hz, that is 16666666.67 ns per frame)
======
Questions with problem:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/9ffd7983-a16d-44f8-acb9-f394618e11dd/c-sftp-exception-thrown-amp39systemnotsupportedexceptionamp39-in-mscorlibdll?forum=csharpgeneral
- Edited by cheong00 Monday, August 19, 2019 10:35 AM
Monday, August 19, 2019 10:34 AM -
Its a known issue that engineering is working on.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.Monday, August 19, 2019 1:39 PM -
The forums issues have been resolved but it appears there are a few threads or posts on 08/18/2019 that are casualties. I've been asking about them but it appears so far there's no interest in fixing them.
update: they say they're still working on it
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.
- Edited by Dave PatrickMVP Thursday, August 22, 2019 4:58 PM
- Proposed as answer by Richard MuellerMVP, Banned Tuesday, August 27, 2019 1:34 PM
Thursday, August 22, 2019 2:15 PM -
The broken threads I'm aware of have all been fixed.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Marked as answer by cheong00 Thursday, September 5, 2019 9:11 AM
Tuesday, August 27, 2019 12:42 PM