Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
12answers
19k views

Has anyone managed to get Visual Studio 2003 running on Windows 7?

Yes, I know... I could set up a virtual machine running XP. Unfortunately our build environment is such that we need to be running VC2003, 2005 and 2008 concurrently and it would be much more ...
11
votes
3answers
18k views

Where to download Microsoft Visual c++ 2003 redistributable

I have an old dll that uses the Microsoft Visual C++ 2003 (7.1) run time package. Unfortunately I don't have that DLL around anymore. Short of reinstalling VS2003, is there another way to get the ...
8
votes
3answers
358 views

Strange C++ syntax

I have 8 years of coding experience, but I have never seen the operator [] passed as a parameter to the function definition. For example, the following code (from an open source project): ...
7
votes
13answers
490 views

Contracting: Accepting a job using older Visual Studio 2003… Career Suicide?

I'm a contract developer and have been for the most part of 14 years. I just took a stateside lead developer role managing a small offshore team of developers. Strike 1 was the environment... lots ...
7
votes
3answers
16k views

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 ...
5
votes
5answers
696 views

Matching va_list types between compilers

I have a project that consists of a bunch of dynamically loaded modules. Originally, everything was always built with MSVC 2003, but lately I've been working on getting it to work with GCC. ...
5
votes
1answer
305 views

Problem passing a reference as a named parameter to a variadic function

I'm having problems in Visual Studio 2003 with the following: void foo(const char*& str, ...) { va_list args; va_start(args, str); const char* foo; while((foo = va_arg(args, ...
5
votes
3answers
973 views

Developing for Sharepoint 2003 using Visual Studio 2008?

Does anyone have experience with developing for Sharepoint 2003 using Visual Studio 2008? I need to upgrade to VS2008 because of Vista issues but need to support Sharepoint 2003 webparts. The ...
4
votes
2answers
79 views

In VS 2003, how to suppress deployment of .NET CF 1.0 every time I debug?

I'm (unfortunately) using VS 2003 to develop for some Windows CE .NET 4.1 mobile devices. The app is written in .NET Compact Framework 1.0 (the OS cannot support any later version of the .NET CF). ...
4
votes
2answers
3k views

Does TFS 2010 support Visual Studio 2003 and 2005 connections?

I have been unable to locate any information on compatibility with Visual Studio 2003 or 2005. I currently have TFS 2010 working correctly with Visual Studio 2008, but we have some developers with ...
4
votes
1answer
129 views

Available options for compiling a large ASP .NET application

I've started working on an existing, large ASP.NET project and I'd love to get some feedback on better ways to organize the project as a whole. This question was somewhat related but doesn't really ...
4
votes
2answers
439 views

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

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 ...
4
votes
3answers
1k views

How to build a solution to target 64 bit environment? [closed]

Is there anyway to build a solution to target 64 bit environment in vs2003? My solution is native c++ not visual c++. Any help would be greatly appreciated. cheers, RWendi
4
votes
6answers
4k views

Omitting XML processing instruction when serializing an object

I'm serializing an object in a C# VS2003 / .Net 1.1 application. I need it serialized without the processing instruction, however. The XmlSerializer class puts out something like this: <?xml ...
4
votes
4answers
734 views

How to setup non-admin development in Visual Studio 2005 and 2003

We have been given the directive to make sure that when we develop we are running out of the administrator and poweruser groups to prevent security holes. What are the steps to take to make this ...
4
votes
7answers
834 views

Is Visual Studio 2003 still available/supported

Pretty much what the title says really. We have some code that is .NET 1.1 based and no real desire to up-convert it. However, we are looking to add developers to the team and they will need copies ...
3
votes
2answers
80 views

How to properly replace global new & delete operators

First of all, there were at least 4-5 topics with a similar topic on SO. I read each of them and I don't feel they really help me with this specific issue. If someone else finds a duplicate question I ...
3
votes
1answer
244 views

Where is the “Publish” operation on Visual Studio 2003?

I've been using the "Publish" operation on Visual Studio 2005 and 2008 (By right-clicking a project under the Solution Explorer and selecting "Publish" on the context menu). Now I was given a ASP.Net ...
3
votes
1answer
1k views

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 ...
3
votes
2answers
880 views

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 ...
3
votes
3answers
10k views

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 ...
3
votes
2answers
773 views

How to detect design time in a VS.NET 2003 control library project

Code below is not working as expected to detect if it is in design mode (VS.Net 2003 - Control Library): if (this.Site != null && this.Site.DesignMode == true) { // Design Mode } else { ...
2
votes
1answer
132 views

“Open with” - C# program shows just icon in Windows “Open With” conext menu

I have a program, MyApp, where I can open a text file, which works great. The application is created in C# with Visual Studio 2003, .NET 1.1. But under the [right-click on file context-menu in ...
2
votes
3answers
110 views

Datagrid in a pop up + when paging, the popup disappears because the page loadsW,

I am showing a pop up with datagrid on it. When i try to go to next page the pop up closes because the page loads. What should i do to prevent the page to load or to not close the popup? BTW, I am ...
2
votes
0answers
41 views

Visual Studio 2003 - Corruption in project - Not displaying project properties

I am using Visual Studio 2003 and I having a strange problem. I have a solution file in which several projects are added. However, due to some corruption, i cannot see the properties of one project. ...
2
votes
2answers
72 views

Is there a way to import/export Visual Studio .NET 2003 settings?

Is there a way to import/export Visual Studio .NET 2003 settings? Especially the IDE level include, reference, library and source files' settings accessible from the Tools/Options/Projects/VC++ ...
2
votes
5answers
826 views

How do you make a .NET executable run as a 32-bit process on a 64-bit OS?

I want to make my .NET application run as a 32-bit process on a 64-bit machine with .NET1.1. The target platform option was introduced in later versions of VS(2005), but I am using VS2003 and .NET1.1 ...
2
votes
8answers
200 views

SQL match on letter and number arrangement without using regular expressions

Is it possible to write an SQL statement for MySQL which finds all rows which match a specific arrangement of letters/numbers without using REGEXP? i.e. SELECT myCol FROM myTable WHERE ...
2
votes
5answers
1k views

How can I configure windows to generate a core dump from an application?

How can I configure windows to generate a core dump from an application? I'm using Win xp, and the application is build with Visual Studio 2003.
2
votes
1answer
890 views

Visual Studio .NET 2003 on Windows 7 hangs on search

So I have Visual Studio 2003 running on Windows 7 - yeah I am aware it isn't officially supported - and no, unfortunately I can't change that situation :-( For the most part it works OK but I have a ...
2
votes
2answers
105 views

Visual studio 2003 web projects

I have a requirement to work on a VS2003 web project. I have VS2008,vs2010,vs2003 installed in my system Other System details are Windows Xp professional version 2 service pack 3. IIS 5.1 When i am ...
2
votes
1answer
111 views

Using pthreads in VS .NET 2003

I'm having some problems with my program in VS .NET 2003. I initially wrote a module that uses the pthread library to create a number of threads to process something. This runs correctly in VS .NET ...
2
votes
3answers
247 views

Visual Studio 2003: collapse all projects upon startup

I have a solution with about 150 projects. When I open the solution, half of them appear to be randomly opened. I want to open the solution with all the projects collapsed. I want to uncollapse only ...
2
votes
1answer
81 views

Visual Studio line deletion

Is there any way in Visual Studio 2003 that I can delete a line without it being copied into the clipboard? There are instances when I want to copy the first line of a block of text and then delete ...
2
votes
2answers
973 views

Why would a .lib compiled in VS2003 fail to link with code compiled with VS2008?

We just had an interesting experience in trying to link a set of code compiled using Visual Studio Express 2008 with a .lib compiled with Visual Studio 2003. All in C++. To be precise, it was the ...
2
votes
3answers
326 views

Visual Studio 2003 vs. Visual Studio 2005

I am personally only familiar with VS 2005 and am working on a project using VS 2003. So I've downloaded the solution to my local drive, opened it and had to fiddle with IIS a bit before it would run ...
2
votes
3answers
336 views

Visual Studio 2003 productivity tips

I have been using Visual Studio 2005 and 2008 for a long time now, but now I'm consulting somewhere that has all ASP.NET 1.1 apps, so I need to use Visual Studio 2003. Can anyone recommend some good ...
2
votes
2answers
330 views

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 ...
2
votes
2answers
165 views

MS Extensions To STL

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 ...
2
votes
5answers
2k views

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. ...
2
votes
1answer
621 views

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.
2
votes
2answers
2k views

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 ...
2
votes
3answers
309 views

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 ...
2
votes
8answers
738 views

What code changes are required to migrate C++ from VS2003 to VS2005?

We are considering moving the win32 build of our cross-platform C++ application from MS Visual Studio 2003 to MS Visual Studio 2005. (Yes, very forward-looking of us ;) Should we expect to many code ...
2
votes
2answers
2k views

Anyone Know a good tutorial of how Crystal Reports for Visual Studio works?

I am stuck building reports that will be generated by a custom application using the Crystal Reports 9.1.5 that comes with Visual Studio 2003. In addition to the editor being one of the most ...
2
votes
7answers
253 views

Moving from vb.NET (2003) to vb2005 What are some of the benefits?

We are changing from vs2003 to vs2005 and use vb as our primary language, I am looking for some of the changes to VB that will be helpful in our ASP.NET development. Can someone point me to a list ...
2
votes
2answers
942 views

Visual Studio 2003 Merge Modules

I am using Visual Studio 2005 to make an install. The application has a dependency on a DLL that was built with MFC 7.1 (from Visual Studio 2003). Are there merge modules for MFC 7.1 or other ...
2
votes
2answers
129 views

VS2003/05 constantly screws up the display - is there any known fix for this?

Running VS2003/05 under Vista makes the former screw up the display at least 50% of the time - you start debugging, VS kicks in and you see the windows/docking panes screwed up, not refreshing, etc... ...
1
vote
2answers
45 views

Can I still target .NET Framework 1.1 in VisualStudio 2010?

I am working with a project which uses .Net Frame V1.1 runs on VisualStudio 2003, Now, I want to run my project in VisualStudio 2010? Can I still target .NET Framework 1.1 in VisualStudio 2010?
1
vote
2answers
177 views

ASP.Net - Transition from Visual Studio 2003 to Visual Studio 2010

we are in process of switching our ASP.Net development from Visual Studio 2003 and .Net 1.1 to Visual Studio 2010 and .Net 3.5. So far, we successfully migrated our back end code and after some fight ...

1 2 3 4