How come My.Computer doesn't work?

  • Thread starter Thread starter BK
  • Start date Start date
B

BK

VS 2005, SP1. I was trying some sample code and My.Computer not
showing up in intellisense. Is there a reference I need to include in
the project?
 
VS 2005, SP1. I was trying some sample code and My.Computer not
showing up in intellisense. Is there a reference I need to include in
the project?

According to MS, the Namespace is Microsoft.VisualBasic.MyServices.
But when I don't see this when I try to add a reference.
 
Is your sample code in VB? Is it a console app or a windows app? Do you see
any of the My. intellisense, or is it just my.computer that is missing?

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
 
Is your sample code in VB? Is it a console app or a windows app? Do you see
any of the My. intellisense, or is it just my.computer that is missing?

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.

The code is in VB as a windows app. Very weird, but it is working
just fine now. This morning, Intellisense was only showing
My.Resources but now it's showing quite a few including what I needed
which is My.Computer. Thanks anyway.
 
Back
Top