Click to See Complete Forum and Search --> : Adding XML capability to a VC++.NET project


Speed Racer
July 15th, 2004, 09:23 AM
Hey all,

I have added XML read/write capability to my current multithreaded application. When I added the following to get XML to work the debugger can no longer work.

#using mscorlib.dll
#using System.Xml.dll
using namespace System;
using namespace System::IO;
using namespace System::Xml;


If I keep the project setting so that I can debug, the compiler gives me errors saying that I cannot have those project settings active whiel using these XML options. Has anyone else run across these troubles, and if so, how did you work around them?

Many Thanks!