From a C# automation app how do I zoom a dgml view to 100%.
I have looked at all the .vsct files and cannot find the appropriate control. I have created a dgml file in this C# app and want to save the image an use it. Visual Studio ignores the ZoomLevel...
View ArticleNSOCRLib is my project's error(OCR) !!
Hello every body .i am working on my project which is OCR ( convert image into text) , i found nice and simple code by using Nicosoft  but i have this one error (Interop type 'NSOCRLib.NSOCRClassClass'...
View ArticleOpen Disassembly Window And Go to a particular address during Debugging
We have a VS 2010 based isolated shell application. Â I have a tool window that displays a subset of addresses during debugging (In debugger break state). When user selects a particular address , Â I am...
View ArticleReacting on file changed outside IDE
I use a combination of IVsFileChangeEvents and IVsFileChangeEx to monitor, whether file edited in my editor extension was modified outside the IDE. However, for some unknown reason, I get the...
View ArticleVS Gallery "Invalid Certificate in VSIX"
Hi,We have a problem similar to this thread:GoDaddy -Â error message "Invalid Certificate in VSIX"The solution to that thread was a missing certificate..."Sorry for taking so long to get back to you. I...
View ArticleHow to build projects in solution using DTE?
I have three projects in solution and trying to build all the projects in solution by below code. But it builds startup project alone.var solutionBuilder = dte.Solution.SolutionBuild;...
View ArticleBreak line on each tag attribute and keep them aligned in Visual Studio HTML...
Hello,Recently I asked this same question at StackOverflow: http://stackoverflow.com/q/14791592/114029I'm interested in developing a really simple extension for VS that will fire when doing a Ctrl + K...
View ArticleHow to create a TCP Connection in properties and access it via code
In Visual Studio, I need to create a TCP connection to a Server and access this connection via code from all the WPF projects in the solution. What can be the best approach? I think that a good start...
View ArticleStart solution without project loading
Hi. I create extension (package) for Visual Studio with my custom project type. For project manipulating i use MPFProject. How can i load solution without projects loading. Project loaded only if i...
View ArticleShell Isolated and IVsSolutionLoadManager
Hi. I am created an application based on Visual Studio Shell Isolated. But I have an problem with IVsSolutionLoadManager implementation. It doesn't work in Shell Isolated mode. Here is my code:public...
View ArticleVS 2012 Package: Supporting Dark Themes
Hello, We officially support VS11 but have ran into issues when it comes to the dark theme. We have a custom editor and are looking at the DTE properties for the font styles and colors. We are...
View ArticleProper way to add MSBuild task from VSX extension
It seems a little unclear about the proper way to undertake this task. With the help of this group and the internet I have successfully built extension that integrate into the menuing system properly...
View Articlemy project type is missing
hi all,I have installed SDK in Visual Studio 2012. But there seems miss some project type.Thanks
View ArticleEntity Framework 6 and MySql not seeing each other after VS 2013 re-install
I had to re-install VS 2013 after I was having persistent PC issues, actually reformatted whole PC, reinstalled Windows 7 Ultimate and then VS 2012 and VS 2013.I cannot get any new projects to work...
View ArticleVsix extension cannot be installed to 2012 Isolated Shell application.
Hi,I do have a 2012 Isolated Shell Application and I want to write an extension for it, but I cannot get the vsix to install my extension. My ShellApplication is found by the installer, but it won't...
View ArticleMPF: Creating FileNode, HierarchyNode, FolderNode, ProjectElement? Please...
It's a mess.Microsoft provides hundreds/thousands of method calls and classes but without any adequate API documentation or simple examples. NO ONE ON EARTH CAN USE IT!I already Googled, Binged, etc......
View ArticleHow to add "Business Intelligence" once the VS is launched?
How could I add the "Business Intelligence" option to to the templates? As you can see it appears in the upper screen-shot but not in the second.El castellano no es mi lengua materna. DiscĂșlpenme por...
View ArticleHow to disable build command when i start build programmatically
Hi. In my extension i start build programmatically. But when building was started some items (build solution, rebuild solution) is enable in BUILD menu. How can i disable their? Thanks.
View Articleexcel row count in vb.net
hi ,In vb.net,i want to dynamically count the number of rows which is used(with data in cells) in excel 2007 and i want to use that count value in for loop.eg: for i= 1 to countthanks in advanceajay
View ArticleWhat are the best practice with new service when dealing with VS Isolated Shell
We are working on an application build around VS 2010 SP1 Isolated Shell. This application include a lot of package for our shell. Some of the package provide service consume by other package, and/or...
View Article