Errors on source code

This forum is for programmers who have questions about the source code.
Post Reply
wainaina
Posts: 5
Joined: Thu Apr 16, 2020 1:31 am

Errors on source code

Post by wainaina » Thu Apr 16, 2020 1:47 am

I am trying to build and run the open dental source code on visual studio but I am getting several errors;
\Shared Projects Subversion\EHR\EHR_19_3\EHR\xEHR.csproj : error : The project file could not be loaded. Could not find a part of the path 'C:\ \ \ \ \ \ \Shared Projects Subversion\EHR\EHR_19_3\EHR\xEHR.csproj'. C:\ \ \ \ \ \ \Shared Projects Subversion\EHR\EHR_19_3\EHR\xEHR.csproj

how do I solve this? I have like 8 error all involving missing files.

joes
Posts: 239
Joined: Tue Aug 13, 2019 12:41 pm

Re: Errors on source code

Post by joes » Thu Apr 16, 2020 9:49 am

Hello Wainaina. Any files that have 'Shared Projects Subversion' in their file path belong to projects that Open Dental does not make publicly available, but they are not essential to building and running the base program. If these projects are unloaded, you should be able to build and run Open Dental successfully.
Joe Sullivan
Open Dental Software
http://www.opendental.com

wainaina
Posts: 5
Joined: Thu Apr 16, 2020 1:31 am

Re: Errors on source code

Post by wainaina » Fri Apr 17, 2020 6:00 am

Thanks

Post Reply