Visual Studio
There are 7 entries for the tag
Visual Studio
I am just reposting this thread from a MSDN forum since it seems to be unavailable. It was very useful when I was having trouble with my folder mappings after migrating to TFS 2010. Question: I opened VS2008 and connected it to the upgraded 2010 TFS server. Upon clicking any of our Team Projects in source control explorer I get "Team Foundation Error - The workspace MYWORKSPACE;DOMAIN\MYUsername already exists on computer MYPCNAME." Answer: The same local paths on your machine are mapped to 2 different...
After setting up the development environment, I started coding a simple application. Visual Studio does not provide a Windows CE 5.0 emulator (only a device - which means that it tries to connect to a real device and I don't have one), so I chose to develop a Windows Mobile 5.0 Pocket PC application. (1) I first created a Smart Device Console Application. It built and deployed ok, but when running I didn't see any console! I think this is due to the fact that there is no cmd.exe in the emulator....
I regularly get this problem. The "Find in files" function of VisualStudio (2008!) stops working. Whatever I search for it always says "No files were found to look in. Find was stopped in progress". It is very annoying. Since I have only found one other blog that mentions it and gives a solution (here - thank you!), I'm going to reproduce it. Solution: press Control + Scroll Lock (yes, it doesn't make much sens but it works). Technorati Tags: Find in files,Visual Studio...
Just to clarify the different tools that you can use to update/recreate the Team Foundation Server warehouse (relational database and OLAP cube). Warehouse Web Service You can browse and invoke it here (always locally from TFS): http://localhost:8080/Wareh... The Run operation will launch processing of the warehouse (you can check the status of the warehouse with the GetWarehouseStatus operation: it goes from ProcessingAdapters, ProcessingOlap and finally Idle). Processing...
Be careful not to have any work items open in Visual Studio when updating their definitions with witimport because they will not be modified Suppose you have been checking your tasks and one is open in Visual Studio (I'm not referring to status here, I just mean open in a window). Then, you proceed to run witimport with the task definition. All tasks except the one open will be updated. You will have to close the task and run witimport again. Technorati tags: Team System, witimport, work item...
During the past week I have been busy creating a Team System process template to be used by the MSFT Development group where I work. While discussing this topic with my boss and showing him how the MSF for CMMI work items look like, he asked that I add a field to indicate the current track, workstream and activity. To be more precise, he asked me to use the "Area path" field for workstreams and activities, and to add an extra field to specify the track. I proceeded with these changes (yes, a bit...
Everyone is posting about this, and I'm going with the flow :) It will certainly interest some of my clients and colleagues. Four important releases from Microsoft: Visual Studio 2005 SP1 Visual Studio 2005 Team Suite SP1 Team Foundation Server SP1 ASP.NET AJAX 1.0 RC Have fun...