Posts Tagged ‘Visual Studio’

April 23rd, 2010

Show CodeRush Xpress 10.1 Menu in Visual Studio

As promised here is the updated scripts for CodeRush Xpress 10.1, which was released about a week ago.

The Keyboard Command Way

Shift+Ctrl+Alt+O

The Registry Hack Way

As seems to be my habit I will state this again: I really wish DevExpress would stop treating the registry as a dumping ground and creating a new parallel registry path with each new install, it makes customizing the registry settings very difficult to keep up with. I could see it for each major version, but common is a new registry path really needed for each minor version?

Tags: , ,

Posted in How To | kick it on DotNetKicks.com | Bookmark | View blog reactions | 3 Comments »

April 10th, 2010

Visual Studio Extensibility – Code Camp 2010.1 Presentation

Here is a copy of the presentation that I presented at the Philly Code Camp 2010.1 today. If you attended, thank you. If you didn’t attend here is the basic overlay of what I presented for you.

Here are a couple of links used and referenced in the presentation:

The source of the examples I used:

Tags: , , ,

Posted in How To, Personal, Programming | kick it on DotNetKicks.com | Bookmark | View blog reactions | Comments Off

February 16th, 2010

Connecting Visual Studio 2008 to Team Foundation Server 2010

With the recent release of Visual Studio 2010 RC, I decided to take Team Foundation Server (TFS) 2010 RC for a spin also.  I was really interested in seeing what new and great features are being offered, because there has been a lot of buzz around this release of TFS. 

After installing Visual Studio 2010 Ultimate on my laptop and setting up TFS 2010 as a new install, which was way easier than I remember 2005 being, I connected up VS 2010 and TFS 2010 with out a problem. 

However I ran into a ton of problems trying to get Visual Studio 2008 connected to TFS 2010.  I eventually had to resort hacking the registry to get everything to work as it should.  Here are the steps I used:

  1. Click Add Existing Team Project Button
    step-1
  2. Click Servers Button
  3. Click Add… Button
  4. Type in full server name with collection specified and trailing slash, it complains if there is no trailing slash
    step-4 
    If you actually try to use this to select projects to edit, everything will look like it went smooth.  However you will notice that no projects actually show up in the Team Explorer
  5. Close Visual Studio
  6. Remove the trailing slash from the registry key of the server you just added here:
    HKEY_CURRENT_USER/Software/Microsoft/VisualStudio/9.0/TeamFoundation/Servers
  7. Open Visual Studio
  8. Connect to your TFS 2010 server and select the projects that you want to use in 2008.

Hope this helps somebody else down the line as I am sure more and more people are going to run into this problem as they adopt TFS 2010.

Note: You can do this in all one step by just adding the value into the registry, I just find this way a little more visually pleasing for explaining the concept in the blog.

Tags: ,

Posted in Programming, Review | kick it on DotNetKicks.com | Bookmark | View blog reactions | 3 Comments »