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.
为什么无法在应用程序中部署应用程序所需的 .net 库?在 MFC 中,可以将 MFC 部署在静态库中。
微软不允许.net这样做有什么具体原因吗?
如果更新了 dll,应用程序将无法获得更新的版本,特别是在静态链接期间,部署存在许多问题,直到开发人员推送更新。
在此处查看 pre .net 场景中的部署问题
以及.net如何在这里解决它们