florentbr / SeleniumBasic

A Selenium based browser automation framework for VB.Net, VBA and VBScript
BSD 3-Clause "New" or "Revised" License
421 stars 197 forks source link

Run-time error 8013150a #277

Open vvvvvb7 opened 10 months ago

vvvvvb7 commented 10 months ago

hi guys,

i have 3 pc and work great but before one week i bought new pc and when i try to run the macro i got this error 8013150a

Screenshot_20231118_143631_Splashtop Personal

how to solve this issue? i just use simple script

` Sub OpenGoogle() Dim driver As New ChromeDriver driver.Get "https://www.google.com" driver.Quit End Sub

`

GCuser99 commented 10 months ago

did you install .NET 3.5?

vvvvvb7 commented 10 months ago

yes i installed

PSChildName Version Release


v2.0.50727 2.0.50727.4927 v3.0 3.0.30729.4926 Windows Communication Foundation 3.0.4506.4926 Windows Presentation Foundation 3.0.6920.4902 v3.5 3.5.30729.4926 Client 4.8.09037 533325 Full 4.8.09037 533325 Client 4.0.0.0

rbortolin commented 9 months ago

Hi, the same here... last week everything was fine, today I got the error after mandatory .NET updates be applied:

image

@vvvvvb7: did you solve the issue ? I would apreciate any help.

vvvvvb7 commented 9 months ago

Hi, the same here... last week everything was fine, today I got the error after mandatory .NET updates be applied:

image

@vvvvvb7: did you solve the issue ? I would apreciate any help.

no i didn't solve the issue. i still do research 😪

but your issue you can solve it by enable the .net from "Turn Windows features on or off"

rbortolin commented 9 months ago

It worked, tks a lot!

chunlin168 commented 9 months ago

how to solve this problem, can anyone explain it more in more details?

chunlin168 commented 9 months ago
selenium error_
vvvvvb7 commented 9 months ago

how to solve this problem, can anyone explain it more in more details?

1.Open Control Panel: You can search for "Control Panel" in the Start menu and open it.

2.Go to Programs and Features: In the Control Panel, click on "Programs" and then select "Programs and Features".

3.Turn Windows features on or off: On the left side of the Programs and Features window, there is an option called "Turn Windows features on or off". Click on this.

4.Enable .NET Framework 3.5: In the Windows Features window, you will find a list of features that can be turned on or off. Look for ".NET Framework 3.5 (includes .NET 2.0 and 3.0)" and check the box next to it.

5.Apply Changes: Click "OK" to apply the changes. Windows might require access to the Internet to download files necessary for the installation.

6.Restart if Necessary: After the installation is complete, you may need to restart your computer to apply the changes.

chunlin168 commented 9 months ago

Thanks very much!I will follow you instruction to try it and see if it work.

At 2023-12-03 13:26:26, "vvvvvb7" @.***> wrote:

how to solve this problem, can anyone explain it more in more details?

1.Open Control Panel: You can search for "Control Panel" in the Start menu and open it.

2.Go to Programs and Features: In the Control Panel, click on "Programs" and then select "Programs and Features".

3.Turn Windows features on or off: On the left side of the Programs and Features window, there is an option called "Turn Windows features on or off". Click on this.

4.Enable .NET Framework 3.5: In the Windows Features window, you will find a list of features that can be turned on or off. Look for ".NET Framework 3.5 (includes .NET 2.0 and 3.0)" and check the box next to it.

5.Apply Changes: Click "OK" to apply the changes. Windows might require access to the Internet to download files necessary for the installation.

6.Restart if Necessary: After the installation is complete, you may need to restart your computer to apply the changes.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>