bdd
bdd

Reputation: 3434

Using ironscheme in visual studio 2008

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

Upvotes: 4

Views: 670

Answers (1)

leppie
leppie

Reputation: 117240

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

Upvotes: 3

Related Questions