Note that there are some explanatory texts on larger screens.

plurals
  1. POAnkh IssueTrackerIntegration Sample Extenion
    primarykey
    data
    text
    <p>I'm trying to get the sample extension project available from <a href="http://ankhsvn.open.collab.net/wiki/IssueTrackerIntegration" rel="nofollow">CollabNET</a> to be recognized in Visual Studio 2008. If I understand the wiki documentation correctly, it says some registry keys are needed. </p> <p>After building the sample project in VS2008, I found the <code>Ankh.Sample.Extension.pkgdef</code> in the Output bin folder, so I imported that as a <code>.reg</code> file into the registry. After doing that, I see that there were new registry keys added to:</p> <pre><code>[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0Exp\Configuration\IssueRepositoryConnectors] </code></pre> <p>but it seems like, according to the documentation, they should have gone to:</p> <pre><code>[HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\9.0\\IssueRepositoryConnectors] </code></pre> <hr> <h3>UPDATE</h3> <p>OK, when I import the keys to <code>HKEY_LOCAL_MACHINE</code>, the option 'Issue Tracker Step' appears in the Solution Explorer's context menu when I right-click the solution node, but here is where I am stuck now:</p> <p>When I select 'AnkSVN Sample Issue Repository Connector' in the Issue Tracker Configuration window, I receive "'AnkSVN Sample Issue Repository Connector' does not provide a configuration page."</p> <p>BUT, when I debug the sample project, another instance of VS2008 opens up, and I select the same project and in it, the page appears.</p> <p>Why does it appear when debugging, but not normally? Are there additional steps I need to take to deploy the package (I thought the registry keys did that)?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload