Which COM shim wizard version should I use with VS 2008 and Office 2003
On the download page for 2.3.1 it only mentions compatability with Office 2007. I tried installing v2.0 but I couldn't see the wizards in the project types. ...
On the download page for 2.3.1 it only mentions compatability with Office 2007. I tried installing v2.0 but I couldn't see the wizards in the project types. ...
I would like the line of code where the cursor is currently positioned to have a different background color (like in UltraEdit for those who know it). Is this possible? EDIT: I'm coding in C++ so ReSharper does not seem to apply (correct me if I'm wrong). I'll give "Slickedit Gadgets" a try (free, unlike "Slickedit" itself). Cheers! ...
Edit: Basically what I need is for visual studio to always rebuild all when I hit debug. I'm currently using visual studio to compile my assembly programs, using MASM and in general it's working fine. However I've run into an annoying issue: If I include a file (say, a file with functions) like this Include functions.inc and comp...
Why when I watch the build output from a VC++ project in VS do I see: 1>Compiling... 1>a.cpp 1>b.cpp 1>c.cpp 1>d.cpp 1>e.cpp [etc...] 1>Generating code... 1>x.cpp 1>y.cpp [etc...] The output looks as though several compilation units are being handled before any code is generated. Is this really going on? I'm t...
Hi, Do you know if there is any add-in for Visual Studio, that shows the content of any DataTable in a nice way when I hover on the relevant variable in Debugging? ...
I want to put a variable in a aspx so when publishing it transform to actual date... I mean I want to change Actual date: 23/12/10 for Actual date: $date and when it compiles it gets rendered ...
I'm about to start a new project and want some advice on how to implement. I need a web application which contains a booking module for reserving timeslots, and a time management module which will enable employees to clock in / clock out. If I am writing an update to the time managment module, I don't want to disrupt the booking engin...
I have a web application project that I'd like to be able to branch and develop on a totally separate IIS site and not have to keep editing the vbproj IISUrl setting each time I do it. I have tried adding an import of some standard properties so I can maintain them outside of the WAP file but when I reference them in the element it does...
In which cases of Visual Studio 'Edit and Continue' feature do i have to rebuild / restart the project (otherwise the changes don't influence the running process) ...
In one class I have a library project with a file class1 with namespace : solution.Class1 and i have another class library project in the same solution with a file class2 with namespace : solution.Class2 How i get objects from solution.Class1 namespace in class2 file ? It is not visible. ...
Hi, I have a commandbar model which automates powerpoint. i recently faced a strange problem that when powerpoint is opened through my application, and the data is being loaded through my application to populate the menu, if a user right clicks on powerpoint i get the error message: "Call was rejected by callee powerpoint" how do i re...
I am using the ViEmu plugin for VS2008. I was wondering if there is a way to set a macro in the .viemurc file, so I don't have to redo it every time I start up VS. I know that it can be done in regular Vim via: :let @s="0ftwwy$bp" This will set a macro on register 's' for example. Doing the same in .viemurc so far just got me an er...
Is there a way to add custom HTML validation schemes to Visual Studio? If so, is there a resource to download schemes? Note IE6 validation is there as a painful reminder ...
I have CruiseControl.net running Visual Studio (2005/2008 - using devenv.com) as we need to build deployment projects (.vdproj). At times, for various reasons devenv decides that even though it was run from the command line, using the devenv.com varient, it still wants to put up a dialog box. Now, as it's running under CruiseControl.ne...
In Crystal Report Designer in VS 2008, I can go to the crystal reports menu, report, Selection Formula, Group and enter a filter formula to filter on a group level. This means I can filter to only show records for a certain account, but my group levels show the totals for all records, which is what I want. However, when I come to add my...
Hi all, This has been sort of an annoyance for me for a while. I make pretty heavy use of partial views in MVC, and am using Visual Studio 2008 to develop. The problem is that when I give html elements a class in a partial view (<div class="someClass">), it will underline them in green like it doesn't know what they are. I realize this...
Update: Last night, I decided that this is just too much work to change the folder where some reports are saved. My work-around here is to rename the folder, run the batch job I need done, and then change the folder name back to what it was originally. I feel like I could spend the rest of today and all of next week working on this and...
I just learned about $exception in the VS.NET watch window for .NET yesterday. This shows the current exception that has been thrown and is a big time-saver in not needing to find the little exclamation point icon and hover over it. What other special variables are there in the watch window? (Note: this question is about .NET, not C++....
Hi, How do I confirm that SP1 for Visual studio 2003 is installed on my machine. My About box in VS2003 dev environment shows SP1 for MS .net framework 1.1? How do I confirm for VS2003? ...
I have created a UserControl that has 3 panels. What I what to do is expose one of the panels to the Visual Studio designer so you can drop controls inside that panel. Currently I have the UserControl on a form but dragging say a text box over it will have the text box paint over the UserControl and not be a part of the user control. ...