visual-studio-2003 Questions

5

Solved

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...

7

Solved

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.
Enate asked 12/1, 2011 at 18:37

13

Solved

I'm opening a solution that was apparently built on Visual Studio 2003 (not sure, I don't know anything about it) and trying to migrate to 2010. When trying to migrate I get the message: the appli...
Brinson asked 13/2, 2012 at 16:25

9

Solved

When I build a Visual Studio project, the executable is written to the output directory specified in the projects Property Page. I have a project that has some extra files (e.g., .ini file) that a...

4

Solved

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...
Mammal asked 11/3, 2010 at 4:42

16

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 conve...
Caius asked 18/5, 2009 at 18:18

3

I have an ASP.NET web site created with WebMatrix 3. I do have the option in VS2013 checked to use the 64-bit version of IIS Express since I am running on 64-bit Windows 8.1. When I try to launch t...
Holle asked 5/3, 2014 at 7:10

5

Solved

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 r...
Slacker asked 20/10, 2009 at 17:34

1

On a dev machine Vista SP1 with only Visual Studio .NET 2003 SP1 installed - with boost 1.44.0 I have no problem to generate b2.exe and bjam.exe using bootstrap.bat - with boost 1.57.0 I get this ...
Node asked 5/12, 2014 at 16:3

3

My team is currently supporting a 1.1 app and we are installing VS.NET 2003 on Windows 7. We haven't had any issues on the 32-bit machines, but FrontPage Server Extensions are failing to install on...

4

I have a Menu with all sorts of Menu items, as you normally would. Every MenuItem (button) has a caption and I'd like to change that caption at runtime. On a normal button that isn't really a probl...
Hagiolatry asked 17/6, 2011 at 9:3

3

Solved

I have an odd case with Visual Studio 2003. For somewhat legitimate reasons, I have the following hierarchy: class A {}; class B : public A { public: class A {}; }; class C : public B::A {}; ...

2

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?

2

Solved

(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). I'm using Visual Studio .NET 2003 on Windows 7. I hav...
Coughlin asked 18/11, 2011 at 16:58

3

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): bree::...
Allseed asked 24/7, 2011 at 5:57

2

Solved

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). ...
Misbeliever asked 28/10, 2010 at 17:48

5

Solved

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. Everyth...
Superposition asked 29/9, 2010 at 18:31

3

Solved

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 ...
Mesocratic asked 5/5, 2009 at 17:29

2

Solved

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 ...
Goldiegoldilocks asked 16/4, 2010 at 13:47

4

Hi I have an application developed in .NET 1.1 using Visual Studio 2003. I have to add some functionalities to it for which I need Visual Studio 2003 but unable to find it any where. I would really...
Ermeena asked 31/1, 2010 at 6:0

2

Solved

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...
Freezer asked 6/5, 2009 at 16:17

6

Solved

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 ve...
Cirque asked 2/10, 2008 at 21:1

3

Solved

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 ti...

3

Solved

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 webp...
Pedigo asked 28/10, 2008 at 13:4

7

Solved

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 copie...
Russell asked 8/9, 2008 at 16:5

© 2022 - 2024 — McMap. All rights reserved.