problem with Command window (2003)

P

PJ6

? int.Parse("2.0")
error: identifier 'int' out of scope
? "foo".IndexOf("o")
error: expression '"foo".IndexOf' out of scope

For the love of god, why is int and other basic stuff out of scope in my
Command window when I'm debugging?

VB doesn't do this, is this a C# thing?

Paul
 

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