[Solved] i already installed the right .net framework version but my .exe file didn’t run [closed]


You should be a bit more precise when you say ‘your exe file’. Did you create your own in visual studio?
If yes, then remove all atributes you used from the MICROSOFT POWER PACK. Those don’t work outside the compiler without having them installed on your computer manually. also you can release your program, by changing your debug button into a release button. After doing this hit f7 and your program should work.

1

solved i already installed the right .net framework version but my .exe file didn’t run [closed]