essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

vs2010: Reference OpenWebKitSharp.dll Targeting Higher Framework 2.0 Version (OpenWebkitSharp 3.0.1) #174

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build a winform application with vs2010 targetting .NET Framework 2.0
2. Copy all the files in the Core folder and Referencesfolder of the 
OpenWebKitSharp solution, to the bin-debug directory
3. Add reference OpenWebKitSharp.dll and WebKit.Interop.dll from Binary_NET2 
folder

What is the expected output? What do you see instead?
  The Visual Studio give me a message box showing that: " 'OpenWebKitSharp.dll' or one of its dependencies, requires a later version of the .net framework than the one specified in the project......"

What version of the product are you using? On what operating system?
  vs2010 (10.0.30319.1 RTMRel)    win7 sp1  32   

Please provide any additional information below.
   If I ignore the version alert and go on, then when I choose items at the vs2010 toolbox and locate OpenWebKitSharp.dll in the Binary_NET2 folder, and click ok, the WebKitBrowser object will not be added to the toolbox, like nothing was happened. 

Original issue reported on code.google.com by 8000t...@gmail.com on 23 Mar 2013 at 7:09

GoogleCodeExporter commented 9 years ago
I tried another application targetting .NET Framework 4.0, and add the two dll 
files in the Binary folder, then it worked ok, I add the WebKitBrowser object 
to the vs2010 toolbox successfully

Original comment by 8000t...@gmail.com on 23 Mar 2013 at 7:23

GoogleCodeExporter commented 9 years ago
I'm using vs2012 on win2008 R2.
OpenWebkitSharp 3.0.1 can't work on .NET Framework 4.0 and .NET Framework 2.0.
OpenWebkitSharp 2.8 is the same

Original comment by Geni...@gmail.com on 9 Apr 2014 at 3:12