dotnet9x icon indicating copy to clipboard operation
dotnet9x copied to clipboard

Not all items supportted in .NET Framework 2.0 Resolve

Open Mileter opened this issue 1 year ago • 3 comments

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.

Mileter avatar Aug 28 '24 03:08 Mileter

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"

Lost-Entrepreneur439 avatar Sep 23 '24 17:09 Lost-Entrepreneur439

Oh, by opening it, several errors appear.

Also, it seems that .NET destroyed itself, not being able to run a single program.

image

I'll reinstall.

Mileter avatar Oct 06 '24 00:10 Mileter

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.

mateli avatar Mar 06 '25 13:03 mateli