OpenDental.XmlSerializer giving FileNotFoundException

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
mopensoft
Posts: 146
Joined: Tue Dec 04, 2012 3:33 pm
Location: Melbourne, Australia
Contact:

OpenDental.XmlSerializer giving FileNotFoundException

Post by mopensoft » Thu May 28, 2015 6:02 am

I got this bug for the first time and think it might help to report it.
I can compile and run OpenDental from the original solution file (from OD repository) however, the error only occur when I compile and run OpenDental from my plugin solution. Because of the error, it's hard for me to debug my code. I tried to find what is OpenDental.XmlSerializer dll in the solution but it's not there. Actually, the dll is automatically generated when set "Generate serialization assembly" option in the project to On or Auto. Here are links explain the issue and how to fix it:

http://stackoverflow.com/questions/9344 ... erated-for
http://stackoverflow.com/questions/1127 ... onstructor

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: OpenDental.XmlSerializer giving FileNotFoundException

Post by jsalmon » Thu May 28, 2015 9:52 am

People often have trouble with this. We tried to make it as user friendly as possible in our manual:
Error: Mixed mode assembly
http://www.opendental.com/manual/sourcecode.html
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply