Visual Studio - Debug vs Release

后端 未结 2 1288
遇见更好的自我
遇见更好的自我 2020-12-29 09:19

I built a windows service, targeted for .NET 2.0 in VS 2008. I run it as a console app to debug it.

Console app is working great. I put it on my local computer as a

2条回答
  •  旧时难觅i
    2020-12-29 10:07

    I'm not sure I can speak to #1 or #2, but when I've had problems like that, it was because of incorrect threading/concurrency. I'm not sure how large your app is, but that might be a good place to start.

提交回复
热议问题