Full Text Error when using Search Work Items for TFS 2010 plugin 09 March 2011 Donovan-Brown Work (0) Problem Every time I run the Search Work Items for TFS 2010 plugin I get the following TF248015 error: Solution Add the account running the SQL Full-text Filter Daemon Launcher (MSSQLSERVER) service to the SQLServerFDHostUser$instance_name$MSSQLSERVER group (via computer management console) and... [More]
How to debug a Visual Studio Extension 09 March 2011 Donovan-Brown Work (0) Problem I am writing a class library to extend Visual Studio but I can't figure out how to debug it. Solution Right click on the class library project in Solution Explorer and select properties. This will display the property pages for the selected project. Click on the Debug tab on t... [More]