Our KB article http://support.microsoft.com/kb/815112 clearly states this. Then, you may ask me “Why this guy is repeating the documented thing in this blog post ?”. Answer is simple, we do see lots of issues coming from our customers about this and I want to mention about this point in this blog too just thinking that I […]

Read More → Use of MSXML (MSXML3, MSXML4, MSXML6 our COM component libraries) in .NET applications are not supported

  The Visual Studio is the primal IDE for developping .NET applications. Especially its debugging features makes it more powerful.  One of those feature is the “Visualizer”s. Visualizers are UI components to show the content of some complex objects when debugging. The best example is the built-in “DataSet Visualizer”. Let’s assume you put a breakpoint […]

Read More → Where’s my good old friend DataSet visualizer ?