Does Console.Write() work in Compact Framework?

  • Thread starter Thread starter brett
  • Start date Start date
B

brett

When I do Console.Write("something here") or WriteLine() on the Compact
Framework, nothing appears in the output window. I have also tried it
on another developer's machine with the same results. The Docs say
this is supported in the Compact Framework. Any ideas?

Thanks,
Brett
 
Where exactly is dev/null as described in the above link, "It will go
to the device console, but Pocket PCs don't have a Console, so the
output goes to /dev/null... "

I did a search under files/folders for dev/null but didn't get any
results.

Brett
 
Will installing the 3rd party console allow Console.Write() to output
to the VS.NET output window?

Thanks,
Brett
 

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

Back
Top