Visual Studio 2013
I'm about to start a project that also requires a visual computer software. İn this project i will desing and build mechanic parts of an external device. I will work on electronic systems and...
View ArticleRunning over ENVDTE Solution Projects - Java Script
I'm writing a C++ Project template in VS 2010 using the Custom Wizard technique. In the default.js, the file which holds the behind JavaScript code, I want to take the current generated project, and...
View ArticleExcel interop. error with Visual Studio 2012
I am using a stand alone and not a server loaded with VS and office 10, I have done all the interop and importing name space and from my experience that should not be a problem.Just help, how is this...
View ArticleCustom Windows Store and Phone 8.1 project templates aren't available on...
We deliver SDK products for .NET platform including Windows Store, Windows Phone and Desktop. Part of the SDK we provide project and item templates to work with our API.It seems that Zipped format for...
View ArticleAdding a command for a custom add-in where the command already exists
Hi,I thought I'd have a go at writing an addin for VS but it is not working as expected. Here is my code for the OnConnection method:public void OnConnection(object application, ext_ConnectMode...
View ArticleCan't export anything from my Package.
I can't seem to make my package export anything at all(for Visual Studio), using MEF. For example, code: [Export(typeof(IClassifierProvider))] [ContentType("Code")] public class...
View Articlecannt find the project type
Hi All,I am learning visual studio extensions. However, the project template cann't appear in my VS.I can not see c# extensibility even. Is there anything missing? Thk
View ArticleVS2012 and MapPoint
I'm in a group that is developing a project for a capstone class, and we have incorporated MapPoint into the project to develop a data analysis of populations. The problem I came across is that...
View ArticleHow to hide/show the tool window but not close it
I have a VS2010 Isolated Shell application and I have a tool window as belowpublicclassMyWindow:ToolWindowPane And this tool window supports multiple...
View ArticleSecurity problems when trying to open a chm via the...
I am attempting to open a CHM to a specific topic using the System.Windows.Forms.Help.ShowHelp method in C#. When a call this method from a WPF application or a C# command line exe the help file opens...
View ArticleVSPackage problem, how to troubleshoot file.myproj is not supported by this...
I have an Isolated Shell application with a Package that has project type definedusing MPF Framework. When I click File - New I do see my template but when I hit OK, it gives me the error message...
View ArticleVisual Studio Gallery Security Concerns
I’m been trying to locate documentation on the security procedures related to Visual Studio Gallery extensions.I’m asking because this could be a possible vulnerability in our enterprise environment....
View ArticleTeamCity Visual Studio plugin with Mercurial
The TeamCity plugin for Visual Studio 2013 provides the ability to run a build using my local changes, before I commit to my chosen VCS. The plugin supports TFS, Subversion and Perforce by default....
View ArticleAdding a project to Folder in a Visual Studio Template
I have created a multi project Visual Studio Template following these instructions:http://msdn.microsoft.com/en-us/library/ms185308.aspx.This works fine and I can see my two projects in Visual Studio...
View ArticleSupport for Themes in Visual Studio Extensions
Hi, Wanted to know that if there is something out of the box that allows VS Extension writers to style their forms in a "theme aware" manner.
View ArticleAdding a project to Folder in a Visual Studio Template
I have created a multi project Visual Studio Template following these instructions:http://msdn.microsoft.com/en-us/library/ms185308.aspx.This works fine and I can see my two projects in Visual Studio...
View ArticleWhere to start on Project settings?
Hi,I want to create a extensibility visual studio 2013 addin.I need to create on the project settings (application, build, build events, debug ext.) another new tab with my new form.This is even...
View ArticleVISUAL STUDIO 2013: How to add a platform from within my VsPackage so users...
In Visual Studio 2013 I'm making a VsPackage that makes calls to an external cross compiler tool which can build for windows or linux.I'd like to add linux32 and linux64 as selectable platforms when my...
View ArticleVisual Studio hang
While implementing MSSCCI interfaces (scc.h) when HWND received in scc callbacks is passed to SCC provider written in JAVA/SWT to create additional/provider specific dialogs, Visual Studio hangs after...
View Article