You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use .NET 4 in a cuke4nuke project, so that i can integrate it with awesomium (http://awesomium.com/), and be able to do headless testing assertions, but the problem i face is that by default awesomium relies on 4.0 only, while cuke4nuke has issues with 4.0:
here is the error message i'm getting:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: cuke4nuke.server.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 4cd1e6f2
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4e1539fa
Problem Signature 07: 1cda
Problem Signature 08: 73
Problem Signature 09: System.BadImageFormatException
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 1033
Scenario: GroupBy Color
Unable to contact the wire server at :3901. Is it up? (Cucumber::WireSupport::Co
nnection::ConnectionError)
Thanks,
Angel
The text was updated successfully, but these errors were encountered:
Cuke4Nuke is unsupported since last summer, and I now recommend
SpecFlow instead (see http://www.richardlawrence.info/2011/10/21/the-future-of-cucumber-on-net/),
so there's no official .NET 4 binary. However, you can continue to use
Cuke4Nuke, and it should work fine with .NET 4 if you compile it from
source and replace the old binaries.
On Jul 12, 2012, at 10:01 AM, Angel Todorov [email protected]
wrote:
I am trying to use .NET 4 in a cuke4nuke project, so that i can integrate it with awesomium (http://awesomium.com/), and be able to do headless testing assertions, but the problem i face is that by default awesomium relies on 4.0 only, while cuke4nuke has issues with 4.0:
here is the error message i'm getting:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: cuke4nuke.server.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 4cd1e6f2
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4e1539fa
Problem Signature 07: 1cda
Problem Signature 08: 73
Problem Signature 09: System.BadImageFormatException
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 1033
Scenario: GroupBy Color
Unable to contact the wire server at :3901. Is it up? (Cucumber::WireSupport::Co
nnection::ConnectionError)
Thanks,
Angel
Reply to this email directly or view it on GitHub: #37
I am trying to use .NET 4 in a cuke4nuke project, so that i can integrate it with awesomium (http://awesomium.com/), and be able to do headless testing assertions, but the problem i face is that by default awesomium relies on 4.0 only, while cuke4nuke has issues with 4.0:
here is the error message i'm getting:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: cuke4nuke.server.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 4cd1e6f2
Problem Signature 04: mscorlib
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4e1539fa
Problem Signature 07: 1cda
Problem Signature 08: 73
Problem Signature 09: System.BadImageFormatException
OS Version: 6.1.7601.2.1.0.256.4
Locale ID: 1033
Scenario: GroupBy Color
Unable to contact the wire server at :3901. Is it up? (Cucumber::WireSupport::Co
nnection::ConnectionError)
Thanks,
Angel
The text was updated successfully, but these errors were encountered: