Performance problem passing XML in debug with VS2010 SP1

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I am moving my C++ code from VS2008 to VS2010 compiler. I am having a real performance hit in debug build with the SAX parser of MSXML. In release it is working as expected. I searched but didnt find any thread about it. It has nothing to do with the debugger
it self the problem occur without debugging the application! It is not crashing it is only very very slow!
Do you have any suggestion?
Thanks.

View the full article
 
Back
Top