Not all items supportted in .NET Framework 2.0 Resolve
This program works on Windows XP with .NET 2.0 installed.
The Visual Studio files are on my repository at https://github.com/Mileter/EncryptionGUIwWindowsForms. It uses .NET 2.0, and I want to backport it.
I'm not a maintainer of this repository, but you need to actually describe what's not working in 95. What errors do you get? Do you have logs? What isn't working? It's kinda impossible to fix when the only info is "it doesn't work"
Oh, by opening it, several errors appear.
Also, it seems that .NET destroyed itself, not being able to run a single program.
I'll reinstall.
This is just a wild guess but may there be an exception that are not handled by the program? Make sure that all code paths in your application captures exceptions and perhaps also logs them.
Also try other versions of dotnet. This may be something that dotnet 2 does that are fixed in later versions. Remember that with dotnet < 5 all versions included the previous versions of the framework so each version may have bugs that the others doesn't.