The type arguments cannot be inferred from the usage. Try specifying the type arguments explicitly

后端 未结 8 1862
灰色年华
灰色年华 2020-12-14 06:21

Could someone please clarify something for me. In my ASP.NET MVC 2 app, I\'ve got a BaseViewModel class which includes the following method:

pu         


        
8条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-14 06:53

    I had this same problem, my solution:
    In the web.config file :

提交回复
热议问题