✅ .NET 9.0 | CSharp - WinForms | Encryption & Button Function Issue
Having a minor issue when trying to encrypt a file.
This is my exception error that was thrown:
Error: Method or operation is not implemented
Here is my button call code:
Here is the code for everything in my FileEncrypterHelper.cs
:10 Replies
what is throwing the error?
When I click the button Encrypt. it throws the error
what is throwing the error?
I have no clue.
the stack trace will tell you
that's part of the error
Oh yeah, I forgot well. The stack trace doesnt show cause it only shows the error in a textbox not the messagebox ui
then fix your code so you can use the actual debugger to investigate
oki, ill check in with that. If I need more help ill come back here.
don't eat exceptions and only display partial information in the ui
ok