VS Package Debugging Issue
I just brought two of my add-ins (C#, VS 2010) into a new VS Package project. It went quite well and the two commands seem to work the same as they did as add-ins. I didn't have to change the code at...
View ArticleHow to extend the property pages of a project in a Visual Studio Extension...
I was able to extend the Project Property pages of the project created in my Visual Studio Extension project (VSIX), from here.However, the property pages I obtained from this was like:But I'd like to...
View ArticleUsing the Extensibility --> VSIX Project with a web application - Error...
I am using Visual Studio 2010 Premium. I have created a Web Application that I would like to use as a project template. I am able to successfully use the Export Template Extension to creat the VSIX...
View ArticleCreate project item with the attribute in the project file.
I can easily create a project with an item having the attribute <LogicalName></LogicalName> in the projectTemplate project file by using <EmbeddedResource Include="some.xml">...
View ArticleVSIX development error VSSDK1040: There was a problem enabling the extension...
I am developing a VSIX project in VS2013. My current project is a little bit detailed but today I realized that error happens even on a new project.To find out reason of the problem, I have created a...
View ArticleVSPackage Deployment: Custom Installer with VS Gallery Auto Updates
I have a VSPackage with a custom editor. I want it to show up in the solution explorer with a custom icon, which will require a custom deployment step.Here are my deployment requirements:As explained...
View ArticleHow do I automate attaching the debugger to a remote process?
I have remote debugging set up and can debug from my host machine (Windows 7, 64-bit, UAC Enabled, with Visual Studio running as Administrator) to my guest machine with no problems at all(Windows 7,...
View ArticleAccess ISharePointProjectService from T4 Text Template
I have a Visual Studio 2013 SharePoint solution/project in which I set the "Site URL" to which I want to deploy the project (standard functionality). I would like to consume the project's "Site URL"...
View ArticleUpgrade a VS2010 Isolated shell to VS2013 shell
I am upgrading a VS2010 Isolated Shell application to VS2013 shell. I am getting following errors in the active logs. 1.What does the first error mean? how to fix it? 2. For second error, I saw...
View ArticleHow to subscribe Add Existing Item event for a VS project
Hi,In our package, we want to handle this scenario - use Add Existing Item dialog to add a file to a project (the project already has a file with same file name). VS will popup below dialog,Could you...
View ArticleCan we install 2012 update 4 in 2013 installed machine ?
Hi Everyone,Can we install VS 2012 update 4 in a VS2013 installed machine ?Could you please provide suggestion on this ? If we install like this did we face any issue ?Regards,Manoj Babu B. Manoj
View ArticleProgrammatically getting current visual studio addin version
Hi I am creating a menu add-in vs ,when i choose the menu the action will be performed like belowIf add-in is used from vs2010 it should perform some specific actionsif it is used from vs2012 it should...
View ArticleTeam Explorer Visual Studio 2013: External Tools arguments are empty
Hi,We're using Microsoft Team Explorer for Visual Studio 2013, update 3 has been appliedI'd like to add external commands to the tools menu; every time the external arguments are emptySimple example is...
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 ArticleHow to hook to toolbox item selection events or How to integrate to F1 for my...
Hi All,Extention type : Isolated shellVisual studio version : Visual studio 2010My main goal is to be able to provide F1 help for my toolbox item , i reviewed this artical...
View ArticleMove Project Folder - Access Violation
Hi there,I want to move a project that is within a solution.So I remove that project in my package. After it was removed I save the solution file.Then I move the folder and re-add the project.This...
View ArticleHow to extend the property pages of a project in a Visual Studio Extension...
I was able to extend the Project Property pages of the project created in my Visual Studio Extension project (VSIX), from here.However, the property pages I obtained from this was like:But I'd like to...
View ArticleUsing the Extensibility --> VSIX Project with a web application - Error...
I am using Visual Studio 2010 Premium. I have created a Web Application that I would like to use as a project template. I am able to successfully use the Export Template Extension to creat the VSIX...
View ArticleEnable drag drop support in solution explorer of VS2013
I have created a custom language service using MPF for Projects - Visual Studio 2013.The drag & drop is disabled when trying to copy or move a file or folder from the Project Explorer.How can I...
View ArticleVS Package Debugging Issue
I just brought two of my add-ins (C#, VS 2010) into a new VS Package project. It went quite well and the two commands seem to work the same as they did as add-ins. I didn't have to change the code at...
View Article