-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error after creating the msi for this project #509
Comments
@SaikatRoyChowdhury thanks for posting this comment. I'll do my best to help. Can you please provide specific details on what you are doing? For example, you did not mention which application this is. Did you build the MSI yourself? how? or did you get it from somewhere? |
@dargilco |
@dargilco |
Thanks for the additional information @SaikatRoyChowdhury. We have not tested the installer. The error you are getting indicates the installer does not know there is a dependency on the Speech SDK DLLs. I don't have time to look at it right now... is this something you can investigate? I would think since the project itself pulls in the Speech SDK NuGet, the installer will recognize this dependency. Or does the installer have a separate place where you list dependent DLLs? |
@dargilco Thanks for your input. |
@qfweiwei @dargilco Any update since? We packaged using MSIX via Store and occasionally on some PCs we get It is fine on most. Apparently there is a workaround described here: 34c9058 from a closed issue #150 Is there a more permanent solution? |
Getting error while running the installer.
Microsoft.CognitiveServices.Speech.csharp : Unable to load DLL 'Microsoft.CognitiveServices.Speech.core.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Attached the msi..
AskAdamSetUp.zip
The text was updated successfully, but these errors were encountered: