Confusing Error - Please Help!!!

  • Thread starter Thread starter mahesh.nimbalkar
  • Start date Start date
M

mahesh.nimbalkar

I have a line like resources.ApplyResources(this.label1, "label1"); in
Form1.Designer.cs. But because of this line my form load event is not
firing.

When I comment this line, everything works fine.

Any idea why this is happening and what happens if I comment this
line?

Thanks!
 
Have you modified Form1.Designer.cs manually?

Can you enable break-when-exception-is-thrown for all exceptions
(Debug/Exceptions click "Common Language Runtime Exceptions" and click the
checkbox in the Thrown column) to see if there is an exception being raised.
If there is an exception raised and you still need help, post the details.
 
Back
Top