Voice command with Perio Chart

This forum is for programmers who have questions about the source code.
Post Reply
vicron
Posts: 7
Joined: Fri Jun 23, 2023 7:38 am

Voice command with Perio Chart

Post by vicron »

Good Day All

I compiled the 22.4 version of OD, everything went through smooth. But when I try to use the Voice in Perio Charts I keep getting this error.
"The Voice command feature does not work over server RDP sessions"

I know this was a bug in previous versions. IS this a bug in this version or am I missing something.

Thanks
User avatar
jsalmon
Posts: 1609
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Voice command with Perio Chart

Post by jsalmon »

.NET is throwing a PlatformNotSupportedException. We have found that this is most common with RDP sessions but it could also be with whatever platform you are using Open Dental with. What version of Windows are you using? Are you using a Virtual Machine or anything along those lines of note?
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com
vicron
Posts: 7
Joined: Fri Jun 23, 2023 7:38 am

Re: Voice command with Perio Chart

Post by vicron »

Hi

Thanks for your reply. I am using it on a normal windows 11 machine. I also get the problem if I install the trial version as well.
No VMs. Just straight install on the windows 11 computer.
User avatar
jsalmon
Posts: 1609
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Voice command with Perio Chart

Post by jsalmon »

Then it should work for you in theory. Maybe provide more information about the exact PlatformNotSupportedException you are getting by changing the catch to something like

Code: Select all

catch(PlatformNotSupportedException pnse) {
and then providing as much detail from the 'pnse' variable as possible from a debugging session in Visual Studio.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com
vicron
Posts: 7
Joined: Fri Jun 23, 2023 7:38 am

Re: Voice command with Perio Chart

Post by vicron »

The thing is that the error is also occurring in a fresh install of the trial version.
So I am assuming its some configuration issue on the computer itself
Post Reply