The call is ambiguous between the following methods or properties (bug??)

前端 未结 4 637
Happy的楠姐
Happy的楠姐 2020-12-08 19:32
  1. Create a new ASP.NET MVC Web Application
  2. Create an ASP.NET App_Code Folder
  3. Inside the new folder, create a class with an Extension Method. For e

4条回答
  •  攒了一身酷
    2020-12-08 19:53

    I solved by placing in the file of extension of the full namespace of the folder.

    namespace Helpers {

    namespace xxx.yyy.zzz.Helpers {

提交回复
热议问题