When I try to debug project, before the program starts I'm given this kind of message;
A newer version has been installed on at least one computer, but Setup.exe could not be found in any
of the following paths: C:\OpenDentImages\. Download again?
with Ok and Cancel buttons.
After I select Ok buttoni then program throws an exception;
throw new Exception(prefName+" is an invalid pref name.");
in PrefB.cs at line 89
Can anyone help me how to solve this problem?
Thanks...
Debug Problem
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: Debug Problem
Your database is newer than the version you are trying to debug. You can't do that. Either get an older database or a newer program version. As for error message, there hasn't been a "PrefB" class for a long time. You must be using a very old download.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: Debug Problem
Another problem,
After I select database type(MySql) and click ok button
I have an error while trying to debug source;
"Table 'opendental.prefence' doesn't exist"
After I select database type(MySql) and click ok button
I have an error while trying to debug source;
"Table 'opendental.prefence' doesn't exist"
Re: Debug Problem
Really interesting, after a day without doing anything, it solved 
