-
Notifications
You must be signed in to change notification settings - Fork 57
Description
Hi, I have an application written in Visual Basic, with Visual Studio (it's basically a PC application in Net 9).
I opened the program and tried encrypting the strings.
Only StringsEncryption.
Everything "worked" fine, until it asked me for dependencies. But how do I find out where the entire Net 9 dependencies are? Because once, as the location Path for the dependencies, I entered the Path where the Windows X64 file is located directly in the command line (the installer needed to run Net 9 applications on Windows), but it didn't work.
Rightly from command line (Promt) it gives me an error that it cannot find the dependencies.
At one point I even tried to extract all the files from the Net 9 setup (about 55 MB), but I couldn't, I tried to do this to put all the dependencies in one folder but it was useless because I can't extract files from a setup
Thanks