I developing on Windows Server 2008 (not R2) using VS 2010 Pro. I updated SpecFlow on my machine to version 1.8.1 today and chose to Regenerate Feature Files
in Visual Studio by right-clicking on a project that contains some SpecFlow feature file.
With the last version, 1.7.1, after doing that I got the following in the generated file's header:
// SpecFlow Version:1.7.1.0
// SpecFlow Generator Version:1.7.0.0
// Runtime Version:4.0.30319.468
Now, after installing version 1.8.1, I've got this:
// SpecFlow Version:1.8.1.0
// SpecFlow Generator Version:1.8.0.0
// Runtime Version:4.0.30319.239
Note the change of the build number from 468
to 239
? I'm wondering where that change of the (.NET) Runtime Version comes from. Checking some dlls under C:\Windows\Microsoft.NET\Framework64\v4.0.30319
showed that they carry the version number 4.0.30319.239
- so how do I "update" (back) to 4.0.30319.468
?
Any help/hint appreciated.
I remember the same thing happened when we updated to SF 1.8.1. You don't need to worry about this in the generated feature files, since they're just comments. SF 1.8.1 still worked for us.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With