我目前正在將ASP.NET MVC的預覽版2更新到Beta版本的過程中。經過詳盡的搜索,我找到了最後一次編譯錯誤,網站沒有解決方案。我在Global.asax.cs中一些代碼,使用溫莎容器設置IOC: ControllerBuilder.Current.SetControllerFactory(typeof(WindsorControllerFactory));
編譯器抱怨說: The typ
我正在爲控制器進行單元測試,這是我的代碼。 public void DocumentController_IndexMethod_ShouldReturn_Documents()
{
DocumentsController c = new DocumentsController(_repository);
ViewResult result = (ViewRes