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
  • Hi Kida,

    Did you use the latest installer for Trados Studio 2017?
    Go to "C:\Program Files (x86)\MSBuild\SDL\SDLTradosStudio" and look for "Sdl.Core.PluginFramework.Build.targets" in one of the folders.

    If you can find "Sdl.Core.PluginFramework.Build.targets", please let me know what the number of the folder is.
    If the folder I described does not exist, then you need to run the installer again.
    Also, what versions of Trados Studio do you have installed? Make sure you use the SDK installer for the version of Trados you have.

  • Hello, thank you for your reply.

    I use Trados Studio 2017 trial.
    Version is 14.0.5746.0.

    "Sdl.Core.PluginFramework.Build.targets" is found in folder "14".
    I copied the folder to "12" then the error ""Sdl.Core.PluginFramework.Build.targets" not found." is not occurred.

    But, some reference to dll is not resolved
    when I opened the SDK sample program "Sdl.Verification.Sdk.IdenticalCheck.Extended".

    What is required?

    following dll:
    Sdl.Core.PluginFrameWork
    Sdl.Core.Settings
    Sdl.DesktopEditor.BasicControls
    Sdl.DesktopEditor.EditorApi
    Sdl.fileTypeSupport.Framework.Core
    Sld.Verifivation.Api
  • Hi Kida,

    All the necessary DLLs should appear under references.
    Here is my list for the same project:

    Please show the error output if you are missing DLL references.

  • Thank you for your reply.

     

    I don't know how to resolve reference alerts.

    Should I install anything?

     

    I resolved reference to "Sdl.Core.PluginFrameWork" using NuGet today.

     

     

  • Hi Kida,

    Right click each reference and select "Properties".
    What does the "Path" say?

    For example, with mine it's:
    C:\Program Files (x86)\SDL\SDL Trados Studio\Studio5\Sdl.Core.Settings.dll

    All the DLLs should be under the following folder, so you can manually add them also by right-clicking "References" and selecting "Add Reference" or just updating the path in the properties:
    C:\Program Files (x86)\SDL\SDL Trados Studio\Studio5\

  • 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.
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