When I clean up my code, I delete some comment from a class. And then after
I clean up, it build the project properly, but when i run it, it will call a
MissingMethodException in the startup form constructor:
"An unhandled exception of type 'System.MissingMethodException' occurred in
VSNetToolbar.exe
Additional information: Method not found: Void
MdiFormSample.MdiFormHelper._Deleted(System.Windows.Forms.Form)."
Anyone face this before?
I clean up, it build the project properly, but when i run it, it will call a
MissingMethodException in the startup form constructor:
"An unhandled exception of type 'System.MissingMethodException' occurred in
VSNetToolbar.exe
Additional information: Method not found: Void
MdiFormSample.MdiFormHelper._Deleted(System.Windows.Forms.Form)."
Anyone face this before?