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

link|improve this question
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.