Note that there are some explanatory texts on larger screens.

plurals
  1. POIntegrating IronScheme into Visual Studio 2010
    text
    copied!<p>Is there a way (or can anyone find a way) to import <a href="http://ironscheme.codeplex.com/" rel="nofollow">IronScheme</a> 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: <strong>Does anyone have a solution for getting IronScheme installed into VisualStudio 2010? at present, following <a href="http://ironscheme.codeplex.com/wikipage?title=IronScheme%20Visual%20Studio%202008%20Integration&amp;referringTitle=Documentation" rel="nofollow">the directions to install it into VS2008</a> does not work for VS2010. Thanks in advance :)</strong></p> <p><em>Update 1</em>: I suppose I should post the error I get when I try to follow the directions for installing it via commandline:</p> <pre><code>C:\Program Files\IronScheme&gt;RegPkg.exe /codebase "C:\Program Files\IronScheme\IronScheme.VisualStudio.dll" </code></pre> <p>After I run that, I get a Windows 7 popup error:</p> <blockquote> <p>RegPkg.exe Has Stopped Working - Windows is checking for a solution to the problem...</p> </blockquote> <p>When I click out of that, it gives me this error on the console:</p> <pre><code>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]. </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload