Visual Studio .NET IDE

M

MSNEWS

Hi All,

I am writing some C# coding to develop middle tier COM+ components.
When those components are debugging, (As Library Application), the values of
variable used in the code are not properly listed in the watch window. Can
any one please explain any wok around for my problem ?

Also is there any way to get the value of a variable (say a dynamically
build query string), while I am in the debugging window.
That feature was readily available in Visual basic (Control + G ...
Immediate window, type any thing to display its value)

Is any update (or bug fix) for the .Net IDE ?

I am using follwoings
Development Environment 2002 Version 7.0.9466
Framework 1.0 Version 1.0.3705
"Visual C# .NET 55603-640-2428401-18483"

Thanks in advance ...

Rango
 
C

Chris Dunaway

When those components are debugging, (As Library Application), the
values of
variable used in the code are not properly listed in the watch
window. Can

What do you mean when you say the values "are not properly listed"?
Are they showing incorrect values? Are they showing No values? Please
clarify.
Also is there any way to get the value of a variable (say a dynamically
build query string), while I am in the debugging window.
That feature was readily available in Visual basic (Control + G ...
Immediate window, type any thing to display its value)

You can use the command window for that purpose. If you type ?varname
and press enter it should show the current value of the variable.
 
M

MSNEWS

The components are the derived from Enterprise Services.
The values shown are invalid . Simply for an integer = 9 it shows large
number.
 

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