So, I am working on my final project for the summer course, and I am getting this next exception.
An unhandled exception of type "System.Reflection.TargetInvocationException" occurred in PresentationFramework.dll
Looking at the call stack, he does all his pre-processing, and this happens. It doesn’t even launch my application, so I don’t think it could be my code. Is it possible that I deleted the file by mistake? My project worked fine. I made a few changes, added a reference to the class that I was going to use, but then changed my mind. I deleted it, made some changes, and then went to run it, and bam! Yes, version control can save me from a problem, rookie bug!
Any help is appreciated!
edit: there are actually a few exceptions, here is part of the output window
The first exception of type "System.NullReferenceException" exception occurred in StockAnalysis.exe. The first random exception of type "System.NullReferenceException" occurred in System.Xaml.dll The first random exception of type "System.NullReferenceException" occurred in PresentationFramework.dll The first random exception of type "System.Reflection.TargetInvocationException" occurred in mscorlib.dll The first random exception of type "System.Reflection.TargetInvocationException" occurred in mscorlib.dll first random exception of type "System.Reflection.TargetInvocationException" occurred in system.xaml.dll first random exception of type "System.Reflection.TargetInvocationException" unhandled type exception "Unhandled type exception" System.Reflection.TargetInvocationException "occurred in PresentationFramework.dll
: .