VS2012 Add Item Templates for Windows Store apps
Hi,We have a VisualStudio custom editor associated with a file extension. When the file is added to VS2012 WinRT project I can double click to open the file in our custom editor. However we are not...
View ArticleHow to integrate Microsoft fast search with visual studio 2010?
Requirement:Using Microsoft fast search in ASP.NET web application with Dotnet framework 4.0. Clarification needed:How to integrate Microsoft fast search with visual studio 2010?As per our...
View ArticleVSPackage + VS2012: Visibilty of ToolWindows in DebugMode
Hello,I have a problem with the behaviour of own toolwindows. The windows hide when I start debugging and show up when debugging ended.I already asked the question some time ago and the provided method...
View ArticleMacros in Visual Studio 11 Developer Preview
Have macros been stripped from Visual Studio 11 completely? I can't find any reference to them, or panes like Macro Explorer, in the Developer Preview build. Or, is it just that they're not in this...
View ArticleDeploy Package to VS2012 Exp Hive
Currently We can devloping our package in VS2010 and deploy it to VS2012 exp hive using the way metioned http://blogs.msdn.com/b/dsvst/archive/2010/03/01/dissecting-vs-2010-package-registration.aspx.So...
View Article"Goto Definition" opens new tab for already opened tab
Hi everyone,In my languageservice one can use the "goto definition/declaration" feature by pressing [F12]. In that case, the "Goto()" method of the corresponding AuthoringScope is called as expected....
View ArticleImplementing a custom test type for visual studio 2010
Hi,My company still works with Visual Studio 2010 and my team implemented a tool to run integration tests and system tests that we want to run from within VS2010. We use the Premium and Ultimate...
View ArticleCleanCreds.exe
Hello,Does anybody have a CleanCreds.exe? According to these forums VS2005 SDK should contain one, but I have it installed on my PC and cannot find this tool.Can anybody share this tool with me or...
View ArticleCopy method on TextSelection object after calling SmartFormat does not copy...
In an Add-in, I use the following code to format the source code in the active code window:Dim tdoc As Document = _applicationObject.ActiveDocumentDim objSel As TextSelection = CType(tdoc.Selection,...
View ArticleMicrosoft Visual Studio Express 2012 for Web
When I try to connect with TFS online, it shows following error.--------------------------- Microsoft Visual Studio Express 2012 for Web --------------------------- Team Foundation Error HTTP code 407:...
View ArticleHow to detect startup project changes ?
Hi,Is there a way to detect startup project changes ?I have project1, project2. If project2 is set as startup project(with initial being project1) is there a way that i can detect this ?
View ArticleCustom Project Properties SaveAll not working when properties page not active...
Hi,I have a project properties page for a custom project type that will not save when using the SaveAll command and the properties page isn't the active window in VS 2010. The properties page is...
View ArticleCreating VS Tool Window From a Thread
I have some third party control that consumes lot of UI therad time. It is hosted in a VS tool window. I created another STA thread that pumps messages and try to create this toolwindow from there....
View ArticleDisabling multi-level menu commands.
I expose several commands declared in my .vsct file on a document window and am seeing that in the case of a menu which includes sub-menus, the sub-menu still appears even when all of it's child...
View ArticleHow to register a Custom test adaptor to make Test Exploer aware it
Hi,I created a custom test adaper by implementing the ITestDiscoverer, ITestContainer, ITestContainerDiscoverer. If I install it by using vsix, then the text explorer can detect the test and show it in...
View ArticleHow to control the project path Visual Studio "new project" wizard creates
When you create a new C# project (say just a standard "Class Library"), Visual Studio combines the "Location" and the project "Name" specified in the wizard dialog as the folder name under which to...
View ArticleProjectNode.RemoveChild does not remove item from solution explorer.
Hi,During the build process for my custom project type, a number of files are created that I want to appear as files in in a sub tree of my project in Solution Explorer. I have managed to to do this,...
View ArticleHighlighting code window of visual studio based on line number using VSPackage
I'm building a VSpackage extension to create "VisualStudio Tool Window". I have a grid inside tool window, consisting of numbers. If a user selects a particular row of the grid. That particular line...
View ArticleHighlighting code window text from Visual studio tool window using VSPackage
I'm kind off new to the Visual Studio Extensions. Is there a way to interact to code window from Visual Studio 2010 tool window. I have a Datagrid hosted on the VisualStudio tool window. DataGrid...
View ArticleCould not find some assemblies after installing visual studio sdk
I have downloaded visual studio sdk from here: http://www.microsoft.com/en-us/download/details.aspx?id=30668, after installed it, I found lots of assemblies are not installed, such as...
View Article