florentbr/SeleniumBasic

Run-time error 8013150a

vvvvvb7 opened this issue · 9 comments

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

`

did you install .NET 3.5?

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

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.

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"

It worked, tks a lot!

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

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.