Quantcast
Channel: Microsoft Unified Communications Managed API SDK forum
Viewing all articles
Browse latest Browse all 889

running voiceXml app under ucma 4 does not seem to work

$
0
0

Just rebuilding an existing ucma 3 based app for ucma 4. Everything builds fine with the new ucma/speech stuff, but when I run the app, I get this exception:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Speech.VoiceXml.Interpreter.dll' or one of its dependencies. The specified module could not be found.
File name: 'Microsoft.Speech.VoiceXml.Interpreter.dll'
   at Microsoft.Speech.VoiceXml.Browser.FinishBrowser()
   at Microsoft.Speech.VoiceXml.Browser.RunAsync(Uri vxmlPage, CookieContainer container)

The dll is present in the executable folder, but if I do a properties/details on the file, it shows the version as 10.2.*.  Was expecting 11.*. All the other speech dlls are 11*. It looks like my installer, when resolving dependencies, pulls in this dll from the gac at:

C:\Windows\Microsoft.NET\assembly\GAC_64\Microsoft.Speech.VoiceXml.Interpreter\v4.0_11.0.0.0__31bf3856ad364e35

, which looks right, and is the one that we run from (the one that is installed), but if you do a properties on it, it show 10.2.*. 

Am I building this wrong, or why can't the vxml browser get what it needs?

Thanks for the help.

Mike


Viewing all articles
Browse latest Browse all 889

Trending Articles