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

how run the example in the OpenWebKitSharp_2010.sln #84

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi..I've downloaded the latest ows and I've tried run the example inside the 
2010 solution..I'm using visual studio 2010...when I run it I get several 
errors about JSvalue and JScore, in my references appear jscore..I need a 
previous step before can run it??..thanks

Original issue reported on code.google.com by clag...@gmail.com on 20 Mar 2012 at 1:08

GoogleCodeExporter commented 8 years ago
Make sure it targets .NET 4.0 and JSCore.dll is added in references. Also, if 
you don't need C#<->.NET communication use Debug_NET2 configuration to debug 
the project.

Original comment by tsumalis96@gmail.com on 23 Mar 2012 at 3:08