Can not open the samples. How to start developing Trados Addon? To which should I refer documents?

Can not open the samples.
How to start developing Trados Addon?
To which should I refer documents?

When open 'Sdl.Verification.Sdk.IdenticalCheck.Extended.sln' :
Message > "Sdl.Core.PluginFramework.Build.targets" not found.
can not load the project.

When open 'Sdl.Verification.Sdk.EditAndApplyChanges.MessageUI.sln',
Cannot resolve reference to 'Sdl.DesktopEditor.BasicControls'.

My Environment:
Visual Studio 2015 community
Windows 7
language>Japanese

Parents Reply
  • Thank you every replyers.
    About references to dll, resolved by my self.

    I edited ***.csproj in samples.
    I installed Trados Studio 2017 trial.
    I changed "Studio4" to "Studio5" in .csproj file.

    for example:
    before:
    <HintPath>$(ProgramFiles)\SDL\SDL Trados Studio\Studio4\Sdl.DesktopEditor.BasicControls.dll</HintPath>

    after:
    <HintPath>$(ProgramFiles)\SDL\SDL Trados Studio\Studio5\Sdl.DesktopEditor.BasicControls.dll</HintPath>


    But, I don't know how to try SDK samples now.
    Please tell me what documents I should refer to develop Trados Addon.
Children
No Data