Console "Command Prompt" doesn't display when called for in a C++ program
When I compile a program in Microsoft visual C+ + 2010 And call for the results to display in the command prompt, the console never appears even though the compiler successfully compile the code. What...
View ArticleVisual 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 ArticleProject Wizard Extension without using GAC or IDE probing path
Hi,I've read several posts on how to create project/item wizard extension but none of them answered my question. Is it possible to refer an assembly that isn't in the GAC or in the IDE's probing...
View ArticleFind in Files in VS2012
Nothing shows in the results window 1 or 2 when I use the Find in Files functionality, it works OK in VS2010 that I have installed on the same machine.
View ArticleArrayDebugView in VS2010 Win7?
Anybody been able to get ArrayDebugView (http://arraydebugview.sourceforge.net/) to work with VS2010 Express on Win7 64-bit? I used it last with VS2008 Express on WinXP, but I now can't even get it to...
View ArticleVSPackage: Add TemplateItem to Project
I would like to be able to add an unit test class to a unit test project by using a template from within a vspackage I am using VS 2012 Premium_solution.GetProjectItemTemplate("Class", "CSharp")Gives...
View ArticleGet version of VS Package from vsixmanifest file programmatically
Hi,How can I get the version (from vsixmanifest file) of my extension programmatically in code to display it on say About dialog or check for updates?
View ArticlePrintDocument for printing png?
Hi,I have decided to use png and PriontDocument opposed to my earlier issues with using PDF and adobe.I have a png file I wish to print to a printer. I havethe printer name and the file...
View ArticleVSIX: show extensions SDK in Blend Assets
we pack our Windows Store controls into extensions SDK as described here: http://msdn.microsoft.com/en-us/library/hh768146.aspx#ExtensionSDKsIt works for VS2013 Update 2. But when you create new...
View Article__VSFPROPID.VSFPROPID_guidEditorType Property Returns Nothing
I need to know when my editor is selected, so I have done the items in this post (Answer I posted for someone else's question, worked for them, doesn't for me)How to get the current editor in VS?I...
View ArticlePeek Definition not working for me in VS 2013
I am running Visual Studio 2013 Professional Version 12.0.30501.00 Update 2. The .NET version is 4.5.50938.I would love to use the Peek Definition feature but nothing happens when I click on that...
View ArticleVSIX Build Error 503 Extension 'd9ada47e-b86b-4cef-944e-19584ccf37dc' could...
Hi,I am using TeamBuild for my CI to build a VSIX extension. Am using VS2013/TFS2013 Update2However I constantly keep receiving the following error...C:\Program Files...
View ArticleVS2012: SelectionChanged not fired for object VersionControlExplorerExt
I' ve deveolped an extension that reacts on selection changes in source control explorer. It works fine in VS2010 but in VS2012 the event is not fired.Edwin Pauer
View ArticleCMDUSED_SECTION and shared commands
By default in the IDE, F8 is bound to the command Edit.GotoNextLocation (guidVSStd97:cmdidNextLocation). This command works in the both the Output and Find Results windows.I would like my tool window...
View ArticleVS2012, vspackage: Type exists in two .net assemblies
How to get around this error message? Copy the type to my own sourcecode? Pacakage is initially created in VS 2012 I can't remove the reference as the project will not compile if i doError...
View ArticleImplementing to Edit.GotoNextLocation in visual studio extension
I have a visual studio plugin that implements a custom find window. I want the user to be able to press F8 (Edit.GotoNextLocation) to move to the next find result. I want this to work in the same way...
View ArticleWhat is ITextViewLine.Top property ?
I am trying to put a margin attached to the textview in the Visual Studio Editor. I implemented a margin with the given interfaces. I need to put a icon in the margin correspond to each line. I...
View ArticleAccessViolation Exception not handled after adding Tools to Toolbox, Visual...
After adding Tools to Toolwindow with AddItem2() method of IVsToolBox Interface and after VisualStudio calls ToolboxSelectionChanged() method of IVsToolboxActiveUserHook I get a AccessViolation...
View ArticleMPF2012 Project Property Page Fails To Load
Hi All,I have a package that I have developed that has a number of features including the ability to right click a loaded project and click properties to bring up a custom set of MPF (project) property...
View Articleload testing of rest and soap services
Hi All, I want to perform the load test on Rest & soap services.Is it possible to test load on these two type of services using visual studio.My service URL is not in the form of .asmx but I can...
View Article