Page 1 of 1

Debug Problem

Posted: Wed Apr 22, 2009 2:19 am
by yavuz
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...

Re: Debug Problem

Posted: Sun Apr 26, 2009 6:34 pm
by jordansparks
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.

Re: Debug Problem

Posted: Thu May 07, 2009 1:11 am
by yavuz
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"

Re: Debug Problem

Posted: Thu May 07, 2009 9:10 pm
by yavuz
Really interesting, after a day without doing anything, it solved :)