Integrate skype Calling function for my desktop application
I am developing a CRM Solution. So I need to implement calling facility to their customers via Skype. I need to retrieve called time and caller name from contacts and store it in to database. Please...
View ArticleQuery vNext builds using IBuildServer
I have working code that query builds using the IBuildServer interface. However builds using vNext build definitions are not included. Is there a way to do that, or is this only available through the...
View ArticleVCProject AddFile
Hi,I getting this exception in Visual Studio 2012 when calling AddFile on a VCProjectMicrosoft.VisualStudio.Project.ProjectException: Could not find project item with item type 'ClCompile' and include...
View ArticleMaintain state of child window of Experimental instance
HiI have one VSIX project. I have added a WPF form to that project for UI . and set show in taskbar=false for that wpf window.While executing the project, it has been shown in the main window of...
View ArticleCompositionContractMismatchException in VS 2015 Extension implementing...
Hi there, I'm trying to update my Visual Studio Extension Diff All Files to support Visual Studio 2015. Everything works fine in VS 2012 and 2013, but in 2015 it throws the following error when I open...
View ArticleVCProjectEngine for different VS versions
I am writing a Visual Studio extension that uses Microsoft.VisualStudio.VCProjectEngine.dll. There appears to be a different version of this DLL for each version of Visual Studio.Is there some way to...
View ArticleHow to provide search results to Quick Launch
I am looking to provide the my custom menu as search result in "Quick Launch" when some names(related to my ui elements) are typed in the Quick launchCurrently Visual Studio allows to implement a new...
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 ArticleHow do I get an instance of IVsExpansionClient in VSPackage?
Documentation for extending Visual Studio is virtually nonexistent, and I managed to assemble a few lines of functioning code hacked together from a dozen or more obscure sources around the interwebs...
View ArticleC# add resource programmatically (each time want use another external exe file)
Hi alli have been working with this long time.but still don't have answer for this.i think this is related with below inquiry. i saw several answer but dont understand the...
View ArticleImport Data from Azure Sharepoint to SQL Server
Hi, I am trying to run an exiting package in SSIS to import data from Azure SharePoint to SQL Server. The item which has been used to import data from Azure SharePoint is not the usual SharePoint List...
View ArticleHow do I reliably get the view port top edge from a IWpfTextView?
I've been using IWpfTextView.ViewportTop and it works as long as the user scrolls around. However when the view is changed dramatically, the ViewportTop gets reset to zero. (From the docs on...
View Articlerename open document
Hello everybody,this code doesn't work because currentDocument.Name is readonly:DTE dte = Package.GetGlobalService(typeof(SDTE)) as DTE; for (int i = 1; i <= dte.Documents.Count; i++) { Document...
View ArticleException with ASPNET5 (beta) Item Temapltes
HI , I have an Item template project. In which I have a function for called GetProjectTypeGuids. public string GetProjectTypeGuids(EnvDTE.Project proj) { string projectTypeGuids =...
View ArticleVS2015 extension not visible in Extensions and Updates window
I have created a VS2015 extension that adds a menu item; the menu item is visible and works. However, the extension does not appear in the Tools/Extensions and Updates... window. Anyone have an idea...
View ArticleC# kill or terminate running process
I'm using external exe file in my C# code. please check below code. this code i just find some web site.string str =@"C:\joseph_Test\external_vendor.exe";Process myprocess =newProcess();...
View ArticleInclude new files in project automatically
There are generated codes that are added into the folder for my project. To include them into the project, I would have to show all files and manually include each new file into the project. This is...
View ArticleMain window caption
Main window caption is like "SolutionName - ApplicationName". Is it possible to change this? I'm trying with EnvDTE.DTE but the interesting properties are readonly, as "dte.MainWindow.Caption" or...
View ArticleVisual Studio Extension: IVsShell and IVsSolution
I want ro register to the visual studio events which I can do with help of the IVsSolutionEvents Interface. I also need to get the DTE2 Object which I can do with help of the IVsShellPropertyEvents....
View Article