| Thread | Last Post | Replies |
|
| Publish via Batch | 28 Aug 2008 14:54 GMT | 1 |
I'm looking to try automating our deploys. I have just about everything except for making Visual studios publish the way the GUI does. Basically my company has a lot of security measures in place and a lot of the developers do not have access to production environments. This ...
|
| Properties window and UITypeEditor | 21 Aug 2008 16:00 GMT | 2 |
In Visual Studio 2008 I am creating a C# class that defines a property that uses a Modal form for a UITypeEditor. Everything works fine with regards to having the ellipsis show up in the Properties window in the editor and being able to edit the value. I was wondering if there is ...
|
| Issue with regular expression in VS2008 Macro | 15 Aug 2008 10:56 GMT | 15 |
I've been working on a macro for several weeks now (VS2008 on Vista Ultimate) that is designed to open every file in a Visual Studio solution and inserts custom "trace" commands into every function and every "catch" block. Currently, I use a regular expression that searches ...
|
| Error 80131534 when loading addin | 13 Aug 2008 22:59 GMT | 2 |
I'm creating an addin for Sql Management Studio (yes i know it's not supported), and it has worked fine for a very long time (over 8 months) until a couple of days when i started getting "Error 80131534" when starting SSMS with my addin enabled.
|
| How to build project ? | 10 Aug 2008 23:31 GMT | 1 |
I need to do this thing with help of macros: 1. compile one *.cpp file 2. do some *.bat action 3. build project.
|
| Import projects from one solution into another via VS macro | 09 Aug 2008 10:49 GMT | 4 |
I am wondering how to go about writing a macro which allows specifying a source & destination solution (VS 2008) which would then "import"/add all projects in the source solution into the destination solution. I am stumped with this as I cannot see how to obtain a reference to a ...
|
| how do I connect to a specific instance of Visual Studio using automation? | 05 Aug 2008 22:45 GMT | 2 |
I have several Visual Studio 2005 instances running, and I need to connect to one of them using C#, how can I do that? Thanks.
|
| DSL with fixed ports per element | 05 Aug 2008 09:28 GMT | 1 |
I'm looking to model data processing - with data sources, sinks, processors (both a sink & source) and a few more complex components (e.g. a quality filter which has a normal output and a "rejects" output). Not the most original of problems, probably been invented 10 times ...
|