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?
Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ
- jordansparks
- Site Admin
- Posts: 5755
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ
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
http://www.opendental.com
Re: Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ
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?)
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?)
Re: Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ
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
- jordansparks
- Site Admin
- Posts: 5755
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: Method not found: 'Int64 OpenDentBusiness.DataCore.NonQ
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
http://www.opendental.com