You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i try to use your solution on windows but when i try to build it i get a error message in the xulrunner methode. Could it be, that your tool will work only with the linux version of firefox in the bin folder?
The text was updated successfully, but these errors were encountered:
This project is developed and tested on Windows so it should work. When you install Geckofx60.64 from NuGet, a folder (in your project folder) is created called "Firefox". In that folder you can find xul.dll, mozglue.dll etc.
Where "\Firefox" is the folder you got from the nuget package. Either move the Firefox folder to bin -> Debug or change the directory manually in GeckoForm.cs.
If you get additional errors remember to build with platform target "Any CPU" and un-check "Prefer 32-bit" in the project properties.
Let me know if you encounter any issues I'll try to help you out. Good luck.
Hi i try to use your solution on windows but when i try to build it i get a error message in the xulrunner methode. Could it be, that your tool will work only with the linux version of firefox in the bin folder?
The text was updated successfully, but these errors were encountered: