The type '…' has no constructors defined

前端 未结 6 572
自闭症患者
自闭症患者 2020-11-27 06:07

I\'m noticing the compiler error The type \'...\' has no constructors defined generated when I erroneously attempt to instantiate a particlar class.

6条回答
  •  粉色の甜心
    2020-11-27 06:36

    Yet another option: the code might be right, but you might work on different projects in different instances of Visual Studio, and therefore you need to build the referenced project first.

提交回复
热议问题