Debugging the *.designer.cs

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 :)
 
E

Emanuele Origgi

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
 

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