FrostyPelican
Well-Known Member
I will have to let the OP answer that, not sure what it is I can't replicate your system and I only browsed the code. I could suggest something that makes my life a lot easier. After looking at the code there was a lot of empty try catch blocs (this is where a programmer handles errors in the code itself) and with them being empty it just gives the end user of the software a generic message box. What I normally do is provide detail on the error so I know where in the code it happened and give the end user an idea and option to report it to me automatically or copy to clip board. There is already a lot of free code involved in the project so I can understand why the extra code is not there. http://stackoverflow.com/questions/3328990/c-sharp-get-line-number-which-thrown-exception or research the StackTrace classThis program was working great until today. Every time I open it a screen pops up saying;
HERB.IQ has stopped working
A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
I have tried upgrading the software, ran the repair feature of the install, and uninstalled then reinstalled. Nothing has worked. Any ideas?
If something crashes that I coded the user will have something like this popup (just a quick example) but again, I get paid for it and the OP doesn't for this project. It lets me know exactly what happened and where in the code it happened plus gives the user a bit more than just the generic popup window.