Solved visual basic studio 2015 update3 could not be installed correctly


jraju

Active member
Member
Local time
11:36 PM
Posts
217
OS
windows 11pro version 23H2
Have windows 11 pro. I want to download the above edition of visual studio 2015 for my son. I downloaded after giving my credential. the iso was extracted by 7zip and then when i clicked the exe, i get set up blocked error with , another note, that the installation requires a member of the visual studio 2015 be present during install or some thing blocked by computer.I have tried the fix as suggested to download the kb , 3165756 and tried to install. The same error cropped up. I tried to run as admin. the same error.
Could you give the correct fix to install this , as this could be helping in his learning and programming visual basics
 

My Computer

System One

  • OS
    windows 11pro version 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Inspiron 3910
    CPU
    i5 processor
    Memory
    8 gb
Did you download just the update? That would require that Studio 2015 is already installed, as it would need something to update.

If you don’t have Studio installed already, you would want a download that is named something like “Visual Studio 2015 with Update 3.”

Also, why 2015? Is there a reason not to use a current version?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 [rev. 3737]
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Intel Core i7-1260P, 2100 MHz
    Motherboard
    NUC12WSBi7
    Memory
    64 GB
    Graphics Card(s)
    Intel Iris Xe
    Sound Card
    built-in Realtek HD audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840x2160 @ 60Hz
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Keyboard
    CODE 104-Key Mechanical Keyboard with Cherry MX Clears
  • Operating System
    Linux Mint 21.2 (Cinnamon)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC8i5BEH
    CPU
    Intel Core i5-8259U CPU @ 2.30GHz
    Memory
    32 GB
    Graphics card(s)
    Iris Plus 655
    Keyboard
    CODE 104-Key Mechanical Keyboard - Cherry MX Clear
Hi, I was told by somebody that that version is ideal for beginners . So, I thought of downloading .It does show the update version only for the 2015 edition of community visual studio. So, I downloaded the ISO and extracted using 7 zip and then clicking the exe to get this error. This error seems to be unfamiliar as it ask some member to be present during installation . Please say that 2022 version is having basic things to learn and I will just download the latest version. how to start about , learning visual basic using the latest version, if any also may be given
 

My Computer

System One

  • OS
    windows 11pro version 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Inspiron 3910
    CPU
    i5 processor
    Memory
    8 gb
I can't be entirely sure what you downloaded, without a link or a screenshot. If you can post a link or screenshot, I'll try to confirm what you downloaded. But ...

I wouldn't think 2015 would offer you any advantages over 2022. If I were starting out, I would download Visual Studio Community 2022.

I don't have any advice for getting started with Visual Basic. Aside from assisting another forum member here lately, I haven't written any VB code in 20 years. I should probably mention that Visual Basic, while not dead, is not getting any new features or supporting any new workloads.

 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 [rev. 3737]
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Intel Core i7-1260P, 2100 MHz
    Motherboard
    NUC12WSBi7
    Memory
    64 GB
    Graphics Card(s)
    Intel Iris Xe
    Sound Card
    built-in Realtek HD audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840x2160 @ 60Hz
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Keyboard
    CODE 104-Key Mechanical Keyboard with Cherry MX Clears
  • Operating System
    Linux Mint 21.2 (Cinnamon)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC8i5BEH
    CPU
    Intel Core i5-8259U CPU @ 2.30GHz
    Memory
    32 GB
    Graphics card(s)
    Iris Plus 655
    Keyboard
    CODE 104-Key Mechanical Keyboard - Cherry MX Clear
Will it not help in supporting my son's knowledge of excel , by writing macros etc. I think older versions of excel, has visual basics macros . Your article does point out the dark side of support of vb by microsoft. I also hear that there is a microsoft, power bi, which simplifies integrating mso office components etc.
I want him to learn a computer language for coding and also that helps him with the excel or other data.
I have not heard of power bi, in my days.
 

My Computer

System One

  • OS
    windows 11pro version 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Inspiron 3910
    CPU
    i5 processor
    Memory
    8 gb
Excel macros are typically written in Visual Basic for Applications (VBA), which is not related to the Visual Basic that is in Visual Studio.

Off the top of my head, the options would be

--ps
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 [rev. 3737]
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC12WSHi7
    CPU
    12th Gen Intel Core i7-1260P, 2100 MHz
    Motherboard
    NUC12WSBi7
    Memory
    64 GB
    Graphics Card(s)
    Intel Iris Xe
    Sound Card
    built-in Realtek HD audio
    Monitor(s) Displays
    Dell U3219Q
    Screen Resolution
    3840x2160 @ 60Hz
    Hard Drives
    Samsung SSD 990 PRO 1TB
    Keyboard
    CODE 104-Key Mechanical Keyboard with Cherry MX Clears
  • Operating System
    Linux Mint 21.2 (Cinnamon)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel NUC8i5BEH
    CPU
    Intel Core i5-8259U CPU @ 2.30GHz
    Memory
    32 GB
    Graphics card(s)
    Iris Plus 655
    Keyboard
    CODE 104-Key Mechanical Keyboard - Cherry MX Clear
Hi, I was told by somebody that that version is ideal for beginners . So, I thought of downloading .It does show the update version only for the 2015 edition of community visual studio. So, I downloaded the ISO and extracted using 7 zip and then clicking the exe to get this error. This error seems to be unfamiliar as it ask some member to be present during installation . Please say that 2022 version is having basic things to learn and I will just download the latest version. how to start about , learning visual basic using the latest version, if any also may be given
VS 2022 would probably be the best for beginners as it has up to date and very thorough coding assistance with things like Intellisense. You can look up functions and method parameters on the fly, formatting is handled by the editor, and if you want to, you can even have AI augmented code. Heck, you can even have the AI write the code for you.

IMHO, VS 2022 Community is the way to go.

And your son would be better off learning a more useful language like Python, C++ or C#. Or even just plain old C, though I don't think that VS 2022 actually supports it. Visual basic is an easy language to start out with, but it's a dead end support-wise. Something object oriented like C++ or C# would be much better as he could translate those techniques right into college and a job afterward. If you want to give him a leg up, get him to learn a language which uses modern techniques and methods.
 

My Computer

System One

  • OS
    Win 11 Pro 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Self build
    CPU
    Ryzen 5800X
    Motherboard
    Gigabyte x570 Aorus Elite Wifi
    Memory
    32 GB GSkill Trident Neo with pretty LED lights
    Graphics Card(s)
    ASUS TUF GAMING RTX 3070 Ti
    Sound Card
    On board Realtek
    Monitor(s) Displays
    2 x Samsung 32 inch curved - one 4K, one 1080p
    Screen Resolution
    4K, 1920 x 1080
    Hard Drives
    1 TB Samsung 980 Pro Nvme, 1 TB Samsung 970 EVO Nvme, 2 x Samsung 970 2TB SSD SATA
    PSU
    EVGA 1000Q
    Case
    Rosewill something or other
    Cooling
    Noctua NH-D15. A whole schwak of Noctua case fans. $$$
    Keyboard
    Logitech G815
    Mouse
    Logitech G502 Hero
    Internet Speed
    700 up, 600 down
    Browser
    Firefox
    Antivirus
    MalwareBytes
Thanks psey and catnip. Psey for clarifying the difference between visual basic application and visual basic itself.
Thanks catnip for his tips on C#or C+ +, modern languages to stay.
 

My Computer

System One

  • OS
    windows 11pro version 23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Inspiron 3910
    CPU
    i5 processor
    Memory
    8 gb

Latest Support Threads

Back
Top Bottom