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
1 answer
Read a matrix from a binary file
I'm trying to read two matrix from a binary file (256x256x2) but couldn't do it without iterating 256x256x2 times which takes too long. For now I just want to check the data and make sure it's corect (not only zeros). This is what I have:
Dim msg As…

Molx
- 6,816
- 2
- 31
- 47
0
votes
1 answer
Installing - microsoft visual c++ 2003 redistributable package - Getting Error
When I'm trying to install "microsoft visual c++ 2003 redistributable package" getting an error "The upgrade patch cannot be installed by the windows installer service because the program to be upgraded may be missing,....." error message.
How can I…

Jobi
- 1,102
- 5
- 24
- 38
0
votes
1 answer
Installing TFS for VS2003
I have VS2003 SP1 .Net 1.1 installed on Win7 64 bit machine.
I installed the Visual Studio Team Foundation Server MSSCCI Provider (64-bit).
When I start VS, goto Tools > Options > Source Control, TFS is not available.
The order of install was
-…

larryr
- 1,536
- 3
- 17
- 27
0
votes
1 answer
using ELMAH with visual studio 2003
I am trying to use Elmah with Visual Studio 2003, ASP.NET 1.1 (Legacy Application). When i try to add a refernce to Elmah.dll, VS 2003 throws an error which looks like as below:
Configuration Error
Description: An error occurred during the…

Baahubali
- 4,604
- 6
- 33
- 72
0
votes
1 answer
What can specify in executable file name in vc++ Project
I am beginner in VC++. I create a simple VC++ ATL Project.when i will debug the project then it ask for Executable file Name. which file is enterd in the Executable file name.?

Arvind Kumar
- 81
- 1
- 7
0
votes
2 answers
contents of combo box shown in list box
I was wondering, if I click a selection on a ComboBox for instance letter A, and I want its content to show in label or ListBox, how can I do that? I tried experimenting with some codes below. This codes below are not working for me. any other way…

kazSone
- 95
- 1
- 3
- 12
0
votes
3 answers
How do I create a 64-bit native ATL C++ DLL in Visual Studio 2003?
I have a 32-bit ATL C++ in-proc COM server soultion. How do I port it to 64-bit Windows? I mean how do I make VC++7 emit 64-bit code? Is it possible with Visual Studio 2003?

sharptooth
- 167,383
- 100
- 513
- 979
0
votes
1 answer
How to download a blob of random file type in C# using a generic http handler
My dilemma is that i need to retrieve the blob data stored in a table in oracle. I have created links with the data using jquery that link to a generic http handler blobHandler.ashx where i query the database for the file and return it to the…

user2359298
- 3
- 1
- 5
0
votes
3 answers
Allow Null values to be saved in database
Im using Visual Studio .NET 2003 the add button works fine when all textbox, combobox fields are filled with data, but upon testing not filling the fields with data leaving it NULL it returns error saying "String was not recognized as a valid…

ivandinglasan
- 384
- 4
- 15
- 29
0
votes
2 answers
Weird debugging situation: "There is no source code available for the current location"
I have a Windows Forms application in a single project written in VB.NET 2003 (legacy code). There is a MainForm and a SecondaryForm that is run by the MainForm. When I run the application through the MainForm, I can debug without any…

Jim
- 624
- 8
- 20
0
votes
1 answer
Not a member of windows.forms.datagrid when switching to vb.net 2003 from 2008
Dim sqlsyntax As String
Dim result As String
sqlsyntax = "INSERT INTO tblOfficeEquipmentProfile(OE_ID, OE_Category,OE_SubCategory, OE_Name, OE_User, OE_Brand, OE_Model, OE_Specs, OE_SerialNo, OE_PropertyNo, OE_Static_IP, OE_Vendor,…

ivandinglasan
- 384
- 4
- 15
- 29
0
votes
1 answer
Use gSOAP for VS 2003/C++ access to SOAP Web Service with WS-Security?
We have an upcoming project to allow an old platform that's only extensible with C++ / VS 2003 to call a SOAP-based web service that uses WS-Security.
My Google research indicates that gSOAP could be the best way to go.
I'm looking for validation…

Eric J.
- 147,927
- 63
- 340
- 553
0
votes
1 answer
Windows 7 XP Mode and Visual Studio 2003
So with Windows 7's XP Mode, will this allow developers to run Visual Studio 2003 on Windows 7 without hacks?
Thanks all!
-Steve

StephenPAdams
- 2,797
- 2
- 30
- 49
0
votes
1 answer
How to open Visual Studio . Net in Excel 2003?
I am having trouble to understand the initial step of downloading SQL Data in Excel 2003.
Meaning that I have no clue how to open the VIsual Studio in order to proceed with following steps.
Please refer to this link should I not be clear…

maximladus
- 157
- 2
- 7
- 19
0
votes
1 answer
Crystal Report - Load report failed for vs 2003 project
I am using vs 2003 with bundled crystal report and asp v1.1
OS:server 2008 r2 iis 7.5
This is the error i am getting when trying to open reoprt
Report works fine on development system. problem occurs in Production system
I have tried many solution …