leochabi / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 1 forks source link

Error after installation #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system and version (32/64bit) :W7 Pro, 64 bit
.Net Framework version :  .Net Framework 4 Client Profile
Office name and version(32/64bit) :Office 2013, 32 bit
Browser name and version : Firefox 31.
SeleniumWrapper version :1.0.20

What steps will reproduce the problem with a public website ?
1.Install the file
2.Next time when we reboot get the error in the background
3.

What is the expected output? What do you see instead?

Please provide any additional information below.

Original issue reported on code.google.com by banuraja...@gmail.com on 9 Oct 2014 at 7:57

Attachments:

GoogleCodeExporter commented 8 years ago
I suspect a 32/64bits compatibility issue. I've forced some files to 32bits in 
the attached zip. Could you replace these files in the installation directory 
to see whether it fixes this bug or not?
Could you also check that the following key is present in you registry?
0E59F1D5-1FBE-11D0-8FF2-00A0D10038BC

Original comment by florentbr on 9 Oct 2014 at 10:30

Attachments:

GoogleCodeExporter commented 8 years ago
HI

I tried it but i get a different error after rebook

Original comment by banuraja...@gmail.com on 9 Oct 2014 at 2:05

Attachments:

GoogleCodeExporter commented 8 years ago
The file not found exception must be because you script is placed in System32,
but interpreted as SysWOW64 by windows as it is launched in a 32bit mode.
Have you tried running a script in a less sensible folder than System32,
somewhere like a simple c:\tests\myscript.vbs ?

Original comment by florentbr on 9 Oct 2014 at 6:14