Re: [Ironruby-core] Error Executing C# Example Using IronRuby and Cucumber

2009-09-22 Thread Mohammad Azam
Actually I got it to work by manually firing the csc.exe compiler to compile the Calculator.cs into an assembly. It works fine now! On Tue, Sep 22, 2009 at 2:22 PM, Kevin Radcliffe wrote: > Looks like the compile isn't even working. This is a bit strange...Could > you try getting cucumber from th

Re: [Ironruby-core] Error Executing C# Example Using IronRuby and Cucumber

2009-09-22 Thread Kevin Radcliffe
Looks like the compile isn't even working. This is a bit strange...Could you try getting cucumber from the git repo and try to compile from the examples dir there first? http://github.com/aslakhellesoy/cucumber Best Regards, Kevin Radcliffe On Tue, Sep 22

Re: [Ironruby-core] Error Executing C# Example Using IronRuby and Cucumber

2009-09-22 Thread Mohammad Azam
I got it to work by manually running csc.exe. It solved the problem. On Tue, Sep 22, 2009 at 12:21 PM, Shri Borde wrote: > csc.exe is failing. Doing a web search, > http://support.liquid-technologies.com/KB/a42/application-fails-to-run.aspxmentions > that your .NET installation may be corrupt.

Re: [Ironruby-core] Error Executing C# Example Using IronRuby and Cucumber

2009-09-22 Thread Shri Borde
csc.exe is failing. Doing a web search, http://support.liquid-technologies.com/KB/a42/application-fails-to-run.aspx mentions that your .NET installation may be corrupt. You need to figure out how to get the csc command to work on your machine. The failure is not related to IronRuby. Subsequent