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.
我最近几天都在尝试在我的项目中安装 tessnet2 包装器,但它不起作用。有时说不能将 .net 2 dll 文件与 .net 4.5 项目混合,有时会抛出奇怪的异常(见图)。你能帮我解决这个问题吗?
兼容性问题可以通过设置项目的目标框架来解决:进入Project-Properties,将目标框架设置为“.net Framework 2.0”。