Using ironscheme in visual studio 2008

Although he says on the CodeSphere IronScheme website that the plugin is included for visual studio, I have no idea how to get ironscheme to work with VS ...

Is it possible? If so, how?

thanks

+4
source share
1 answer

Firstly, you definitely need Visual Studio 2008 SP1, without SP1 it will cause problems .

Secondly, follow the instructions in the visual-studio.txt file .

Run from command line:

  • If admin: RegPkg / codebase <absolute path of IronScheme.VisualStudio.dll>

  • If not admin: RegPkg / ranu / codebase <absolute path IronScheme.VisualStudio.dll>

  • devenv / setup

Now run VS and open the file with the extension 'ss' or 'sls' or 'scm'.

Greetings

leppie

+3
source

All Articles