Visual Studio 2003 is a version of Microsoft Visual Studio. Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.
Questions tagged [visual-studio-2003]
291 questions
0
votes
2 answers
Why are libraries added to linker command line twice?
I have a Visual C++ 2003 project which depends on a 3rd party static library. My visual c++ project also compiles to a static library. I have referenced the 3rd party library from my project by editing the project properties, adding the 3rd party…
Andy Stone
0
votes
1 answer
How to specify /EHa on visual studio 2003
How to specify the /EHa on visual studio .NET 2003?
Under C++ -> Code Generation, I only see the option for /EHsc

Vinícius
- 15,498
- 3
- 29
- 53
0
votes
1 answer
Debug doesn't show code crash point
I used to debug an application some time ago and when it crashed it would interrupt on the crash file code part location, Lately when debugging it, it crashes, but when it interrupting it only show the disassembler, is it some configuration? I'm…

Vinícius
- 15,498
- 3
- 29
- 53
0
votes
0 answers
Debugging two different programs from two different Visual Studios
I have two Windows console programs, one was developed in C++ VS2003 and the other one in C# VS2010. The C++ program calls the C# program.
I'd like to debug both using two Visual Studios without having to stop in the middle of 1st program, then…

M.Ridha
- 483
- 1
- 6
- 21
0
votes
2 answers
Open .aspx file in design view in VS 2003
I am using .NET Studio 2003 and Framework 1.1 for designing a Wen Application. I tried to include css and js files using the following lines of code. But after putting this lines VS dosen't allow me to view aspx file in design view. Showing alert…

Dharmesh
- 943
- 4
- 15
- 26
0
votes
0 answers
Visual Studio 2003 IDE crashes on Windows 7 while deploying Smart Device Application
I am working on a Windows 7 32 bit development PC. I have to support a Compact Framework 1 smart device application running on Windows CE devices. Visual Studio .NET 2003 builds the application fine, but when it comes to deploying it on a device for…

Rumi
- 1,290
- 1
- 11
- 17
0
votes
3 answers
Error when trying to zip files VB.NET 2003
I have to make a simple zip file using Visual Studio and VB.NET 2003.
After some googling I got to this page: http://www.digioz.com/tutorials/zip_unzip_vbNET/Zip_and_Unzip_VB_NET_1.html wich basically provides me 3 DLLs with classes that are ready…

gabsferreira
- 3,089
- 7
- 37
- 61
0
votes
1 answer
Going from 32-bit to 64-bit
Specifics:
VC++ 7; Program works on XP, but crashes on Win7; developed using VS2003.NET (old I know but it's what I have to work with and it works fine thank you very much)
I've got a program that runs great on XP (32-bit). However, I've recently…

redhotspike
- 1,056
- 5
- 17
- 39
0
votes
1 answer
File or assembly name ImageHandler, or one of its dependencies, was not found
Tool: Visual Studio 2003 Enterprise Architect , ASP.net WebForms 1.1
Language: C#
Hello Guys,
I'm trying to implement IHttpHandler for the first time ,I thought I was going ok,but it's not.
My gridview was not showing Image ,I used Img tag and used…

DayTimeCoder
- 4,294
- 5
- 38
- 61
0
votes
2 answers
VS 2003 CrystalReports - details section issue
I have 2 detail sections on my report (details a and details b).
Fields in both sections can grow up to 10 lines.
How do I force the Crystal Report to print both sections on one page?
Currently the report on bottom page print section "details a",…

SelvirK
- 925
- 3
- 18
- 42
0
votes
2 answers
Reassociate file types with Visual Studio 2003
I have a dual setup development machine with Visual Studio 2003 and 2005.
How can I restore the original file associations to Visual Studio 2003?
Everytime I try to open up a *.cs file it opens it with 2005 when I want it to default open up in…

Makach
- 7,435
- 6
- 28
- 37
-1
votes
3 answers
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…

Cute
- 13,643
- 36
- 96
- 112
-1
votes
1 answer
How to upgrade from .net framework 1.1 to .net framework 2.0
I am working on a old project with .net framework 1.1, it used visual studio 2003 and connected with IIS, I want to upgrade the project to .net framework 2.0 to use some nuget package, How can i upgrade to .net framework 2.0?

Reborn
- 7
- 3
-1
votes
1 answer
Visual studio 2003 solutions to Visual Studio 2013 solutions
My question is about the different versions of Visual Studio and an effective way to update the web applications or websites that were created in visual studio 2003 to visual studio 2010 all to visual studio 2013. Most of the solution files on the…

S Decker
- 11
- 3
-1
votes
1 answer
how to modify app.config for visual studio.net 2003, .NET 1.1
Dim config As Configuration = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None)
config.AppSettings.Settings("test").Value =…

Kung
- 33
- 5