The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Enterprise Library Configuration Utility Crashes

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sam Gentile

Posts: 1605
Nickname: managedcod
Registered: Sep, 2003

Sam Gentile is a Microsoft .NET Consultant who has been working with .NET since the earliest
Enterprise Library Configuration Utility Crashes Posted: Mar 11, 2005 4:31 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Sam Gentile.
Original Post: Enterprise Library Configuration Utility Crashes
Feed Title: Sam Gentile's Blog
Feed URL: http://samgentile.com/blog/Rss.aspx
Feed Description: .NET and Software Development from an experienced perspective - .NET/CLR, Rotor, Interop, MC+/C++, COM+, ES, Mac OS X, Extreme Programming and More!
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sam Gentile
Latest Posts From Sam Gentile's Blog

Advertisement

Hey Enterprise Library team: I get the whole goodness of EL and I am trying to switch to using it but every time I use it's Configuration Utility, it crashes any time I try to open an existing configuration file or save a new one with “The path is not a legal form.” This is on XP SP2. What gives? Is anyone else experiencing this? It can't be this broken! Please send me email.

System.ArgumentException: The path is not of a legal form.
   at System.IO.Path.nGetFullPathHelper(String path, Char[] invalidPathChars, Char[] whitespaceChars, Char directorySeparator, Char altDirectorySeparator, Char volumeSeparator, Boolean fullCheck, String& newPath)
   at System.IO.Path.FixupPath(String path)
   at System.IO.Path.GetDirectoryName(String path)
   at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.

OpenApplicationConfigurationCommand.OpenFile()
   at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.

OpenApplicationConfigurationCommand.ExecuteCore(ConfigurationNode node)
   at Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNodeCommand.Execute(ConfigurationNode node)
   at Microsoft.Practices.EnterpriseLibrary.Tools.

ConfigurationConsole.MainForm.OpenApplication()
   at Microsoft.Practices.EnterpriseLibrary.Tools.ConfigurationConsole.MainForm.

OnToolbarButtonClick(Object sender, ToolBarButtonClickEventArgs e)
   at System.Windows.Forms.ToolBar.OnButtonClick(ToolBarButtonClickEventArgs e)
   at System.Windows.Forms.ToolBar.WmReflectCommand(Message& m)
   at System.Windows.Forms.ToolBar.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)

Read: Enterprise Library Configuration Utility Crashes

Topic: I am.... Previous Topic   Next Topic Topic: Visual Basic 6.0 Source Code

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use