| Thread | Last Post | Replies |
|
| unable to debug vs.net 2002 in xp (home) | 30 Jun 2004 14:31 GMT | 1 |
I use Windows XP Home and Visual Studio .NET 2002. I have a fairly simple solution configured. It contains a couple of DLL's and a Forms application. All the references are made properly and I can start debugging well enough (F5).
|
| View floating point registers in .NET debugger using C# | 25 Jun 2004 13:55 GMT | 1 |
I am debugging a C# program which uses double precision arithmetic. I would like to view the contents of the floating point registers. I can open the registers window when my program reaches a breakpoint but the only groups that are available are CPU, CPU Segments and Flags. How ...
|
| "There is no source code available for the current location" | 25 Jun 2004 02:10 GMT | 4 |
I've got a particular problem with some managed code. I wrote a .Net plugin for an existing Win32 application, which obviously meant writing the related managed and non-managed sections of code. The solution builds with no problems and executing the application produces the desired ...
|
| Debugging and NUnit | 24 Jun 2004 13:25 GMT | 1 |
I have recently started using NUnit and have found it to be a great tool. In addition to its unit testing usefulness I have particularly found it useful for debugging class libraries without having to build an exe to call into the library's methods etc. The problem I have is that ...
|
| Windows App - Unable to start debugging | 23 Jun 2004 11:24 GMT | 3 |
While reading a Microsoft article on how to apply XP styles to my VB.NET project (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/ht ml/vbtchUsingWindowsXPVisualStylesWithControlsOnWindowsForms.asp) I tried building the example project and including ...
|
| IDE is changing design mode settings when compiling | 23 Jun 2004 07:20 GMT | 2 |
I have run into a problem that I can't understand and it is becoming really annoying. The problem occurs when I compile my solution. When compiling the IDE(?) sometimes removes properties that are set in the "Designer
|
| remote debug a process that hasn't yet started | 22 Jun 2004 22:12 GMT | 3 |
I need to remotely debug a console app written in vb.net. The process runs in around 2 seconds, so I can't attach to this process. How do I debug this? thanks
|
| ASP remote debugging on WinXP Pro Personal Web Server | 22 Jun 2004 19:12 GMT | 1 |
This is for you MVP's out there. OK firstly the specs: WinXP Pro SP1 with all hotfixes from Windows Update applied(both IIS and IE6)
|
| VB.NET 2003 - reload symbols not working? | 21 Jun 2004 13:53 GMT | 1 |
I want to remotely debug a VB.NET 2003 winforms program. If the PDB files are copies to the same direcoty as the EXE file, it works ok. However, if the PDB files are outdated, I cannot debug. I was hoping I can use "reload symbols" in the Modules window. If I do
|
| New version of Unable to Start Debugging on the Web Server | 21 Jun 2004 06:49 GMT | 4 |
Recently I accidentally downloaded some adware called VX2.BetterInternet onto my Windows 2003 server which I use for development. After getting rid of the adware, I discovered that it had killed my Visual Studio debugger. I was getting a message not
|
| Cannot attach to service | 19 Jun 2004 20:26 GMT | 2 |
I am using Visual Studio .NET 2003 to develop a service (language is C#). When I try to attach to the process (Debug->Processes) on my Windows Server 2003 machine, I get a dialog box that reads "Unable to attach to the process. There is no managed code running in the
|
| Designer window Form1 position. | 17 Jun 2004 10:18 GMT | 1 |
I've recently decided to try to become familiar with .NET programming, and I'm currently working with VB.NET. My problem is that when I start a new project and the form designer window comes up, Form1 in Form1.vb[Design] appears in the upper left of the design window and I ...
|
| Remote Debugging Components | 17 Jun 2004 07:30 GMT | 1 |
Does anyone know what specific modules and/or cabinet files are necessary to install remote debugging and analysis components on a Windows 2003 Server? I need to make the install from Remote Desktop at 256 kb/s, so I don't want to copy the entire VS.NET Enterprise Architect ...
|
| ASP.NET and IE v 6 | 16 Jun 2004 08:51 GMT | 1 |
Interesting problem which needs a solution!! I have a ASP.NET application which runs fine on my machine and local IE settings, but it is slow and pages will not show up on my friend's machine who has Windows XP and IE v. 6.0.28. I have slightly the same verion of IE v. 6.0.26 ...
|
| .NET 2003 annot debug virtual functions??? | 07 Jun 2004 22:26 GMT | 1 |
Is this true? Amazing if so. I battled with this for several hours until I found the following thread: http://tinyurl.com/3g56d I tested it, and sure enough, I cannot get to the source code where my
|