Hi,
I'm currently having to use someone else's login on this PC, basically because I'm the guy who replaced him at the company, and he's now living somewhere on another continent, and nobody can get this project he was working on to set up on any other machine...
Anyway, I'm trying to access the "My" namespace, and it's missing everything except "Settings", "MySettings" and "Resources". Obviously lacking all of this stuff sucks and I'd appreciate it if someone could tell me how to get it back...
I've looked in Microsoft.VisualBasic.Devices and all the references seem to be there, by the My namespace itself isn't working right.
Another thing that's not working is the ''' XML documentation function. Normally, typing those apostrophes in the right place spawns a big mass of UML commenting for Intellisense entries but now, nothing.
I've tried both of these from my user account on the same PC and they work fine; presumably it's something my predecessor has inflicted onto his own settings in VS2010.
Does anyone know how I can fix this and go back to using Visual Studio as I know and love it?
EDIT: I got sick of this behaviour and decided to move over to my username, where I'd verified the My namespace was fully working.
Turns out that the problem reoccurred once I'd gotten the project working under my username, so it's presumably a project setting which has been turned off somewhere, as starting another project still creates an environment where "My" and the ''' comments work, but the problem project still doesn't have either feature.
Does this ring any bells for anyone?
EDIT2: Just discovered that the Visual Basic sample code for MSDN Magazine's MVVM article suffers from the broken XML documentation issue, but not the My. namespace issue.
Just updating this question in case that new information rings a bell with anyone...