Skip to main content
vshah
Associate II
January 14, 2021
Question

Hi All, Error with "ST Visual Develop". Whenever try to open STVD always gives an error as per attached picture. Could you help me out with this error, as I am new to this platform. Thanks!!!

  • January 14, 2021
  • 7 replies
  • 5362 views

..

    This topic has been closed for replies.

    7 replies

    WilkoL
    Senior
    January 19, 2021

    I have collected three solutions for errors in STVD. Unfortunately I forgot what those problems were :) But I guess that it doesn't hurt to try them.

    1 - reinstall STVD

    2 - download the file ProgrammerAddOn.dll and copy it over the one in the /STVD directory.

    3 - follow these instruction:

    start cmd as administrator
    run
     
    Regsvr32 /u "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"
     
    Regsvr32 "C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\DAO350.DLL"

    (I tried to upload the ProgrammerAddOn.dll, but I'm not allowed to do so. So you'll have to find it somewhere on this site)

    vshah
    vshahAuthor
    Associate II
    January 19, 2021

    Hi, I already tried with Re-installation part but did not worked for me. Also performed the 2. and 3. point still issue persist.

    Thanks!!!

    WilkoL
    Senior
    January 19, 2021

    That's a pity. I have seen the side by side error before but not with STVD. Google pointed me to this page where they seem to suggest that it may be something to do with Microsoft Visual C++

    https://www.minitool.com/news/side-by-side-configuration-incorrect.html

    LGUIL.1
    Visitor II
    May 10, 2021

    Hi, I have the same problem with ST Visual Develop. I have tried all of your solutions but haven't solved the problem. Did you find an other solution ?

    Thanks

    WilkoL
    Senior
    May 10, 2021

    Well no, as I do not have that problem.

    But when googling about the "side by side" error it seems to be a problem with Microsoft Visual C++.

    So I took a look at what I have installed on my Windows10 x64 PC.

    It is quite a list, considering that I do not do anything with c++ :grinning_face: .

    • Microsoft Visual C++ 2005 Redistributable
    • Microsoft Visual C++ 2010 x64 Redistributable
    • Microsoft Visual C++ 2010 x86 Redistributable
    • Microsoft Visual C++ 2013 x64 Redistributable
    • Microsoft Visual C++ 2013 x86 Redistributable
    • Microsoft Visual C++ 2015 x64 Redistributable
    • Microsoft Visual C++ 2015 x86 Redistributable

    Maybe re-installing one of those will help.

    LGUIL.1
    Visitor II
    May 11, 2021

    Tanks for your answer ! It was a problem with Microsoft Visual C++ 2005 Redistributable. After re-installation, it works !

    Thanks for your help !

    WilkoL
    Senior
    May 11, 2021

    Good to hear and thank you for reporting back. I'll add this to my list of known problems and their solutions.