Install asp.mvc 2 beta nunit project templates untrusted component error

I am trying to get nunit 2.5 to work with mvc 2 (VS2008) after the following guides and registry updates. Although I did. I can choose nunit when choosing my work with the testing framework, but the test project is not created. When I create a new mvcapplication.nunit.tests template, it does not work with an error.

Error: this template tried to download the untrusted component "Microsoft.VisualStudio.Web.Extensions", version 9.0.0.0 Culture = neutral, PublicKeyToken = 31bf3856ad364e35 '

I lost a little information about where to find the component and how to make it reliable.

+6
nunit asp.net-mvc-2 project-template
source share
1 answer

I think the best answer at this point is to change the problem ...

Use Visual Studio 2010, the MVC3 platform and this plugin via nuget

https://nuget.org/packages/nunit

0
source share

All Articles