Skip to content
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

Using GroupShareKit in a Trados Studio Plugin #31

Open
pypae opened this issue Sep 18, 2019 · 0 comments
Open

Using GroupShareKit in a Trados Studio Plugin #31

pypae opened this issue Sep 18, 2019 · 0 comments

Comments

@pypae
Copy link

pypae commented Sep 18, 2019

When trying to use GroupShareKit (installed via Nuget) in a Trados Studio Plugin, there is an error when loading the plugin:

Error Message

Cannot load the plug-in defined in '...'. 
The Plugin contains references to SDL assemblies that have not been validated for use with third-party plug-ins.
SDL Assembly Name Version Validation Error
Sdl.Core.Bcm.BcmModel 1.0.0.0 SDL assembly reference is not public
Sdl.TMService.Sdk 2.1.0.0 SDL assembly reference is not public

Background

We are trying to integrate terminology into our machine translation plugin. I.e. each translation request to our api includes all terms that need to be enforced in the requests segment.

We found no way to get the terms that are detected for each segment (either by MultiTerm or a custom Terminology Provider) in Trados Studio, using the SDK. That's why we tried to use GroupShareKit to directly get the terminology from the MultiTerm Server.

Are we forced to build our own client for the GroupShare REST API?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant