the source file is different from when the module was built

后端 未结 27 2191
無奈伤痛
無奈伤痛 2020-11-29 20:53

This is driving me crazy.

I have a rather large project that I am trying to modify. I noticed earlier that when I typed DbCommand, visual studio did

27条回答
  •  情歌与酒
    2020-11-29 21:27

    I had this problem, and it turns out I was running my console application as a windows application. Switching the output type back to console fixed the issue.

提交回复
热议问题