braydel / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Webkit.Interop.dll using framework 536.0.0.0 #177

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add Webkit.Interop.dll to references
2. Turn off interop embedding
3. Debug application
4. Get the error: Could not load file or assembly 'WebKit.Interop, 
Version=536.0.0.0, Culture=neutral, PublicKeyToken=e78a9a0f333419fa' or one of 
its dependencies. The located assembly's manifest definition does not match the 
assembly reference. (Exception from HRESULT: 0x80131040)

What is the expected output? What do you see instead?
A fully working application that uses Open WebKit Sharp for webbrowser 
capabilities. An error with webkit.interop.dll

What version of the product are you using? On what operating system?
3.0.1.0023 on Windows XP Professional

Please provide any additional information below.
No. >:(

Original issue reported on code.google.com by Nathanie...@gmail.com on 8 Apr 2013 at 5:10

GoogleCodeExporter commented 8 years ago
Please make sure that the correct Interop/OpenWebKitSharp combination is used. 
Use the files from Binary folder for .NET 4 and from Binary_NET2 for .NET 2.

Original comment by tsumalis96@gmail.com on 8 Apr 2013 at 5:29

GoogleCodeExporter commented 8 years ago
I did use the Binary folder, and I'm using VB 2010, and targeting .NET 
framework 4.0 (not client profile, because there was an error with that too).

Original comment by Nathanie...@gmail.com on 8 Apr 2013 at 8:35