Trying to add reference to project in Visual Studio 2012, “no items found”

前端 未结 1 966
时光说笑
时光说笑 2021-01-19 20:03

I\'m trying to add a reference to System.dll and System.drawing.dll to my project in Visual Studio 2012. I\'m doing this by right clicking the proj

1条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-19 20:21

    You need to enable CLR support in your application. You can do that in the properties of your project: Properties|General||Common Language Runtime Support: Common Language Runtime Support (/clr)

    0 讨论(0)
提交回复
热议问题