When I try to compile a Visual Basic project in Visual Studio 2019, it works fine, except that I get an error 9009 for file versioncheck.vbs, which apparently does not exist on my system.
Can I disable the command for execution somehow, or what do I need to do to make the project compile?
At first the project was complaining about some .resx files, but that is not the case any more. But now I am getting this error:
Schweregrad Code Beschreibung Projekt Projektrang Pfad Datei Zeile Unterdrückungszustand Fehler Der Befehl "D:\xampp\htdocs*\client_code\versioncheck.vbs" wurde mit dem Code 9009 beendet. dsc 1
Error in English
The command "D:\xampp\htdocs*\client_code\versioncheck.vbs" exited with code 9009.
There is not much code to be shown with this error I guess, but correct me if I am wrong.
I expect the output to be an .exe file, without executing versioncheck command.