| Thread | Last Post | Replies |
|
| DDEX for Compact Framework? | 28 Feb 2006 07:52 GMT | 20 |
I've been pretty frustrated with the lack of response over the last few months over at forums.microsoft.com regarding the DDEX portion of the VSIP SDK, so I thought I'd give the newsgroups a try. I've managed to put together a VS2005 data designer extensibility project
|
| Long running macro in .NET 2003 causes odd error message... | 27 Feb 2006 19:53 GMT | 4 |
I have a very long-running macro for .NET 2003. In essence, it traverses every code file in my solution and uses the code dom to do some analysis and refactoring work. It will run for quite a long time without issue. However, after a long enough run, I get the error
|
| VS2005: link macro to solution? | 27 Feb 2006 16:57 GMT | 2 |
Can macros be embedded within regular solutions? I have a macro which responds to the DocumentSaved event and alters the generated code for a strongly typed dataset. I only want it to run in one solution. Also, it would save developers having to install the macro manually if it ...
|
| Launching a fileless editor without using VsHierarchy? | 24 Feb 2006 09:02 GMT | 10 |
I have developed a package that includes a toolwindow that shows various objects. I want to be able to create/edit these objects. They are not files and I do not wish to register any type of file extension for them. I have already implemented a treeview and would like to avoid ...
|
| Batch compilation | 23 Feb 2006 10:53 GMT | 1 |
is it possible to convert VS 7.1 solution into VS80 solution using script? devenv xxx.vcproj /build release complains that the solution is from 7.1 Thanks,
|
| IVsSolution::GetUniqueNameOfProject returns E_FAIL | 23 Feb 2006 03:43 GMT | 10 |
I'm getting an intermittent E_FAIL error from IVsSolution::GetUniqueNameOfProject. I'm implementing a custom project system based on the MyC unmanaged sample project. It all works fine, except when I try to automatically add source
|
| Error dialog on when building custom project file, VS 2005 Prof | 20 Feb 2006 19:03 GMT | 2 |
I have a custom project file type for a language I'm integrating with VS using the MPF. When I build a project based from this template within the IDE I always get an error dialog "Value does not fall within expected range" after the build completes successfully. If I run MSBuild ...
|
| Item template, standard file based editor and custom tool (2) | 20 Feb 2006 12:33 GMT | 1 |
I'm developing an open source public domain product called Stored Procedures Class Generator I plan to publish at Code Project. This product generates one class per stored procedure in a SQL Server 2000/2005 database. It includes an item template, a standard file based editor, ...
|
| Item template, standard file based editor and custom tool (1) | 19 Feb 2006 16:29 GMT | 1 |
I'm developing an open source public domain product called Stored Procedures Class Generator I plan to publish at Code Project. This product generates one class per stored procedure in a SQL Server 2000/2005 database. It includes an item template, a standard file based editor, ...
|
| Item template, standard file based editor and custom tool (4) | 19 Feb 2006 15:49 GMT | 1 |
I'm developing an open source public domain product called Stored Procedures Class Generator I plan to publish at Code Project. This product generates one class per stored procedure in a SQL Server 2000/2005 database. It includes an item template, a standard file based editor, ...
|
| Visual Studio 2005 'Visualisers' hide structure details. | 16 Feb 2006 23:47 GMT | 4 |
The visualisers in the new version of devstudio are great, except I still need a way of accessing the underlying structure. I'm a C++ developer, not a VB one. I can handle seeing my safearrays full of cDims and rgabounds.
|
| Automatic Parser and Class Generation Add-In | 16 Feb 2006 09:06 GMT | 1 |
I post a new message because I am novice in Visual Studio Add-In and I cannot found any help to do what I need, except standard samples to create a item in menu that lunch a command. I am building a data access framework and I would like to create an Add-In
|
| An error has occurred (requesting PLK) | 15 Feb 2006 05:15 GMT | 3 |
Perhaps this is my problem. I just tried requesting another PLK for another package. I tried 3 times to submit the request and got "an error has occurred, we're sorry for the inconvenience" each time. When I hit the back button the 4th time, it said my package load key request ...
|
| Where is IVSMDCodeDomProvider? | 14 Feb 2006 17:59 GMT | 5 |
I'm writting a Custom Tool in C# for VS 2005 by implementing IObjectWithSite and IVsSingleFileGenerator. I based my code on the gotdotnet BaseCodeGeneratorWithSite sample which I'm trying to migrate to VS 2005 with no success. My problem is I cannot find the assembly that ...
|
| Tool Windows, Custom Editors, and VSIP | 13 Feb 2006 10:42 GMT | 6 |
I'm trying to create a VS add-in that loads data from a web service. There is one primary tool window that has a list of projects (in a treeview). Double-clicking one of these issues brings up another window with a list of bugs. Double-clicking on one of these bugs brings up yet
|