Geckofx45 C# Does not work on another computer

Asked

Viewed 24 times

0

I installed Gecko in my visual studio! on my pc it works normally.

already tried to send to a friend of mine and to my virtual pc more does not work from the print error. Both had dependencies of . NET so much so that by removing Gecko from the application the form opens normally

in print have my pc and virtual pc! on my pc opened the form, on virtual pc gave error

public FormLogin()
    {
        var programDirectory = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
        Xpcom.Initialize(Path.Combine(programDirectory, "Firefox"));
        InitializeComponent();
        //MessageBox.Show(Path.Combine(programDirectory, "Firefox"));            
    }

dependencies inserir a descrição da imagem aqui inserir a descrição da imagem aqui

Citation

Gecko has some dependency beyond these ? inserir a descrição da imagem aqui

  • I never used geckofx, but if it works like Selenium might be due to simply not having Firefox installed on the machine

  • also thought it could be that friend, the more I tried to install firefox and the problem persists, thanks for helping!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.