Use Telerik Fiddler, and then search for Set-Cookie only in response headers
A quick way to figure out which API set the cookie.
Bruce Ng's software development blog
An archive of solutions of programming problems I have faced in my career
Use Telerik Fiddler, and then search for Set-Cookie only in response headers
A quick way to figure out which API set the cookie.
When user resizes a column in a grid, the columnresize event is triggered multiple times for all changed columns
To do something only after all those columns are changed, handle afterlayout event instead
This issue was caused because the build scripts depend on this file, which is part of the VS C++ dev tools
Simply install VS C++ dev tools and it will work