Page 1 of 1

help on compiling OD

Posted: Tue Dec 24, 2024 10:44 am
by jfd2
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

Re: help on compiling OD

Posted: Thu Jan 23, 2025 9:25 am
by wjstarck
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