Wiki

Clone wiki

MyCLanguageService / Home

http://www.microsoft.com/en-us/download/confirmation.aspx?id=40758

  • Load the MyClanguageService solution and select "rebuild"

  • Install IronyLanguageServiceWizard.dll and Wizard.dll in the gac (Global access cache) using:

In case of window 7 x64
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2013\Visual Studio Tools\VS2013 x64 Cross Tools Command Prompt

In case of window 7 x84
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Visual Studio 2013\Visual Studio Tools\VS2013 x86 Native Tools Command Prompt

In case of window 8 x64
c:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\x64\gacutil.exe

(run it as administrator)

gacutil -i <assembly name>

c:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\x64>gacu
til.exe -i IronyLanguageServiceWizard.dll
Microsoft (R) .NET Global Assembly Cache Utility.  Version 4.0.30319.18020
Copyright (c) Microsoft Corporation.  All rights reserved.

Assembly successfully added to the cache
c:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\x64>gacu
til.exe -i Wizard.dll
Microsoft (R) .NET Global Assembly Cache Utility.  Version 4.0.30319.18020
Copyright (c) Microsoft Corporation.  All rights reserved.

Assembly successfully added to the cache
  • place the IronyLanguageServicePackage.zip in the C:\Users\<UserName>\Documents\Visual Studio 2013\Templates\ProjectTemplates\Extensibility

(this is only required to distribute the language extension) to get the PLK go to http://msdn.microsoft.com/es-es/vstudio/ff718165

Using the Irony wizard

FiveTech forums topic: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28766

Updated