4

Though it says on the IronScheme codeplex site that a plugin is included for visual studio, I have no idea how to get ironscheme working with VS...

Is it possible? If so , how?

Thanks

BIBD
  • 15,107
  • 25
  • 85
  • 137
bdd
  • 3,436
  • 5
  • 31
  • 43

1 Answers1

3

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 the command line:

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

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

  3. devenv /setup

Now start VS, and open a file with a 'ss' or 'sls' or 'scm' extension.

Cheers

leppie

leppie
  • 115,091
  • 17
  • 196
  • 297