Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Step Definition Reporting
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Expand all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Brian Prothero  
View profile  
 More options Jul 22 2010, 12:20 pm
From: Brian Prothero <brian.proth...@gmail.com>
Date: Thu, 22 Jul 2010 09:20:20 -0700 (PDT)
Local: Thurs, Jul 22 2010 12:20 pm
Subject: Step Definition Reporting
I am having issues getting this to run on my machine. Is this due to
the my project building under the 4.0 .net framework?

Could not load file or assembly 'CMS' or one of its dependencies. This
assembly
is built by a runtime newer than the currently loaded runtime and
cannot be load
ed.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gáspár Nagy  
View profile  
 More options Jul 22 2010, 2:47 pm
From: Gáspár Nagy <gaspar.n...@gmail.com>
Date: Thu, 22 Jul 2010 11:47:04 -0700 (PDT)
Local: Thurs, Jul 22 2010 2:47 pm
Subject: Re: Step Definition Reporting
Yes, most probably this is because of the 4.0 runtime. You can maybe
try forcing the specflow.exe to run under the 4.0 runtime with a
config file.

Br,
Gaspar

On júl. 22, 18:20, Brian Prothero <brian.proth...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
SQAmd  
View profile  
 More options Aug 30 2010, 2:47 pm
From: SQAmd <mohanp...@gmail.com>
Date: Mon, 30 Aug 2010 11:47:35 -0700 (PDT)
Local: Mon, Aug 30 2010 2:47 pm
Subject: Re: Step Definition Reporting
Hi Gaspar
I too have the same issue , can you please elaborate on how to setup
the config file .
Thanks
SqaMd

On Jul 22, 2:47 pm, Gáspár Nagy <gaspar.n...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carl Hörberg  
View profile  
 More options Aug 31 2010, 3:36 am
From: Carl Hörberg <carl.hoerb...@gmail.com>
Date: Tue, 31 Aug 2010 09:36:42 +0200
Local: Tues, Aug 31 2010 3:36 am
Subject: Re: [specflow] Re: Step Definition Reporting

create specflow.exe.config with this content:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
   <startup>
     <supportedRuntime version="v4.0.30319" />
   </startup>
</configuration>

and put it in the same folder as specflow.exe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »