In order to get the best help I need I shall provide a little background to my application I have been working on for the past year.
Encryption Forge is my application name with many features. Recently I reached to this point where I received an error that is unrelated and I don't understand. This error prevents the application from running and thows a object reference error. However the object reference error is not the main problem. It is something within the
InitializeComponents
InitializeComponents
or in the loading of
public Main()
public Main()
. I tried to narrow it down but if I remove everything or bits from the Loading of
public Main()
public Main()
it works and then if I do the same it doesn't. Im confused so much.
Something you may need to know is that I am not a professional. I use hand made code, code snippets and a bit of help from ChatGPT (Not often though). So my code is wack and disorganized if I do say so for myself. I want to hand off the project by files but It's supposed to be a secure software no one can have other than me and my friends. This software can not be seen by others (The public).
If I could get a private person it would be helpful.