Pryce Alderson - 2003-01-01

Trying to import various VS.Net sln files and always get a Directory Not Found exception.  Included part of the message below.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.DirectoryNotFoundException: Could not find a part of the path "D:\BookManager\EnterpriseObjects\EnterpriseObjects in C#\EnterpriseObjects\EnterpriseObjects.csproj".
   at System.IO.__Error.WinIOError(Int32 errorCode, String str)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
   at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
   at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
   at System.Xml.XmlTextReader.CreateScanner()
   at System.Xml.XmlTextReader.Init()
   at System.Xml.XmlTextReader.Read()
   at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
   at System.Xml.XmlValidatingReader.Read()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)
   at VSImportPlugIn.ImportVSProject.ConvertProject(String filename)
   at VSImportPlugIn.ImportVSProject.SolutionAddProject(Combine combine, String filename)
   at VSImportPlugIn.ImportVSProject.ImportSolution(String filename)
   at VSImportPlugIn.ImportVSProject.Run()
   at ICSharpCode.Core.AddIns.Codons.MenuEventHandler.Execute(Object sender, EventArgs e)
   at Crownwood.Magic.Menus.MenuCommand.OnClick(EventArgs e)
   at Crownwood.Magic.Menus.MenuControl.OperateSubMenu(DrawCommand dc, Boolean selectFirst, Boolean trackRemove)
   at Crownwood.Magic.Menus.MenuControl.OnWM_OPERATEMENU(Message& m)
   at Crownwood.Magic.Menus.MenuControl.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)