TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

When created a demo project Using Seleno, it show Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.1 #187

Open skumardash opened 9 years ago

skumardash commented 9 years ago

I have 4.0 version installed on my machine. Now let me know how can I install 'System.Web.Mvc, Version=3.0.0.1

robdmoore commented 9 years ago

Can you try adding binding redirects to mvc 4 or adding the mvc nuget package to your test project?

On 12 Nov 2014, at 9:42 pm, skumardash notifications@github.com wrote:

I have 4.0 version installed on my machine. Now let me know how can I install 'System.Web.Mvc, Version=3.0.0.1

— Reply to this email directly or view it on GitHub.

mwhelan commented 9 years ago

In your Test project, try adding MVC 3.0.0.1 from NuGet. This fixed the problem for me.

Install-Package Microsoft.AspNet.Mvc -Version 3.0.50813.1

skumardash commented 9 years ago

That's what I did and that works. thanks

On Wed, Nov 12, 2014 at 8:56 AM, Robert Moore notifications@github.com wrote:

Can you try adding binding redirects to mvc 4 or adding the mvc nuget package to your test project?

On 12 Nov 2014, at 9:42 pm, skumardash notifications@github.com wrote:

I have 4.0 version installed on my machine. Now let me know how can I install 'System.Web.Mvc, Version=3.0.0.1

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/TestStack/TestStack.Seleno/issues/187#issuecomment-62720561 .