Visual Studio Package: Reload Previously Unloaded Package
Hi there,I finally managed to unload a project within my Visual Studio package.Now I need to reload this project. Is there any way to do this with the IVsSolution interface? Or must I use the execute...
View ArticleAdding help to MEF extension: F1 doesn't work
I'm developing a Visual Studio MEF extension that provides support for a language: colorization, completion, quick info etc.I also provide help system for the language and integrate it into Visual...
View ArticleIVsBuildPropertyStorage vs MSBuild API
I have an MPF-based project system and have used both IVsBuildPropertyStorage and the MSBuild property API to access project properties on other projects within my solution. I'm looking for thoughts...
View ArticleProject folder created after deleting with IWizard extension
Hi guysI've got a custom VS solution template that calls a library that implements IWizard. Within RunFinished() I've got some code that does the following:Creates a new folder called MAIN just under...
View ArticleDynamic Logfile Naming in Visual Studio (2013 in my case)
Hi FolksThis code below works (in a .cmd file, by right-clicking the .cmd and selecting run as administrator):for /F "usebackq tokens=1,2 delims==" %%i in (`wmic os get LocalDateTime /VALUE 2^>NUL`)...
View ArticleWrite Extention For System.Object
can write extention for System.Objectfor example listview1.tag.MyTEstExtention(A)
View ArticleEntityDesignerExtendedProperty not loaded
Hi,Last week I uploaded a patch to the T4Csla Project, And it was fully working, Until I installed EF Tools 6. Now the Extended properties are not called.The same thing happened when I tried to...
View ArticleVSX 2012: Troubleshoot MenuItemCallback in package
HiI have a package which runs fine on my local pc in both debug and as an installed package (danish language / windows 7 64-bit)On another box with US english I can see my options page and the menuitem...
View ArticleVSPackage: create new instance of custom editor without existing file
I probably just need a pointer to a code sample.I have a custom editor that I used the Editor with Toolbox sample as a template. If I create a new text file with the desired extension, it opens nicely...
View ArticleProblem creating sub project from multi project template
Hi guysI've got a multi project template. 3 out of the 4 projects are created successfully. The 4th, an MVC 5 project, always fails with this exception:A problem was encountered creating the sub...
View ArticleAccess the parsed objects in Visual Studio
I just wonder if Visual Studio or Visual C++ providing an API so that I can accessed the parsed objects, such as classes, variables, functions in a .cpp file or .h file? I am using Visual Studio...
View ArticleChange Document's encoding programmatically
I am using MPF (Managed Package Framework) to create custom language service.When I open "File -> Advanced Save Options..." in visual studio for different documents, it shows different encoding for...
View ArticleAre there any good books on Visual Studio 2013 Extensibility?
I would like to learn how to make VSPackage and other extensibility projects for Visual Studio 2013. Even with all the good documentation available on this topic, I have always found it hard to enter...
View ArticleGet the solution folder of a project
Hi there, I got the Project reference of a project in my solution (within my VSX package). Now I delete this project, make changes in the structure and files and re-add this project again. This works...
View ArticleData Deserialization time delay issue on Windows mobile 6.5
Hi,I am developing an application on windows mobile 6.5 ,using (Visual studio 2008). I need to consume data from webservice (Rest Service json format). When i try to download 75000 of records its...
View ArticleVCFileCodeModel CodeElementFromPoint Problem
Hi,Does anyone notice that CodeElementFromPoint can not get the VCCodeClass from exactly the same text point compared to Visual Studio IDE? The details can be represented as below:For given the VC...
View ArticleCustom File Type Icons in Solution Explorer - Part 3
I've already posted a couple of threads (one and two) on this.I have a custom editor for a file type hosted in Visual Studio. I want it to display with a custom icon in Solution Explorer.I can create...
View ArticleVSIX Building multi-project templates
I have a VSIX that is being distributed internally that provides some custom extensions, toolbox controls and project templates. The project templates are setup pretty much following the directions in...
View ArticleCOPY PASTE NOT WORKING
DEAR SIR I UNABLE TO COPY DATA FORM MY PC TO EXTERNAL DRIVE..PLZ...HELP.ME,,PLZ SEND ME PROCIDURE HOW I RECOVERY THIS PROBLEM
View ArticleHow to change/overwrite windows of IDE in addin or package?
I have an add-in for SQL Server Management Studio, I want to capture the command if user clicks on "Execute" button to execute SQL statement and add a button and textblock on the "Execution Plan"...
View Article