Lost the "MY" namespace

B

barcrofter

I have successfully lost the "my" namespace in a VVB2008 project so
that "my.computer" etc shows up as an error. How do I get them back?
I have tried comparing the references to a project in which "my" works
but none of this changes the errors. What did I miss?.
 
K

kimiraikkonen

I have successfully lost the "my" namespace in a VVB2008 project so
that "my.computer" etc shows up as an error.  How do I get them back?
I have tried comparing the references to a project in which "my" works
but none of this changes the errors.  What did I miss?.

My namespace is implemented using Microsoft.VisualBasic.dll. So, try
to add reference to Microsoft.VisualBasic.dll and try again.

Hope this helps,

Onur Güzel
 
B

barcrofter

Thanks I did that with no luck. In the end I rebuilt the project and
"my" came along with it.
 

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