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
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
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:
If admin: RegPkg /codebase <absolute path of IronScheme.VisualStudio.dll>
If not admin: RegPkg /ranu /codebase <absolute path of IronScheme.VisualStudio.dll>
Now start VS, and open a file with a 'ss' or 'sls' or 'scm' extension.
Cheers
leppie