2021-01-14 10:09 AM
2021-01-19 02:32 AM
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)
2021-01-19 09:37 AM
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!!!
2021-01-19 09:54 AM
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
2021-05-10 06:11 AM
2021-05-10 10:05 AM
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: .
Maybe re-installing one of those will help.
2021-05-10 11:49 PM
Tanks for your answer ! It was a problem with Microsoft Visual C++ 2005 Redistributable. After re-installation, it works !
Thanks for your help !
2021-05-11 01:23 AM
Good to hear and thank you for reporting back. I'll add this to my list of known problems and their solutions.