ataranto / CefSharp

.Net binding for the Chromium Embedded Framework
Other
62 stars 34 forks source link

Requires .Net 3.5 #52

Open HagashenNaidu opened 11 years ago

HagashenNaidu commented 11 years ago

Hi,

We are currently using your CefSharp libray (its great by the way) and found that it will not work on Windows 8 without .net 3.5 installed. Is there any reason why the library cannot be built using .net 4.5? Is there a plan to do a 4.5 build?

Thanks Hagashen

raselneck commented 11 years ago

You should be able to tell your application to support a legacy version of .NET in your app.config file. You'll have to Google the actual code, but I believe that the XML property is something like "supportLegacyRuntimeVersion."

HagashenNaidu commented 11 years ago

the issue is more that windows 8 does not have .net 3.5 installed by default and would require a seperate download/installation to install it.

On Fri, May 3, 2013 at 4:05 PM, Richard Selneck notifications@github.comwrote:

You should be able to tell your application to support a legacy version of .NET in your app.config file. You'll have to Google the actual code, but I believe that the XML property is something like "supportLegacyRuntimeVersion."

— Reply to this email directly or view it on GitHubhttps://github.com/ataranto/CefSharp/issues/52#issuecomment-17395674 .