Search found 4 matches

by CeylonSoft100
Tue Dec 18, 2018 12:46 pm
Forum: Developers
Topic: Compiler errors in the latest code online.
Replies: 7
Views: 9253

Re: Compiler errors in the latest code online.

xCodebase does not build because it is missing NuGetPackages. What are the packages needed by OpenDental?
by CeylonSoft100
Mon Dec 17, 2018 12:51 pm
Forum: Developers
Topic: Compiler errors in the latest code online.
Replies: 7
Views: 9253

Re: Compiler errors in the latest code online.

I upgraded to Visual Studion 2017. These are the errors I am getting after Clean and Build: Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'CodeBase' could not be found (are you missing a using directive or an assembly reference?) OpenDentalClou...
by CeylonSoft100
Fri Dec 14, 2018 6:08 pm
Forum: Developers
Topic: Compiler errors in the latest code online.
Replies: 7
Views: 9253

Re: Compiler errors in the latest code online.

Error 1 Invalid expression term '.' ..\OpenDental\OpenDental18_3_org\CodeBase\Utilities\ODThread.cs 97 18 UpdateFileCopier
by CeylonSoft100
Fri Dec 14, 2018 3:46 pm
Forum: Developers
Topic: Compiler errors in the latest code online.
Replies: 7
Views: 9253

Compiler errors in the latest code online.

While compiling I get an error (60 of them) in lines like:

_onInitialize?.Invoke(this);

Please advise.