| Thread | Last Post | Replies |
|
| VSIP - Add Project Refrence Problem | 28 Dec 2005 21:17 GMT | 1 |
We have created a VsPackage which allows us to add a Custom Project Type in VS.net 2005. When this project type is built, the output generated is a managed interop assembly. Now we need to add a reference to this project type from other .Net projects (for instance a C#
|
| Toolbox integration with a tool window? | 28 Dec 2005 01:27 GMT | 3 |
To be a target / consumer of existing toolbox functionality in VS, does my window have to be a document window or will it work for a tool window as well? Thanks, Notre
|
| PLK Hell!! | 25 Dec 2005 07:18 GMT | 1 |
Whom do we contact when we have problems with the PLK that was issued to us. We can't make it work. Is there someone monitoring here from MS that can help? I wrote VSIPInfo@Microsoft.com about the issue 10 days ago and still have not had a response. This is holding up the release ...
|
| Extending VS for deployment | 24 Dec 2005 04:56 GMT | 1 |
I am taking my first steps into the 'VS 2005 automation world' in order to programmatically create VS solution with a predefined layout (project contents). It is going rather well when using the VS project template
|
| DTE.Documents.Open method not documented | 23 Dec 2005 13:18 GMT | 4 |
I was unable to find documentation for the "DTE.Documents.Open" method in msdn! Is this the method to invoke if i want to open a new file in the environment?? (the file is not necessarily a solution item, i want to open an xml file in
|
| BUG: IVsTextViewEvents.OnChangeCaretLine isn't called upon pressing ENTER ? | 23 Dec 2005 01:44 GMT | 8 |
I've just run into a problem which seems to be caused by the fact that VS doesn't call my IVsTextViewEvents.OnChangeCaretLine callback when the user presses Enter and thus moves the caret to the next line. In my opinion, this is
|
| Placing my toolwindow in the main document area | 22 Dec 2005 22:51 GMT | 1 |
I would like to place my toolwindow in the same MDI area as where documents live (e.g. this is what the Start Page does in VS 2005). I plan to use the ProvideToolWindow attribute to set placement of my toolwindow. What guid would I specify (and if anyone knows, is there a ...
|
| creating new addin in vstudio 2003 | 21 Dec 2005 13:39 GMT | 4 |
when creating a new extensibility addin for vstudio 2003 using the wizard the code generated does not add a "Command" to the 'Tools' "CommandBar" i tried getting the controls count for the "CommandBar" object indexed by "Tools"
|
| vstemplate error | 15 Dec 2005 18:42 GMT | 3 |
I have implemented a vstemplate to create a new project type. When I select the template under my project type I get and error stating that it tried to load an untrusted component and references my vstemplate assembly. This is the error I get in the application event log:
|
| Macros and formatting More Info provided | 14 Dec 2005 19:33 GMT | 1 |
I can't be sure without a concrete example, but it sounds as if the auto-formatting done by the editor is messing up your results. What language are you using? VB is especially susceptible to this because it auto-formats very aggressively. Maybe you can get the results you ...
|
| VS .NET 2003 automation samples not available | 14 Dec 2005 15:40 GMT | 1 |
Hi, I wanted to experiment with developing an Addin of my own for the 2003 .NET ide. The documentation stated there were samples on the installation dvd.
|
| IVsWindowFrams.ShowNoActivate doesn't seem to work | 14 Dec 2005 08:00 GMT | 4 |
I'm having a problem with IVsWindowFrame.ShowNoActivate function in VS 2005 Final. I'm trying to use it in order to show the document window without transferring focus to it, but it doesn't work as expected.
|
| New designer only for classes that have specific attributes | 13 Dec 2005 23:54 GMT | 1 |
What is the easiest way to implement an additional designer that works in combination with the C# code editor like the Form/UserControl designers do? I want to make a VSIP Package that detects if C# classes have some specific attributes and represents these classes visual using ...
|
| How to decipher an IDE variable/macro i.e. $(BLAHBLAH) | 10 Dec 2005 10:04 GMT | 1 |
My program needs to read the debugging Command property from project properties and translate it to something else (for remote debugging). By default the Command is set to $(TargetPath). How do I get the absolute path of macros like this? Is there an API I can use?
|
| IvsMonitorSelection.GetCurrentSelection returns Interface not regi | 09 Dec 2005 08:14 GMT | 13 |
My package is using IvsMonitorSelection.GetCurrentSelection. In some cases, the call to IvsMonitorSelection.GetCurrentSelection returns the following: Interface not registered (Exception from HRESULT 0x80040155) In other places in my code, this works without a problem but it ...
|