How to do - MS SQL C# Excel Access
Monday, 22 February 2016
fix the following error Cannot implicitly convert type 'System.Web.Mvc.ViewResult' to 'System.Web.Mvc.PartialViewResult'
Watch on YouTube:
Replace
public PartialViewResult test(){
return View();
}
with
public PartialViewResult test(){
return
PartialView();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment