| Thread | Last Post | Replies |
|
| Compiling VSIP project | 20 Jul 2005 22:14 GMT | 2 |
Is a machine that only serve for compiling a VSIP project (and not developing on), must have the VSIP installed on? Is there a possibiliy only to provide required dlls? Thanks,
|
| VS 2005 Add-in fails to start | 20 Jul 2005 22:11 GMT | 1 |
I generated a new Addin in VS 2005. After recompiling and starting with F5 VS loads again and shows the new menu entry in the Tools menu. If I select that menu entry, the VS JIT Debugger pops up with the following message: "An unhandled win32 exception occured in devenv.exe [2468]"
|
| Getting a reference to IvsSolution | 20 Jul 2005 19:44 GMT | 1 |
i need to create a new project using the IvsSolution.CreateProject method. to get a reference to IvsSolution i am using: IVsSolution solvin = (IVsSolution)GetService(typeof(SVsSolution)); however when i debug i find that "solvin" is set to null even after the
|
| VS SDK for June CTP install | 20 Jul 2005 10:54 GMT | 2 |
How do I install VS SDK for June CTP? Or it's meant to just replace files in installed VS Beta2 SDK?
 Signature Oleg Tkachenko [XML MVP, MCAD]
|
| ANN:VS Extensibility pre-conference session at PDC | 20 Jul 2005 06:56 GMT | 1 |
Visual Studio Extensibility day at PDC The VS Extensibility team will be providing a pre-conference session on Monday September 12 at the Professional Developer's Conference in Los Angeles. This 6 hour pre-con is a modified version of the VS Extensibility
|
| Best way to disable package? | 20 Jul 2005 03:33 GMT | 6 |
I'm trying to create a trial version of my package, and I wanted to get some guidance on the best way to disable my package when the trial has expired. Currently I detect a trial expiration and install a default OleMenuCommand for every one of my package's commands that simply ...
|
| Pocket PC | 18 Jul 2005 21:12 GMT | 1 |
hi, Is it possible to develop applications for Pocket PC in Visual Studio 2003 in C++ without Compact Framework? Thanks Regards
|
| launching a fileless editor | 17 Jul 2005 03:51 GMT | 7 |
I ran across old postings by Lee Nowotny on how to launch a fileless editor. I have a very similar situation and need to open an editor (preferably the built in Xml Editor) on a buffer in memory, and then when the user exits, save the contents back into my custom storage.
|
| Managed extensions for older VS | 15 Jul 2005 22:24 GMT | 3 |
is it possible to make managed extensions created in VS 2005 working in older versions VS 2003, 2002? I'm trying to do this with Project sample included in VSIP 8.0 and VS2003, it has registered properly, but while trying to create the project VS says
|
| ANN:New downloads on the VStudio/Extends download page | 15 Jul 2005 22:19 GMT | 11 |
All, the VS 2005 SDK team has updated the download page for VS Extensibility, available off of http://msdn.microsoft.com/vstudio/extend The page has been reorganized with all content tagged to a release. So all
|
| Add-in migration VS 2003 -> VS 2005 | 15 Jul 2005 09:16 GMT | 7 |
I have to migrate a VS Add-in to VS 2005. I have the June CTP installed. Some Questions arise, for which I can't find answers anywhere. 1. How does it work to show a custom bitmap in a toolbar? Is it with the resource dlls in the language code subdirectories like in VS 2003? Is ...
|
| Specify default tool window location | 15 Jul 2005 04:05 GMT | 5 |
How can I specify where my tool windows will be displayed by default after a clean install of my package? For example, I'd like one of my tool windows to start up in the same tab group as the Project Explorer and I'd like another tool window to start up in the bottom tab group ...
|
| Controlling VStudio from another process | 14 Jul 2005 22:45 GMT | 2 |
I have a project where we want to use the Visual Studio Automation model to control visual studio from another executable. Basically we want to click a button and luanch visual studio then create a new project and modify that project. I've done stuff with VSIP in the past, but ...
|
| Opening html page within web browser of VS IDE | 14 Jul 2005 21:24 GMT | 1 |
I created an addin itools menu and I want when a user clicks on it, it should open an html page in the web browser within visual studio itself ( as dynamic help works)....How can I do that??? I would appreciate any type of help.
|
| Errors in ProjectSubType sample app | 14 Jul 2005 09:03 GMT | 6 |
Hello, I'm getting various "System.NotImplementedException was unhandled" errors when running the c# ProjectSubType sample. I'm working on implementing a custom project type myself but considering that even the samples shipping with VSIP are raising errors I'm somewhat concerned ...
|