Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requires .Net 3.5 #52

Open
HagashenNaidu opened this issue May 3, 2013 · 2 comments
Open

Requires .Net 3.5 #52

HagashenNaidu opened this issue May 3, 2013 · 2 comments

Comments

@HagashenNaidu
Copy link

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
Copy link

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
Copy link
Author

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 [email protected]:

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//issues/52#issuecomment-17395674
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants