Why is the VS 2013 compliled (.NET 4.5) dll 106 KB but the VS 2010 compiled...
I have written a Visual Studio Extension. It was written using Visual Studio 2010 andC#. The size of the Release Build of the dll is a little over 600KB. The .NET version is 4.0.I've recently gotten...
View ArticleAdd files to Solution folder TemplateWizard
Hi All,I am wondering how i can add solution items to Visual studio Template (VS 2015).I have a Multi Project template that works fine but it wont add the Solution Items Folder items in. I have looked...
View ArticleUnable to add more than one .vsix extension to my Windows-10 app in VS-2015
I have a Windows phone 8 app which I need to port to Windows 10. App uses two .vsix extensionsXXXX Universal Windows SDKXXXX Universal Windows Helper SDKThese are the two extensions used by the app....
View ArticleDownloading Testresult Hyperlink
Hello, in my VS Extension I want to catch the Download Test Results Hyperlink(available in build result view) and open my own Testresults-Window. Is there an event I can register? Is it possible to...
View ArticleThe specified module could not be found Exception when using .dll packaged as...
I am trying to port my Windows Phone 8 app to Windows 10. Our company provides music recognition & discovery services. We have our native SDK written in C/C++. We package this SDK .dll as a .vsix...
View ArticleVSPackage - null AddInInstance in CreateToolWindow2
Hi,I am trying to converting addin to vspackage. After certain point of time, I am getting an error of 'Object reference not set'. After debug, I found that AddInInstance is null which is used in...
View ArticleVSPackage - null AddInInstance in CreateToolWindow2
Hi,I am trying to converting addin to vspackage. After certain point of time, I am getting an error of 'Object reference not set'. After debug, I found that AddInInstance is null which is used in...
View ArticleInherit the background color of the General OutputWindowPane of Visual Studio
Hello, I'm trying to make the background color of one of our VSpackage automatically follow the general OutputWindowPane. I found out that inplementing the IVsFontAndColorEvents interface is the way.My...
View ArticleWPF Designer over XML - VS 2013 with VSIX package.
Hi,I want to build the same project like we have sample at "https://code.msdn.microsoft.com/WPF-Designer-over-XML-VS-6ec6b363" could some one please guide me how can I start learning this sample so...
View Article[UWP] Unable to add more than one .vsix extension to my Windows-10 app in...
I have a Windows phone 8 app which I need to port to Windows 10. App uses two .vsix extensionsXXXX Universal Windows SDKXXXX Universal Windows Helper SDKThese are the two extensions used by the app....
View Article[UWP] Unable to create vsix extension for Universal Windows app
I have a Windows Phone 8 app which I am porting to Windows-10. The app used .vsix extensions for Windows Phone 8, hence I am trying to create a similar .vsix extension for Universal Windows app as...
View Article[UWP]The specified module could not be found Exception when using .dll...
I am trying to port my Windows Phone 8 app to Windows 10. Our company provides music recognition & discovery services. We have our native SDK written in C/C++. We package this SDK .dll as a .vsix...
View ArticleNuGet for Universal Windows not installing from private feed
I have a private NuGet feed which has packages for various platforms. All the other platform's packages are working fine, can install those packages from Visual Studio. But packages targeting uap10.0...
View ArticleProjectItems.AddFromDirectory does not work with Visual studio 2015
HI, i need to copy a directory pragmatically to my project.i have used the below code in my project.ProjectItems.AddFromDirectory(_projectPath + "\\Folder"); but it does not copy the whole directory....
View ArticleNot able to download Visual Studio 2015 Integrated and Isolated Shell
Hi, I tried to download "Visual Studio 2015 Integrated and Isolated Shell" from www.visualstudio.com/en-us/downloads/download-visual-studio-vs link. But I got an error like below"This invitation is...
View ArticleDisassembly Window Go To Source disabled in Custom Debug Engine
Hello In my Custom Debug Engine I have my own Disassembly Window support (implementing the IDebugDisassemblyStream2 interface). This Disassembly Window works quite fine, showing some target...
View ArticleChanges in Disassembly "Run To Cursor" between vs2012 and vs2015?
Hello In our debug engine we implement a disassembly (IDebugDisassemblyStream2). Now we detected that running our engine in VS2015 the "Run To Cursor" functionality is always deactivated. What puzzles...
View ArticleHow To Add New TeamExplorerBaseNavigationLink To 'Changeset Details' Team...
Hello there,I am trying to build a VSIX package for Visual Studio 2013/2015 that will add a new navigation link to the Changeset Details control that appears in the Team Explorer within the Visual...
View ArticleI am unable to add a Nuget Package to my VS Multi Project Template
I am creating an update for my open source project RAD Studio Code Generation Toolkit (https://radstudio.codeplex.com ) and I created a new project template along with this update.In the past I had...
View ArticleSet Tools menu item to visible only when a Solution is loaded
Hi there,I am building a Visual Studio Extension Package with VS 2013.I have been following the Menus and Commands Sample from the SDK.I can see that at runtime you can set a menu to be visible or not...
View Article