help on compiling OD

This forum is for programmers who have questions about the source code.
Post Reply
jfd2
Posts: 56
Joined: Sat Feb 16, 2008 10:14 pm

help on compiling OD

Post by jfd2 » Tue Dec 24, 2024 10:44 am

Hello all,

Need help on compiling od 24.3.32.0 just pulled. I had change the references for all the project but got stuck on xCenteralManger with 92 error messages like this all related to OpenDental.UI:

Severity Code Description Project File Line Suppression State Details
Error (active) CS0234 The type or namespace name 'Button' does not exist in the namespace 'OpenDental.UI' (are you missing an assembly reference?) xCentralManager I:\dev\opendental\CentralManager\FormCentralUserEdit.Designer.cs 266

which dll am I missed to attach? I see the opendentalbusiness already in the reference.

Thanks a lot and happy holidays.

Jeff
Best regards,

Jeff

User avatar
wjstarck
Posts: 945
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

Re: help on compiling OD

Post by wjstarck » Thu Jan 23, 2025 9:25 am

Looks like the OpenDental project is not building, and the CentralManager project references OpenDental.

Sometimes I find it necessary to build OpenDental and OpenDentbusiness separately instead of just selecting Rebuild All

After you've rebuilt them, expand and check all the references under the xCentralManager project and make sure there aren't any broken ones. You might need to delete and remake the references sometimes as well
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA

Post Reply