Visual Studio 2012 Find in Files not Displaying Files
Maybe I am doing something wrong but all of a sudden the Find in Files in my VS2012 does not display the actual file results. It displays the count but the file list is empty.. Am I missing...
View Articleissue fixed in WindowsFormsIntegration.dll
Hi,There's an issue in WindowsFormsIntegration.dll, in class ApplicationInterop, which did not check for the menu state in the right time. The problem exists in version4.0.30319.1, and is fixed in...
View ArticleLanguage services in Visual Studio-based application (isolated mode)
Hello everybody, I’m developing a Visual Studio-based application in isolated mode (VS 2013). So far everything has gone smoothly, I have programmed some VSPackages, they manage their windows with...
View ArticleSupporting VS2010 and VS2012 with the same package.
I have a VSPackage built in VS2010 that I need to port to VS2012. I need to continue supporting both versions of VS with the same code base. My package includes a custom editor that makes heavy use...
View ArticleClass not registered. Looking for object with CLSID:
Hi,I had create a custom project system with the help of https://msdn.microsoft.com/en-us/library/vstudio/cc512961.aspx. And which is working fine that I can create a project with extension of .myproj...
View ArticleHow to remove the Notification Menu Item(View->) from my Isolate shell...
Hi we have an Isolate shell application which make use of the Visual Studio 2013 shell. I want to remove the notification menu item from the View Menu. I tried removing the notification package and it...
View ArticleCustomize default Start Page
Hello,I want to add the create and open web site commands to the default Visual Studio start page (2013 or 2015). Is it available anywhere to be edited? (I remember doing it in older versions.) I have...
View ArticleRegister dependent javascript/css file with visual studio custom extension file
We have created a custom UI editor tool using Visual Studio 2010 extension package (.vsix) to create web page (html+javascript). The issue is, we want add the ability to include .js/.css file...
View Articlesource control with TortoiseHg / mercurial
I am currently applying source control to my projects using TortoiseHg outside Visual Studio.Is there a more neat way to integrate mercurial source control with Visual Studio?I have read about VisualHg...
View ArticleCrystal Reports
Hi,I have using Visual studio 2013 ultimate on Win 8.1 64 bit machine. When generating crystal report preview its showing assembly reference error based ReportDocument object. I already installed with...
View ArticleHow to remove the unwanted extensions in extension manager from vs2013...
I have an isolated shell application. I don't want some extensions to be displayed under tools->extension and updates.So I have tried removing the following lines for the property "PkgDefSearchPath"...
View ArticleHow to remove the Notification Menu Item(View->) from my Isolate shell...
Hi we have an Isolate shell application which make use of the Visual Studio 2013 shell. I want to remove the notification menu item from the View Menu. I tried removing the notification package and it...
View ArticleHow to show hot key for menus in .vsct file
Hi All,I have a following code in .vsct file to create a menu-<Button guid="guidVSPackage1CmdSet" id="cmdVar" priority="0x0100" type="Button"> <Parent guid="guidVSPackage1CmdSet"...
View ArticleCustom language that compiles to C - integrating and debugging
I'm looking at language that "compiles" to C. It's called Nim -- http://nim-lang.org/The higher level "nim" code files might contain, for example:var x: int=2block block1: echo "Hello", x, " more"...
View ArticleAccessing Iteration Dates through REST API
How should I go about getting the start and end dates for an iteration through the API?If I attempt to access the iteration directly (using the URL retrieved by...
View Articlecreating batch file for ftp
hi,can anybody tell me how to create batch file which will have username and password for ftp.i want copy file from remote server to local server using ftp.i want to create batch file which will...
View ArticleGet the status of test Controller queue
Hi I need to get the status of the queued jobs in test controller(vs 2012 controller) through c# 1.Active Runs 2.Queued Runs 3.Completed Runs Thanks in Advance Arun
View ArticleHow to loop through all Forms/UserControls and invoke a method on grids at...
Hi,I need to write an Add-In that will loop through all the forms (we use Windows Forms) in a project and then call a certain method on our own custom grid at to perform some task at design time.Can...
View ArticleSDK Package: Does anyone know the Guid for docking tool windows on the left...
I have two tool windows in my extension that I want to default dock to the left of the screen much like the solution explorer and properties are default docked to the right of the screen. I have setup...
View Article