Questions tagged [visual-studio-2002]

7 questions
5
votes
2 answers

Install Visual Studio 2002 on Windows 7 or Vista

I want to install Visual Studio 2002 on Window 7(32bit). When I try it gives me error of .NET Framework 1.0 incompatibility. I can install Framework 1.1. fine on the machine but VS 2002 needs 1.0. Note: I am aware of VS 2002 and Framework 1.0 are…
oms
  • 441
  • 7
  • 17
2
votes
1 answer

How to build C++ project in Visual Studio 2015 and Visual Studio 2002 at one time

I need to build my C++ projects in two environments: Visual Studio 2015 (VS2015) installed on Windows 10 x64 Visual Studio 2002 (VS2002) installed on Windows XP Now every time I need to trigger to build my projects twice on 2 PC and this way is…
Chanh
  • 21
  • 1
1
vote
1 answer

Compiler options in Visual Studio 2002?

How do I set compiler option to any CPU in Visual Studio.NET 2002? I am trying to run windows application on 64 bit CPU's and its throwing error for loading crystal report files. Rest of the application runs fine except crystal report (.rpt) files.…
1
vote
1 answer

Visual Studio 2002: C# freezes when sending file over TCP/IP

I have a piece of code where I send a file content over tcp/ip channel. There are times when this connection hangs causing entire application to freeze. Is there a way for my main thread to spawn a worker thread and monitor that worker thread. If…
dotnet-practitioner
  • 13,968
  • 36
  • 127
  • 200
0
votes
2 answers

Visual Studio 2002: Microsoft support

Does any one know when Microsoft intends to stop supporting Visual Studio 2002?
dotnet-practitioner
  • 13,968
  • 36
  • 127
  • 200
0
votes
1 answer

Cant't Update SQL Server Table in VB.NET

Using Visual Studio 2002 and Microsoft SQL Server. My code does not produce an error, but still the SQL Server table is is still unaffected. :( The "Add" version of this code works well. . it's just the update. T_T Private Sub…
kinrubich
  • 15
  • 4
-4
votes
1 answer

Why the debugger will not hit breakpoints in visual studio 2002

Now im working on visual studio 2002 framework 1.0 breakpoint is not hitting. I confirmed in webconfig rebuilded my solution many times. may i need to reset iis. i want valid reason why break point is not hitting? is it possible to put breakpoints…