| Thread | Last Post | Replies |
|
| VS 2005 always starts Firefox when debugging, not IE | 30 Nov 2005 17:17 GMT | 1 |
During installation of VS2005 Firefox was my default browser. I changed it back to IE6 but VS2005 sticks to Firefox when debugging a web site in development, whatever I try. How to convince VS2005 to use IE ? If at all, I would expect this behaviour the other way around.
|
| Visual studio always rebuilds project on F5 | 30 Nov 2005 07:56 GMT | 2 |
Does anyone know how to setup Visual Studio 2003 so it does not rebuild the whole project even when I have not made any code changes ? I find that it always rebuilds everytime I hit F5 to debug the project. It's not just my project, it does this even if I create a new project
|
| Unable to watch managed classes based on constructed types | 28 Nov 2005 05:56 GMT | 2 |
I'm using the RTM version of Visual Studio 2005 for Software Developers. Let us assume I'm defining a new managed class, say C, whose base class is a constructed type, say G<double>, obtained from the corresponding generic one G<V>. Under such conditions, I am unable to watch in ...
|
| VS2005 - "Edit and Continue" changes are not allowed while debuggi | 28 Nov 2005 05:18 GMT | 8 |
Initial setup: Microsoft Windows XP Professional Version 2002 SP2 Microsoft Development Environment 2003 Version 7.1 (Visual Studio) Microsoft .NET Framework 1.1 SP1
|
| Array Treatment VB6 to VS 2005 | 26 Nov 2005 11:12 GMT | 3 |
We currently have a VB 6 application that we are converting to VS 2005 and we have the following issue. Can anyone suggest the best way to handle this. 1. We declare a global undimensioned array Public g_Test0() As String
|
| Cannot break at stored procedures from VC.NET 2003 | 24 Nov 2005 21:45 GMT | 5 |
I cannot debug a SQL Stored Procedure from within a C# program, even though I have SQL Debugging enabled for that project and everything else has been checked with the instructions in MSDN DVD. The funny and confusing thing is thay I can debug a stored procedure in Query Analyzer ...
|
| ClickOnce Debugging Permissions | 23 Nov 2005 06:54 GMT | 1 |
I am debugging a C# program that bombs when trying to call a web service. It gives an InvalidOperationException, with InnerException of SecurityException when it tries to call the XML Serialize method. I am debugging it as a "Partial Trust" application. I have given it EVERY
|
| IDE hangs on debugging | 22 Nov 2005 08:21 GMT | 2 |
I am using VS.NET 2002, VC++ (SP1 applied). My project produces a DLL file. When I am trying to debug my code the debugger usually hangs up after a few steps. My DLL is loaded by MMC or regsvr32 (IDE hangs up in both cases).
|
| Debug TRACE style output wihout leaving literal strings in binary | 20 Nov 2005 15:51 GMT | 15 |
I am researching any techniques to use simle TRACE type macros to output debug strings from binaries at runtime, but, to do so without any literal strings remaining in the binary. E.g.
|
| is this latest Version of VS2005.NET ? | 18 Nov 2005 22:39 GMT | 3 |
i found version of Visual Studio 2005.NET and SQL 2005 installed in some PC in my company. and this is information about it this version: Microsoft Visual Studio 2005
|
| oleaut32.dll unregistered when using ocx controls | 17 Nov 2005 09:24 GMT | 1 |
Hai, I developped one OCX control with COM support. When i use that OCX i DotNet framework sometime it unregistered the oleaut32.dll. after tha i am not able to debug or run from DotNet IDE. it gives unable t
|
| attach to process by name | 17 Nov 2005 08:32 GMT | 3 |
The app I wish to debug runs for about 2 seconds. How can I set up VS.Net is attach when the process of a certain name appears? I cannot start the app in VS. Colin.
|
| Debugging problems in VS2005 that didn't exist in VS2003 | 17 Nov 2005 08:15 GMT | 11 |
I have just started using VS2005, and I need some guidance on debugging; I have a project (call it AppA - actually, 2 projects: a Class Library and a Win App which runs it) the sub-projectrs of AppA reference a Class Library of mine (LibB); I need to debug code in both - this ...
|
| Application.ThreadException doesn't catch in IDE | 17 Nov 2005 01:43 GMT | 3 |
Very strange problem that is only ocurring in one application (that is, I can create a brand new app and not experience this problem). I have created a handler for Application.ThreadException, in my case in C# that simply displays the unhandled exception.
|
| Unable to start debugging | 16 Nov 2005 15:53 GMT | 6 |
VS.net 2k3 Win 2k3 I'm getting the following error when attempting to debug. I'm not debugging remotely, just a local C++ project.
|