Debugging the *.designer.cs

  • Thread starter Thread starter Mr. X.
  • Start date Start date
M

Mr. X.

Hello.
I have VS 2008.
I have some problem on the designer on an object that I have created, and I
would like to debug the lines on the *.designer.cs.
How can I do that (the IDE of VS 2008 doesn’t let me doing so)?

I have message like "The variable 'Control Name' is either undeclared or was
never assigned"
on design time.

Thanks :)
 
Hello.
I have VS 2008.
I have some problem on the designer on an object that I have created, andI
would like to debug the lines on the *.designer.cs.
How can I do that (the IDE of VS 2008 doesn’t let me doing so)?

I have message like "The variable 'Control Name' is either undeclared or was
never assigned"
on design time.

Thanks :)

Hi Mr. X.
for debugging controls try to look this http://msdn.microsoft.com/en-us/library/5ytx0z24.aspx

Emanuele
 
Back
Top