Object of type “X” cannot be converted to object of type “X”

后端 未结 8 1098
误落风尘
误落风尘 2020-12-09 16:10

(Can\'t believe this hasn\'t already been asked, but I can\'t find a dup)

In Visual Studio with lots of projects, when I first open the solution, I sometime

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 16:32

    I found the following to be useful, as described here: Object of type 'Data.TimeLineChartedDay[]' cannot be converted to type 'Data.TimeLineChartedDay[]'?

    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    

提交回复
热议问题