Visual Studio 2012 C# custom wizard Creating project ''... project creation...
I have spent way more time on this than I should have. This is something that should be so easy. I've created many COM components in the past. I've read all of the MSDN articles as well as forums on...
View ArticleHow does one run mspaint.exe out of system32?
When one attempts to run mspaint.exe outside of system32 it gives a messagebox saying "Unable to create new document.", I'm wondering how (or if) I can bypass this.I'm not sure where I should start,...
View ArticleVS 2012 MVC Drag and Drop Controls
I have been using Windows Forms and now want to develop for WEB using MVCCan I Drag and Drop Controls onto a Page if I am designing Pages and using MVCif not in Visual Studo 2012 express, is there anya...
View ArticleProblems with IIS (7.5)
Problems With IIS(7.5)First I have to say that I am a complete novice when it comes to setting up a web server, but to keep the grey matter active I have tried.First of all, after, many attempts I...
View Articlehide splitter in scroll bar
Does anybody know if it's possible to hide the splitter button from the scrollbar in the Visual Studio IDE, are there any option settings or extensions?Thanks!
View ArticleShared add-in project template is not appearing in Visual studio 2012...
Hi All, We have developed a add-in for Outlook using Shared Add-in project template of Visual studio 2010 professional edition. So we have a plan to purchase latest Visual studio 2012. But we have...
View ArticleMarking the entire line using Visual Studio Editor Extension Points
I would like to mark an entire line on the editor according to some logic in my VSPackage. So I exported IClassifierProvider and EditorFormatDefinition and succeeded marking the relevant line by...
View ArticleVisual Studio Toolbox Controls Installer problem
Hello,We're trying to install .NET components into Visual Studio toolbox using Toolbox Controls Installer. We have several assemblies with components and all of them are installed normally except the...
View ArticleAbout Visul Stidio?
I do notextend theproductdownloadvisualstudioandtrying to extendthe periodkeynotreceivedproductsextended.How can I do this?
View ArticleVSPackage: How to get info about a class member (method, property etc.)...
Using IVsSelectedSymbols interface I can retrieve the fully qualified name of the selected method, property etc. from Class View. How can I get the same info from the selected item in Solution Explorer...
View ArticleResXResourceReader and -Writer version insied .resx file
I have an Add-In for Visual Studio to support project localization. In some cases my Add-In adds new .resx files to a project. It creates the .resx files using a ResXResourceWriter object.Inside the...
View Articlemicrosoft.visualstudio.vcproject.dll dependency
My VisualStudio addin depends on Microsoft.VisualStudio.VCProject.dll and this has been developed on VS2008. Now when I install my Addin on VS2010 it doesn't workReason being it cannot find reference...
View ArticleHow to get notified when DTE.ActiveDocuments switches?
"switches" meansI click and activate "b.cpp" when current document is "a.cpp". The active document switches from "a.cpp" to "b.cpp".Thank you in advance.溪流
View ArticleHow to open missing file via IVsDifferenceService in Visual Studio 2012
I am creating a Diff Window, like described there: http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/af777e42-f8ed-4cdd-b22c-3c30bf450f8bBut when I pass to the method a path to non-existing...
View ArticleExtension: PerfWatson Monitor crashes on exit (VS2012 Update 1)
Hi,After installing PerfWatson Monitor extension, I get a crash when exiting Visual Studio (every time). If I disable or uninstall PerfWatson Monitor, the crash goes away.Visual Studio Ultimate 2012 -...
View Article"Dynamics Ax User Control" not available in the item template list for VS...
Hi All,I have created a website "File | New | Web Site" then selected "Dynamic Data Web Site" but, I don't find the expected template as shown in the figure from a reference book to "Add New Item" of...
View ArticleWhere is my item template VS2012
I just create my first item template according to this doc File |Export Template wizardhttp://msdn.microsoft.com/en-us/library/y3kkate1.aspxI still can't see my template anywhere doing Add | New itemI...
View ArticleHow to handle System.Windows.Forms.UserControl close event?
I am working for a Visual Studio extensibility menu Project. I have a User control Window (System.Windows.Forms.UserControl).This window will open from a custom Menu-item in Tools menu on VS Ide . I...
View ArticleHow can I force an IWpfTextView to refresh/invalidate it's layout?
In my extension(MEF) I want to set tab offsets for every line programitically. I need to set not only the first tab offset but also the other tab offsets too in the line, so I created...
View ArticleHow to handle System.Windows.Forms.UserControl close event?
I have a control (System.Windows.Forms.UserControl).I need to handle the control close event whenever I close the control using close button on the right side top corner close(cross) button.I tried...
View Article