| Thread | Last Post | Replies |
|
| Question on Microsoft.VisualStudio.Package source code in VS SDK | 20 Mar 2006 10:25 GMT | 1 |
The MyProject and IronPythonIntegration example projects both import the ProjectBase.Files via the <Import Project="$(ProjectBasePath)\ProjectBase.Files" /> line in their respective .csproj files.
|
| regpkg on Windows XP x64 | 18 Mar 2006 00:44 GMT | 1 |
I have build a VsPackage with VS2005 on Windows XP x64 with "Platform target" set to "x86". The package can be registered with regpkg on Windows XP 32-bit successfully. On Windows XP x64 regpkg stops with error "An attempt was made to load a program with an incorrect format."
|
| How to determine active cfg from native project system? | 17 Mar 2006 19:08 GMT | 1 |
Problem: - native implementation of custom project system - using hierutil7-based hierarchy - want to implement menu commands like 'compile'
|
| VSCT - so much better | 17 Mar 2006 06:41 GMT | 1 |
I want to say I am very much looking forward to this emerging technology. To test it out, I: 1. Converted the Reference.MenusAndCommands sample ctc file to a vsct file.
|
| DpendentUpon | 17 Mar 2006 05:11 GMT | 2 |
Is there any way to specify that one file is dependent on another within the vstemplate file for an ItemTemplate. I'm using the following, but when I add this to my project it doesn't show the vb file being dependent on the ascx.
|
| Add-ins versus packages | 16 Mar 2006 16:15 GMT | 7 |
I have read some web pages regarding this, still it is a little unclear to me. Is is possible to explain the difference, without using too many words? As I understand, add-ins can be written, compiled and sold as-is by
|
| How tu customize the tool window tab menu | 16 Mar 2006 10:52 GMT | 7 |
i have successfully written an add-in as a tool window, and successfully made it appear as a "Tabbed Document". There is a popup menu that appears when right-clicking the tab, it contains items like:
|
| Vss User Access | 14 Mar 2006 16:02 GMT | 1 |
I have just installed teh VSS 6.0d. I want to know how I can give the users access from the Active Directory Domain users wise instead of creating a users in VSS Admin.
|
| VSIP and code gen | 14 Mar 2006 04:04 GMT | 3 |
I am creating a FlavoredProject using the VS.NET v2.0 SDK. I have created a vspackage, which includes a new file type "MRO". This file happens to be an XML file, but will have an associated designer. This single MRO file is responsible for generating 1:MANY code files in
|
| enhanced syntax coloring. | 13 Mar 2006 11:26 GMT | 3 |
I want to make an enhanced syntax coloring feature like Visual Assist X. How can I make it? Thanks in advance.
|
| I cannot post at forums.microsoft.com | 11 Mar 2006 22:43 GMT | 2 |
I cannot post any message at forums.microsoft.com, each time I click the post button I see the edit post page again. If I click the preview button I see correctly the message, but when I click the post button, I see the preview page again. It is happening from one moth ago. I ...
|
| Refactor automation | 10 Mar 2006 02:30 GMT | 4 |
Is it possible to automate the new refactoring engine for C# in VS 2005? I want to write a macro that renames all variables in a document to comply with particular standards. Cheers,
|
| Addin LoadBehavoir | 08 Mar 2006 21:25 GMT | 1 |
In VS2005 I have problem that the LoadBehavoir key is not changing, when I change a "StartUp" option in addin manager. So I can disable an addin startup only in registry directly. Is it known bug? Can somebody check it too?
|
| open document | 08 Mar 2006 21:21 GMT | 1 |
How do I open a file which is not in the solution? Do I have to add a file/document to the <MiscFiles>-project before opening somhow?
|
| HOW TO create a vstemplate zip for an ATL project in VS2005? | 08 Mar 2006 21:18 GMT | 3 |
I am trying to create a new vstemplate project template for an ATL project I have. I like this approach much better than using the older template approach, but I can't seem to get this to work. Here's what I want to do:
|