Does anyone know what on earth this is? i can't get it to go away.
•model {"The generic type 'System.Web.Mvc.ViewUserControl`1' was used with the wrong number of generic arguments in assembly 'System.Web.Mvc... it happens when i call a newly constructed model that i pass to a partial view, and try using/calling some methods of it in the view.
this is my userControl declaration:
<%@ Control Language="VB" Inherits="System.Web.Mvc.ViewUserControl(Of FP.AddFavAction)" %>
edit:
i see it in vs2010, but the code still runs yet it shows this error on breakpoint, yet it still runs and function as requested, but i still worry and want to know if i am doing something fundamentally wrong. googling this really returns almost nothing, but another question like mine that has gone totally unanswered!! there's got to be someone that knows whats going on, not one answer in the whole world. and have serched for the error message generically, removing the ViewUserControl`1 part, and of course teh assembly name!! wow!! –