I am a rookie at this which I'm sure this question will show. Someone sent me an .exe file for a Visual Basic application and asked me to update some code. I'm not sure how to do this. When I open Visual Studio, it wants to find the .sln file which I don't seem to have. Is there a way to create the .sln file from the .exe or do I need to ask for the .sln file?
CodePudding user response:
You need the source file that contains the source code.