logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

C# “A project with an Output type of Class Library cannot be started directly“

网上其它方法试不通,直觉认为是属性配置问题。于是在项目属性中找灵感。这个错误的意思是,设为启动项的类型出错。Class Library不能作为输出类型。右键打开项目属性后,把Output type设为 Appilication形式的就好。...

#c##visual studio
到底了