0

有人知道我如何在 .NET 3.5 上运行 Awesomium.NET 吗?现在似乎只适用于 4.0-4.5.1。

根据这个问题,Awesomium 1.7 应该通过将 Awesomium.Mono 添加到项目中来与 3.5 兼容,但似乎我无法做到这一点。在 Visual Studio 中选择 3.5 项目时,Awesomium.Mono 会从引用列表中消失。

4

1 回答 1

0

Well when I started using Awesomium web browser at version 1.7.0 the reference dll are builded using .net 4.0 version. You should try to look for an older version like 1.6.6 or 1.6.5 and check if they are builded using a older .net version. If you target your project to .net 4.0 you should not have any problem because at least windows XP with service pack 3 should have installed .net framework 4.0. But windows XP support has ended.

A quick solution (but not the best) is to target the project to the .net 4.0 and export all dll references to the build path. That should make no problems when deploying the app to your clients machine because the exe will reference to the build path.

Could you give me the reasons of why you are targeting .net 3.5 so I can understand a little more your issue with .net versions and try to think about another solution for you?

于 2014-05-17T19:38:25.360 回答