How to make TracExplorer work with Vs 2010 Beta2

31 views
Skip to first unread message

Pankaj

unread,
Feb 4, 2010, 1:28:43 AM2/4/10
to Trac Explorer
Hi All,

In my last post I asked how to make TracExplorer work with VS 2010
Beta2. After working for two days we figured out how to make it work.

So following is the way to do it.

1. Install Visual Studio 2010 Beta2.
2. Install TracExplorer though it supports VS 2005 or Vs 2008.
3. Go to the following location "C:\Program Files\TracExplorer\bin"
and open TracExplorer.VSTrac.AddIn in a notepad.
4. Replace the default text with the following text

<?xml version="1.0" encoding="UTF-16" standalone="no"?>
<Extensibility xmlns="http://schemas.microsoft.com/
AutomationExtensibility">
<HostApplication>
<Name>Microsoft Visual Studio Macros</Name>
<Version>9.0</Version>
</HostApplication>
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>10.0</Version>
</HostApplication>
<Addin>
<FriendlyName>TracExplorer.VSTrac</FriendlyName>
<Description>Visual Studio Trac Integration</Description>
<AboutBoxDetails>VSTrac Copyright (C) 2008 Mladen Mihajlovic.
http://vstrac.devjavu.com/ This program comes with ABSOLUTELY NO
WARRANTY; This is free software, and you are welcome to redistribute
it under certain conditions. See LICENCE.TXT or go to
http://vstrac.devjavu.com/wiki/Licence for more details.</
AboutBoxDetails>
<AboutIconData>@trac</AboutIconData>
<Assembly>TracExplorer.VSTrac.dll</Assembly>
<FullClassName>TracExplorer.VSTrac.Connect</FullClassName>
<LoadBehavior>1</LoadBehavior>
<CommandPreload>1</CommandPreload>
<CommandLineSafe>0</CommandLineSafe>
</Addin>
</Extensibility>

5. Save it and close it. If it is not allowing to save it, then copy
the TracExplorer.VSTrac.AddIn on desktop open it in a notepad and do
the changes as written in step four. Save it and replace the existing
TracExplorer.VSTrac.AddIn in "C:\Program Files\TracExplorer\bin"
folder with the modified one.
6. Now open Visual Studio 2010 Beta2.
7. Click on Tools-> Options, Options window will open.
8. Expand Environment and click Add-in/Macros Security.
9. Click Add button and navigate to the path "C:\Program Files
\TracExplorer\bin" and click Ok.
10. Click on Tools-> Add-in Manager and check TracExplorer.VSTrac is
selected under Available Add-ins.
11. Verify the TracExplorer is visible by clicking View->
TracExplorer.
NOTE: Don't copy the TracExplorer.VSTrac.AddIn in "C:\Users\username
\Documents\Visual Studio 2010\Addins" location.

I hope it will work.

Reply all
Reply to author
Forward
0 new messages