| Thread | Last Post | Replies |
|
| Package load key troubles | 28 Apr 2006 08:32 GMT | 1 |
Hello. I developed a VSPackage and now would like to deploy it on two or three test machines, without having to install the entire VSIP SDK. I registered on the VSIP Affiliate website and got a package load key, but unluckily all my attempts to load it with the /noVSIP switch have
|
| Abstract Syntax Tree | 27 Apr 2006 19:57 GMT | 4 |
I's starting a new project at my university for design pattern detection. I'd write a VS2005 Add-In but i need to access the abstract syntax tree used in visual studio (if avaible). Do you know if it is possible? thanks
|
| Running Document Table | 27 Apr 2006 04:12 GMT | 3 |
If I am going to edit a file that exists in my project through a *modal* interface such as a wizard, and I find it is not in the Running Document Table, is the 'best practice' approach that I should still load it into the RDT and then edit it, or can I just edit the file directly ...
|
| Custom Debug Output Window | 26 Apr 2006 08:14 GMT | 2 |
Dear Sir or Madam, in order to being able to better debugging matrices (e.g. 2-dimensional) is there a possibility to create an own custom debug output window like an own kind of quick watch?
|
| Adding Bindingsource to project | 24 Apr 2006 23:14 GMT | 1 |
I am trying to add a Bindingsource to my project by means of EnvDTE.Project from my addin. (VS 2005) Any ideas on how to do that ? Martin Stave
|
| Obtaining object information | 24 Apr 2006 13:38 GMT | 2 |
I'm trying to find a way to get object information very similar to what can be found in the object browser. I found the SVsObjBrowser service, but all you can do with it is have it navigate somewhere... you can't ask it for infomation. UIHierarchy (class view, solution explorer)
|
| Are Generic Types possible with CodeModel / FileCodeModel? | 24 Apr 2006 08:54 GMT | 3 |
void MyFunc(CodeClass2 cc, string EventName) { CodeFunction cf = cc.AddFunction(EventName, vsCMFunction.vsCMFunctionSub, vsCMTypeRef.vsCMTypeRefVoid, -1) cf.AddParameter("Sender", vsCMTypeRef.vsCMTypeRefObject, -1)
|
| How do I add to a form's ImageList from an add-in? | 21 Apr 2006 10:39 GMT | 4 |
I have a package that needs to add a set of images to an ImageList on a form in the current project. This would involve updating the InitializeComponent() section of the form in the *.designer.cs file and also adding the image data to the form's *.resx file. Is there a way
|
| IVsUIHierarchyWindow.ExpandItem availablility (fails during OnAggregationComplete) | 21 Apr 2006 04:14 GMT | 5 |
I have a project subtype using the MPF, and I am trying to bold an item in the hierarchy. If I call IVsUIHierarchyWindow::ExpandItem during the OnAggregationComplete method, it fails.
|
| IVsSingleFileGenerator Generate method call | 19 Apr 2006 17:29 GMT | 3 |
In my Visual Studio I have a VS plug-in for editing XML schema definition files (.xsd) and a VS plug-in for generating .cs files from .xsd files. This is achieved by using the Custom Tool Property of the xsd files that are part of the project. When the "Run Custom Tool" context ...
|
| debug excel add-in in vs.net 2003 | 18 Apr 2006 23:33 GMT | 2 |
I'm a beginner of office development, I'm trying to develop a add-in of excel with vs.net 2003, but how can I start excel by F5 in vs.net, so I can set break-point in vs.net and debugging. thx.
|
| Data sources in miscellaneous project system | 18 Apr 2006 01:57 GMT | 8 |
Can the Data Sources window be used with the 'miscellaneous' project system? I am rehosting a modified windows form designer so that it is registered with the miscellaneous project system; that is, I have created an VS editor with a user control that hosts the Windows Form ...
|
| Invasiveness of the VSIP SDK | 15 Apr 2006 22:06 GMT | 1 |
I can't help noticing that merely installing the VSIP SDK on a computer with Visual Studio installed causes Visual Studio to display the text "A VSIP license is required to use this version of Microsoft Visual Studio". This despite that fact that no Visual Studio add-ins have ...
|
| Question on Managed Package and CTC file... | 13 Apr 2006 00:45 GMT | 2 |
I have created managed package, added a ctc file, set it's build action to ctcFile but how does this now get build and or merged into my package assembly..?? i can see that works when i create a new project using the wizird.. but how
|
| Problem with 2005 - RegisterLibMgr | 12 Apr 2006 22:32 GMT | 3 |
I'm try to, using the Managed C# SDk, to create a library... but i'm getting the errror 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
|