Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OD r126 Unhandled Exception: DirectoryNotFoundException #21

Open
GoogleCodeExporter opened this issue Apr 12, 2016 · 0 comments
Open

OD r126 Unhandled Exception: DirectoryNotFoundException #21

GoogleCodeExporter opened this issue Apr 12, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

This bug applies to Open Dental(R) rev 126, but not to GNUdental(tm),
undoubtedly because the code in question has been added only to OD.  It
happens after entering the root password for the MySQL server and clicking
on "OK", and before the main window appears.

kevin@gnudental1 ~ $ opendental

Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a
part of the path "/home/kevin/ConversionFiles/convert_3_5_0.txt".
  at System.IO.FileStream..ctor (System.String name, FileMode mode,
FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous,
FileOptions options) [0x00000] 
  at System.IO.FileStream..ctor (System.String name, FileMode mode,
FileAccess access, FileShare share) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor
(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.IO.File.OpenRead (System.String path) [0x00000] 
  at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding
encoding, Boolean detect_encoding_from_bytemarks, Int32 buffer_size) [0x00000] 
  at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding
encoding) [0x00000] 
  at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor
(string,System.Text.Encoding)
  at System.IO.File.ReadAllText (System.String path, System.Text.Encoding
enc) [0x00000] 
  at System.IO.File.ReadAllText (System.String path) [0x00000] 
  at OpenDental.ClassConvertDatabase.ExecuteFile (System.String fileName)
[0x00000] 
  at OpenDental.ClassConvertDatabase.To3_5_0 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_4_24 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_4_17 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_4_16 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_4_11 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_4_10 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_4_7 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_4_0 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_1_16 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_1_13 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_1_4 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_1_3 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_1_0 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_0_5 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_0_4 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_0_3 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_0_2 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To3_0_1 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_9_8 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_9_5 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_9_2 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_9_1 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_8_14 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_8_10 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_8_6 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_8_3 () [0x00000] 
  at OpenDental.ClassConvertDatabase.To2_8_2 () [0x00000] 
  at OpenDental.ClassConvertDatabase.Convert (System.String fromVersion)
[0x00000] 
  at OpenDental.Prefs.ConvertDB () [0x00000] 
  at OpenDental.FormOpenDental.RefreshLocalData (InvalidTypes itypes,
Boolean isStartingUp) [0x00000] 
  at OpenDental.FormOpenDental.FormOpenDental_Load (System.Object sender,
System.EventArgs e) [0x00000] 
  at (wrapper delegate-invoke)
System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
  at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] 
  at System.Windows.Forms.Form.OnCreateControl () [0x00000] 
  at System.Windows.Forms.Control.CreateControl () [0x00000] 
  at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x00000] 
  at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] 
  at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] 
  at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control:set_Visible (bool)
  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00000] 
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form
mainForm) [0x00000] 
  at OpenDental.FormOpenDental.Main () [0x00000] 
kevin@gnudental1 ~ $ echo $LC_ALL
en_US.utf8

Original issue reported on code.google.com by GNUden...@gmail.com on 4 Apr 2007 at 3:31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant