On Wed, Mar 12, 2008 at 10:40 AM, Thibaut Barrère <[EMAIL PROTECTED]> wrote: > I'm finalizing an article which includes details on how to compile IronRuby. > > It seems that MsBuild IronRuby.sln doesn't compile successfully at > revision 76 (it's looking for > ..\..\..\Runtime\Microsoft.Scripting\Microsoft.Scripting.csproj which > doesn't exist). > > Does anyone meet the same issue ? > > "rake compile" works perfectly fine.
I ran into something similar yesterday. What I ended up doing was getting a clean checkout from svn, running rake compile, and once that completed successfully, opening up the IronRuby.sln file. For some reason, Visual Studio was able to compile from there on out. Josh _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
