Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在通过类型类库(C#)项目调试我的 64 位应用程序时遇到问题。以下是步骤:
如果我手动启动应用程序,然后通过附加将我的项目附加到进程,那么一切正常。
任何解决它的提示都会非常有帮助。
好的问题是不同的。实际上应用程序的目标框架是框架4.0。我的类库项目是基于 3.5 的。将其更改为 4.0 解决了该问题。