Thursday, May 28, 2020

Simple Tests

Looks like the issues just love me. I follow my own post to set up the same Selenium - VS C# express - NUnit environment on a second PC and loaded an existing project and ran into another set of error messages in NUnit. I mean what the heck.

The first one was
"Unable to find a version of the runtime to run this application"

By googling for the error got a clue here http://www.cnc-comm.com/community/index.php?topic=903.0 that installing .NET 4.0 does not automatically install .NET 2.0 We have to install it manually. So I downloaded http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=19 & installed .NET 2.0


This led me to another error when opening a project in NUnit
I tried to lookup the solution for this one, but couldn't find one quickly. By gut feeling I uninstalled the NUnit and re-installed it and it worked.

No comments:

Post a Comment