Page 1 of 1

Missing form FormWebChatTool.cs

Posted: Sun May 12, 2019 10:10 pm
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

Re: Missing form FormWebChatTool.cs

Posted: Mon May 13, 2019 7:58 am
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.

Re: Missing form FormWebChatTool.cs

Posted: Mon May 13, 2019 6:51 pm
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

Re: Missing form FormWebChatTool.cs

Posted: Tue May 14, 2019 7:19 am
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.