With previous versions I was able to put the manifest file to the output directory. This version only works with with an embeded manifest.
Can be reproduced with the provided sample S_DM_SpeechKit.
Change the application properties from App.manifest to S_DM_SpeechKit.manifest and "Create application without a manifest". Then change the propeties of the file S_DM_SpeechKit.manifest to "Copy to Output directory" Always.
Compile and start the the project.
It crashes in the line:
Session.SharedSession.Open(loginDialog.txtUserName.Text, _organizationToken, _partnerGuid,
"S_DM_SpeechKit", DocumentMode.Frontend);
with a System.AccessViolationException
2025.3 did work fine
With previous versions I was able to put the manifest file to the output directory. This version only works with with an embeded manifest.
Can be reproduced with the provided sample S_DM_SpeechKit.
Change the application properties from App.manifest to S_DM_SpeechKit.manifest and "Create application without a manifest". Then change the propeties of the file S_DM_SpeechKit.manifest to "Copy to Output directory" Always.
Compile and start the the project.
It crashes in the line:
Session.SharedSession.Open(loginDialog.txtUserName.Text, _organizationToken, _partnerGuid,
"S_DM_SpeechKit", DocumentMode.Frontend);
with a System.AccessViolationException
2025.3 did work fine