Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating IronScheme into Visual Studio 2010

Is there a way (or can anyone find a way) to import IronScheme into VS2010? I've already taken a look at this question, and I've done everything I could - I even edited the binary files involved to change the version numbers. My question: Does anyone have a solution for getting IronScheme installed into VisualStudio 2010? at present, following the directions to install it into VS2008 does not work for VS2010. Thanks in advance :)

Update 1: I suppose I should post the error I get when I try to follow the directions for installing it via commandline:

C:\Program Files\IronScheme>RegPkg.exe /codebase "C:\Program Files\IronScheme\IronScheme.VisualStudio.dll"

After I run that, I get a Windows 7 popup error:

RegPkg.exe Has Stopped Working - Windows is checking for a solution to the problem...

When I click out of that, it gives me this error on the console:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'
   at Microsoft.VisualStudio.Tools.RegPkg.Main(String[] arguments)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
like image 473
djhaskin987 Avatar asked Aug 24 '11 14:08

djhaskin987


1 Answers

I have started rewriting a new plugin.

You can see the github repo for more details:

https://github.com/leppie/IronScheme.VisualStudio2

There is also a download available to try out :)

like image 61
leppie Avatar answered Nov 02 '22 06:11

leppie