Looks like my Net5 app can not find My.Computer.
I searched the Internet thinking there must be much ado about a substitute. But no hits at all.
So I looked at a 4.8 solution using Visual Studio hoping to find the location but, it would not let me peek at the definition.
Namespace: Microsoft.VisualBasic.Devices
What is My.Computer? I take it it is not a simple dll someplace.
What can I do about Net5 not finding it.
It shows up often in the solution I'm converting.
Edit: I found Microsoft.VisualBasic.dll and Namespace: Microsoft.VisualBasic.Devices but that doesn't help me know what to do about it. Should I just forget it and find alternate ways to do the things it does for me now? Or is there a M5 equivalent?
I searched the Internet thinking there must be much ado about a substitute. But no hits at all.
So I looked at a 4.8 solution using Visual Studio hoping to find the location but, it would not let me peek at the definition.
Namespace: Microsoft.VisualBasic.Devices
What is My.Computer? I take it it is not a simple dll someplace.
What can I do about Net5 not finding it.
It shows up often in the solution I'm converting.
Edit: I found Microsoft.VisualBasic.dll and Namespace: Microsoft.VisualBasic.Devices but that doesn't help me know what to do about it. Should I just forget it and find alternate ways to do the things it does for me now? Or is there a M5 equivalent?
Last edited: