Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uncaught exception thrown by method called through reflection

What does this error mean? I am currently using Windows 8 and installed Microsoft Visual Studio 2012 Ultimate. The first time I installed vs2012 there were no errors. However, when I modified the settings in msconfig, which returned to its default after restarting the computer, there were compatiily issues with vs2012. I don't know how to uninstall vs2012 because there are several applications included in the entire package of installing vs2012. I uninstalled VS2012 application but it was not effectively removed from my computer. I reinstalled vs 2012 using a different installer which enabled me to read my source codes. However when I ran the program this error occurred. How can I solve this error?

like image 709
mc8 Avatar asked Dec 12 '22 11:12

mc8


1 Answers

  1. Go to the project right click and select properties.
  2. Select 'Debug' tab on the left.
  3. Go to ‘Enable Debuggers’ on the bottom
  4. Check ‘Enable Native code debugging’ (or 'Enable unmanaged code debugging', depends on version) check box
  5. Run the project! =]
like image 55
GalDude33 Avatar answered Mar 03 '23 06:03

GalDude33