essAbubakar / open-webkit-sharp

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

Unable to compile application using version 2.9 #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the OpenWebKitSharp Example from VS 2010 (SP1)

What is the expected output? What do you see instead?
I expected the program to run but instead I get the following error:
Error   1   The type 'WebKit.Interop.WebViewClass' is defined in an assembly that 
is not referenced. You must add a reference to assembly 'WebKit.Interop, 
Version=536.0.0.0, Culture=neutral, 
PublicKeyToken=e78a9a0f333419fa'.   C:\AstrosLocal\open-webkit-sharp 2.9\Examples 
& Tests\OpenWebKitSharp Example\Form1.cs    530 13  OpenWebKitSharp Example

What version of the product are you using? On what operating system?
Version 2.9, Windows XP Pro (SP3)

Please provide any additional information below.
N/A

Original issue reported on code.google.com by vbgu...@gmail.com on 28 Jun 2012 at 10:44

GoogleCodeExporter commented 9 years ago
Issue accepted. This problem occurs with the .NET 4 version of the library but 
is not present when building on .NET Framework 2 with Release_NET2 or 
Debug_NET2 configuration. I will try to release a new version as soon as 
possible.

Original comment by tsumalis96@gmail.com on 30 Jun 2012 at 2:46

GoogleCodeExporter commented 9 years ago
Download the new build from here: 
http://code.google.com/p/open-webkit-sharp/downloads/detail?name=OpenWebKitSharp
%202.9%20stable.rar&can=2&q=#makechanges

Make sure that you use the new Core files. Issue closed

Original comment by tsumalis96@gmail.com on 30 Jun 2012 at 3:51

GoogleCodeExporter commented 9 years ago
Thanks!  Verified that it worked :)

Original comment by vbgu...@gmail.com on 1 Jul 2012 at 3:52