Skybound Software is looking to hire experienced C# developers to work on Stylizer and other forthcoming Skybound products. Click here for details.
GeckoFX is an open-source component which makes it easy to embed Mozilla Gecko (Firefox) into any .NET Windows Forms application. Written in clean, fully commented C#, GeckoFX is the perfect replacement for the default Internet Explorer-based WebBrowser control. Download GeckoFX @ Google Code >
GeckoFX is made by Skybound Software, authors of Stylizer—the professional CSS editor with a strong focus on visual control, error-free workflow, and productivity. Learn About Stylizer >
Discuss GeckoFX, the Open-Source Gecko Control for .NET
You are not logged in.
Pages: 1
Using Windows 7 x64 and I can't get it to run.
x86 option didn't fix it for me. Without x86 I get ..
Could not load file or assembly 'Skybound.Gecko, Version=1.9.1.0, Culture=neutral, PublicKeyToken?=3209ac31600d1857' or one of its dependencies. An attempt was made to load a program with an incorrect format.
But with x86 option I get ..
Visual C++ Runtime Library Runtime Error! This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
Offline
in x86 system,i have got a same error. the cause of this error in my machine because i installed a sqlite3 instance and set the PATH for it. geckofx use sqlite too,so the conflict between geckofx's sqlite and installed sqlite3 cause this error.
Offline
you may need to install one of these on systems without Visual studio installed
- VC 2008 redistributable
- VC 2005 redistributable
- VC 2005 SP1 redistributable.
It depends on how gecko was built.
Offline
Pages: 1