visual-studio-2003

What should I look out for when migrating a project from VS2003 to VS2005

In the very near future I'll be migrating some web applications from VS2003 projects to VS2005 projects. What should I watch out for? Anyone done this in the past and have it go bad? How much time should I expect it will take to migrate a project? I know this is more than one question, but please provide your experiences with anythin...

[Visual Studio 2003] Setting environment variables in pre-build event and using in compilation step

In Visual Studio 2003, I am trying to set an environment variable in the pre-build event that will then be used in the compilation step, but the value doesn't seem to be propagated. For example, if the pre-build event contains this (either directly or within a batch file): set MY_LIB_VERSION=1.0.0 and AdditionalIncludeDirectories has...

Visual Studio 2003 - opening ASP.NET project - getting "The operation timed out" error message

Occasionally, when I open a visual studio 2003 ASP.NET project it seems to spend forever loading up then finally displays the following error message: "The web server reported the following error while attempting to create or open the web project located at the following URL: http://localhost/myprojectname. The operation timed out." An...

Integrating Diff Tools With Visual Studio 2003

I found a great article on integrating different diff and merge tools with Visual Studio 2005 and 2008: http://blogs.msdn.com/jmanning/articles/535573.aspx. Does anyone know how I might integrate a tool like KDiff3 in the same way with Visual Studio.Net 2003? I would like to have KDiff3 be the default diff tool when I use the "Compare V...

How to give a .net 1.1 dll a strong name in VS2003

I have a .net 1.1 dll I need to digitally sign for a legacy project. I have created a .snk file. What steps must I take in Visual Studio to apply the signature? Edit: Found this http://www.robrich.org/archive/2006/11/29.aspx ...

Refactoring plug-in for Visual Studio 2003

Are there any free refactoring tools available for Visual Studio 2003? ReSharper seems to require a license key. ...

How to debug a Word Add-in (.wll) in VS 2003

I am trying to attach to Word and set break points in the C++ (MFC) source code that I have just gotten access to. I have never done this before and hope that I have omitted some simple step. So far I have been able to: Compile the source code in VS (this produces .obj files and a .pdb file, but no .wll file which is confusing) Attach ...

how to highlight the rdl projects xml view in VS2003?

i never worked with Reporting Services in the past and i notice that the XML view of the Rdl projects does not offer a syntax highlighting in VS2003 its all plain text does someone knows how to enable this? Thanks, Oscar ...

Can I use VS2005 to build extensions for a Python system built with VS2003

RDFLib needs C extensions to be compiled to install on ActiveState Python 2.5; as far as I can tell, there's no binary installer anywhere obvious on the web. On attempting to install with python setup.py install, it produces the following message: error: Python was built with Visual Studio 2003; extensions must be built with a compiler...

How to set a windows form's AcceptButton to None at run time.

Hello. To set a form's AcceptButton at runtime, I'm doing this: this.AcceptButton = this.btnButtonName; But can anyone tell me how to clear the form's AcceptButton, something like: this.AcceptButton = None; Thanks. ...

Converting Visual Studio 2008 project to 2003

Very blunt and to the point, but does anyone know how to convert a visual studio 2008 project to visual studio 2003, I'm meant to be delivering some stuff to a client and they only work in 2003. Sorry someone makes a very good point, what language, C# is the answer. I've done a bunch of searches on Google and tend to only come up with ...

Where is the 'Autos' view in msdev 2005 ?

When debugging in msdev 2003, there is a very convenient 'Autos' window that show vars and values around currently-executed line. I cannot find anything similar in msdev 2005. Is it dead? ...

Not able to create Web application in Visual studio 2003

Hi... I am not able to create new web application through Visual studio 2003. when i am trying to create web application i am getting an error like "Cannot find the components for communicating with the FrontPage server extensions". Bu at the same time i can create windows application. Please help me on this... ...

MS Extensions To STL

Hi all, If this is a "Google Is Your Friend" question, I apologize in advance. I've searched but perhaps I've been using the wrong terms for searching. Can anyone point me to any sort of introductory document on the STL extensions which MS provided with Visual Studio 2003? I believe the libraries were licensed from Dinkumware and I'v...

How to create a folder under %allusersprofile% during Setup with VS 2003 Setup Project?

I need to create a folder under "%allusersprofile%/Program Data" during the install process. The Setup file is created with VS 2003 setup project, and in it you can use several Known Folders... but as I see none maps to %allusersprofile% or "%allusersprofile%/Program Data". I thought that creating a "Custom Folder" (within VS Setup Pro...

System.BadImageFormatException: How to fix .NET version mismatch?

I wrote a dll in VS 2005 that will be loaded by another program that was developed in VS 2003. When that program tries to load my dll, it throws a System.BadImageFormatException: The format of the file 'Foo.dll' is invalid. I searched SO and Google, and it seems that the different version of .NET is the culprit. My question is: How do I...

How to inspect XML streams from the debugger in Visual Studio 2003

Hi All, I've got to edit an XSLT stylesheet, but I'm flying blind because the XML input only exists fleetingly in a bunch of streams. I can debug into the code, but can't figure out how to get the contents of the streams out into text I can look at (and run through the XSLT manually while I'm editing them). The code is part of a big ol...

Conversion Problem from VS2003 to VS2005?

Hi I am trying to convert a project from vs2003 to vs2005.after conversion completed some include headerfile.h statement missing and generates include "serialize" .how to fix this.even i copy and paste.it prompts for the source would be modified outside the environment msg appears. what can i do to fix this any idea??? Thanks in advance...

Visual Studio 2003 pre build script can't find 'svn' command

I'm using a script to get the subversion head revision number from a subversion repository derived from the script found at http://blog.guymahieu.com/2008/06/09/getting-the-svn-head-revision-number-from-a-windows-batch-file/. The script works fine when called from a normal command line, but when calling the same batch file as pre-build-e...

How to Mix different compiler versions programs in visualstudio:?

HI our total project had Built on vs2003.earlier they have used SQLDMO in teheir project.Now we have palnned to use SQLSMO instead which must have .NETFRAMEWORK 2.0.But as of my knowledge vs2003 runs under .netframework1.1. Now my question is how to mix these two. my thinking is in my machine i have alresdy .NETFRAMEWORK 2.0 inst...