Confusing Error - Please Help!!!

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!
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top