iraychen / 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

Not able to use openwebkitsharpr119 (none of the openwebkitsharp which require .net framework 4.0) #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Followed all the steps stated in how to use file of openwebkitsharpr119

What is the expected output? What do you see instead?
I get many different errors some of them are:
a. the type or namespace 'WebkitBrowser' does not exist in the namespace 
'Webkit' (are you missing an assembly reference?)
b.files named JSCore,etc are missing

What version of the product are you using? On what operating system?
openwebkitsharpr119 on windows 7 (32bit), (visual c# 2010)

Please provide any additional information below.
I am currently using openwebkitsharpr105 and the browser is working properly. 
However to overcome problems of r105 like popups, keyup, keydown events,etc i 
need to upgrade to latest version of openwebkitsharp

I have referred to issue no 69 and issue 8, but none of them helped me solving 
this problem
Thanx

Original issue reported on code.google.com by mamtagan...@gmail.com on 20 Mar 2012 at 6:21

GoogleCodeExporter commented 8 years ago
That's because of the .NET Framework. The latest build is compatible only with 
.NET 4 but can also be used without JSCore with the binary files located in 
Binary_NET2. So, to use .NET 2 you must add reference to all the libraries 
inside Binary_NET2

Original comment by tsumalis96@gmail.com on 21 Mar 2012 at 3:07

GoogleCodeExporter commented 8 years ago
My project is already targeting to .net framework 4 but i am not able to use 
ows.

However I tried what you said..
I referenced all files in Binary_NET2 folder and i copied all files from core 
and Binary_NET2 folder to my project's build directory.
During run time i got the error which is attached with this comment.

Original comment by mamtagan...@gmail.com on 21 Mar 2012 at 5:58

Attachments:

GoogleCodeExporter commented 8 years ago
Are you sure that all WebKit files located in the "Core" folder have been 
copied to your exe's path?

Original comment by tsumalis96@gmail.com on 28 Mar 2012 at 1:33

GoogleCodeExporter commented 8 years ago
I wasnt able to use ows119 bt however ows2.7.2 is working fine... I am 
currently using Binary net_2 files and everything seems working correct.. May 
be there is some problem with .net framework 4.0 installed on my system...

Thanx..

Original comment by mamtagan...@gmail.com on 29 Mar 2012 at 6:10

GoogleCodeExporter commented 8 years ago

Original comment by tsumalis96@gmail.com on 18 Apr 2012 at 1:24

GoogleCodeExporter commented 8 years ago
Is this problem fixed with the latest version?

Original comment by tsumalis96@gmail.com on 18 Apr 2012 at 1:27

GoogleCodeExporter commented 8 years ago
I had the same problem.
Installing Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package MFC 
Security Update ( 
http://www.microsoft.com/en-us/download/details.aspx?id=26347   ) fixed my 
problem.

Original comment by mac.lip...@gmail.com on 4 Jun 2012 at 5:00