Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ

Post by drtech » Sat Jan 29, 2011 11:43 am

Everything is working fine in debug mode with my plugin, but when I build in release mode I get the error

"Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ" when the plugin loads. I can't trace it down because it works fine in debug mode!

I made sure to rebuild everything, tried to check all dependencies (how do I tell if they are messed up? they look like they are all correct), made sure it is building in x86. What is wrong?
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

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

Re: Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ

Post by jordansparks » Sat Jan 29, 2011 1:16 pm

I think you are not building everything. So does that method exist? With every unhandled exception, it will tell you version numbers for each dll. I think one of yours is old.
Jordan Sparks, DMD
http://www.opendental.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ

Post by drtech » Sat Jan 29, 2011 3:08 pm

problem is, this does not give you an unhanded exception...just a pop up msg box with ONLY the message listed in the title and and OK button. When you push ok, the program loads, but the plugin does not.

Will check that everything is building. Isn't the suo file or whatever supposed to keep the settings for all this? why is it after every version change, i seem to get these problems? Am I not doing it right (SVN | Switch?)
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ

Post by drtech » Sat Jan 29, 2011 3:28 pm

ok, i found out somehow I was getting an old version of My plugin DLL for the release run and it was using a new build for the debug. Still haven't figured out why or how...but if I manually copy that new build of the plugin over it works
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

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

Re: Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ

Post by jordansparks » Mon Jan 31, 2011 5:25 pm

Everyone has to mess with their config settings after a new version release, not just you. Part of the learning curve.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply