Missing form FormWebChatTool.cs

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:

Missing form FormWebChatTool.cs

Post by mopensoft »

Hi OpenDental,

I tried to compile the latest 18.4 and encounter the following error:
The type or namespace name 'FormWebChatTools' could not be found (are you missing a using directive or an assembly reference?)

I could not find the form FormWebChatTools which is referred in FormOpenDental.cs line 439.

Could you advise what should be done to fix this error? Should I commend all the code related to FormWebChatTool class?

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

Re: Missing form FormWebChatTool.cs

Post by cmcgehee »

I don't see any reason why this should cause an error. The class FormWebChatTools does exist in the Open Dental project. Maybe you could try reloading the Open Dental project or relaunching Visual Studio.
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: Missing form FormWebChatTool.cs

Post by mopensoft »

Hi Chris,

Thanks for your reply.

I can see the FormWebChatTool.cs in opendental19.1 but not in 18.4 (https://opendentalsoft.com:23793/svn/op ... ntal/Forms). Is it located elsewhere in 18.4 version or should I copy it from 19.1?

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

Re: Missing form FormWebChatTool.cs

Post by cmcgehee »

I see that the class FormWebChatTools is in the file FormWebChatSessions.cs in 18.4, but that shouldn't cause a problem compiling.
Chris McGehee
Open Dental Software
http://www.opendental.com
Post Reply