Unable to build WpfControlsOD.dll

This forum is for programmers who have questions about the source code.
Post Reply
captainblund
Posts: 4
Joined: Tue Oct 03, 2023 6:58 pm

Unable to build WpfControlsOD.dll

Post by captainblund » Sun Oct 08, 2023 8:30 pm

Hi everyone. Hope you're having a good day.

Currently trying to build WpfControlsOD.dll, but can't build it because of missing references to OpenDentalHelp.dll. When I try to add that aforementioned dll to my references, I can check the box and add it, but it wont actually change anything. If I reopen the references its back to being unchecked. Anyone know what the issue is?

Image

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

Re: Unable to build WpfControlsOD.dll

Post by jsalmon » Mon Oct 16, 2023 4:53 pm

Did you first drop the reference to OpenDentalHelp before trying to add it? The current reference is pointing at the project, which you need to drop. Then you should be able to add the reference to the DLL.
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

captainblund
Posts: 4
Joined: Tue Oct 03, 2023 6:58 pm

Re: Unable to build WpfControlsOD.dll

Post by captainblund » Fri Oct 20, 2023 11:31 am

you are a lifesaver, thank you

Post Reply