Debug Problem

This forum is for programmers who have questions about the source code.
Post Reply
yavuz
Posts: 8
Joined: Wed Apr 22, 2009 2:14 am

Debug Problem

Post by yavuz » Wed Apr 22, 2009 2:19 am

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...

User avatar
jordansparks
Site Admin
Posts: 5742
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Debug Problem

Post by jordansparks » Sun Apr 26, 2009 6:34 pm

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

yavuz
Posts: 8
Joined: Wed Apr 22, 2009 2:14 am

Re: Debug Problem

Post by yavuz » Thu May 07, 2009 1:11 am

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"

yavuz
Posts: 8
Joined: Wed Apr 22, 2009 2:14 am

Re: Debug Problem

Post by yavuz » Thu May 07, 2009 9:10 pm

Really interesting, after a day without doing anything, it solved :)

Post Reply