Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 4 compatibility #37

Open
attodorov opened this issue Jul 12, 2012 · 1 comment
Open

.NET 4 compatibility #37

attodorov opened this issue Jul 12, 2012 · 1 comment

Comments

@attodorov
Copy link

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

@richardlawrence
Copy link
Owner

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
reply@reply.github.com
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants