OpenDental.Thinfinity;

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
mopensoft
Posts: 146
Joined: Tue Dec 04, 2012 3:33 pm
Location: Melbourne, Australia
Contact:

OpenDental.Thinfinity;

Post by mopensoft »

Hi OpenDental,

I tried to compile version 20.1 and got issue with missing namespace OpenDental.Thinfinity. I could not find implementation of this namespace.

Any suggestion?

Thanks,
Minh
User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: OpenDental.Thinfinity;

Post by cmcgehee »

You can follow the step at the end of https://opendental.com/site/sourcecode.html:

Error: The name 'OpenDental.Thinfinity' does not exist in the current context - In the OpenDental project, remove the VirtualWeb reference. Then right-click on "References" -> "Add Reference". Select the Browse dropdown and the Browse button. Locate the VirtualWeb.dll within the "Required dlls" folder and click Add."

I'd recommend doing the same for the OpenDentalHelp project since you'll get a similar error when you try to compile 20.2.
Chris McGehee
Open Dental Software
http://www.opendental.com
User avatar
mopensoft
Posts: 146
Joined: Tue Dec 04, 2012 3:33 pm
Location: Melbourne, Australia
Contact:

Re: OpenDental.Thinfinity;

Post by mopensoft »

Thanks Chris. It fixed the problem.
Post Reply