| Thread | Last Post | Replies |
|
| System.Data.SqlClient.SqlException Error - I'm unable to resolve? | 30 Dec 2004 16:50 GMT | 1 |
I'm running a project where I'm loading data into a datagrid where I want to perform updates and inserts. When I run the project I get the following error on the following line of code: Line of code:
|
| Ctrl+S Bug | 29 Dec 2004 15:05 GMT | 1 |
PRODUCT: Visual Basic 2005 Express Edition Beta 1 I am writing an app to automatically save my work in Microsoft Word. Currently, it presses Ctrl+S at an interval set by the user. Here is my code for the timer:
|
| Can not see the properties of an object in the watch window | 23 Dec 2004 22:11 GMT | 4 |
VS.NET 2003 1.1 Framework. When I add an object into the watch window I can not see any of the properties of the object. :( Can anyone please tell me why. TIA
|
| What does the box after the character string mean. | 22 Dec 2004 21:35 GMT | 1 |
I am debugging some code that includes C# and Managed C++ code that I inherited. I'm relatively new to dotnet and have been having trouble with comparing strings. While debugging, popup boxes that show the string values some times have a box at the end. Does this indicate a ...
|
| Error: Cannot obtain value - SOLUTION | 22 Dec 2004 09:43 GMT | 6 |
I finally found the solution for this problem (at least in my case), Thanks to MS support. There was _one_ function with too many parameters. Stack pointer can only hold a so-so big value, so with all this parameters,
|
| Edit and continue rarely ever works... | 21 Dec 2004 23:47 GMT | 2 |
My company previously used Visual Studio 6.0 for working on our application. As the application has quite a long startup time (especially when running Debug build from the debugger) I used Edit and Continue a lot to test the effect of small code changes.
|
| Many vs7jit.exe instances.... more than 25... | 21 Dec 2004 07:45 GMT | 1 |
I use Visual Studio .Net for coding ASP.Net applications (my workstation is running under Windows XP Pro SP2), and i do debug on a remote Windows Server 2003. All my application is stored on this same Windows Server 2003 (IIS 6.0). Sometimes when i do debug, on my remote debuging ...
|
| Debug databinding possible? | 21 Dec 2004 01:55 GMT | 1 |
When loading an asp.net page and there's a late binding on a dropdownlist that doesn't contain the value it's wants to bind, an error: Specified argument was out of the range of valid values. Parameter name: value
|
| Attaching debugger programatically | 20 Dec 2004 12:05 GMT | 1 |
is it some possibility to choose program type which I want to debug when I'm attaching debugger automatically to process (from macro for example) ? I need to attach CLR debugger only - not CLR+Native. When I manually attach the CLR debugger, it works great, but I can't find the ...
|
| SQL Error Number: -2147219504 | 17 Dec 2004 20:04 GMT | 2 |
when executing objCmd.ExecuteNonQuery() Get a message: Error Number: -2147219504
|
| Error while debug starting | 17 Dec 2004 17:37 GMT | 1 |
Hello guys. When ever i try to debug an asp.net application it always throw an error "ERROR WHILE TRY TO RUN PROJECT. UNABLE TO START DEBUGING ON WEB SERVER. DEBUGING FAILED BECUSE INTEGRATED WINDOWS AUTHENTICATION IS NOT ENABLED."
|
| Unable to remote debug XP Home machine | 17 Dec 2004 02:46 GMT | 3 |
Running VS.NET 2003 on Win2k3 server, I have an XP home machine on the network running msvcmon (installed via vsnet setup cd) which is able to share files with my dev win2k3 machine and is otherwise networked fine. Docs say that you have to use TCP/IP for XP Home, so i selected ...
|
| Repost: Help-Debug classic ASP with VS.NET and Windows Server 2003 | 15 Dec 2004 19:30 GMT | 6 |
This was posted yesterday as well...but am reposting logged in with my MSDN subscription We're trying to debug classic ASP from a Windows XP Professional workstation - remote server is Windows 2003 Server (which means of course
|
| "Cannot obtain value" while debugging in C# | 14 Dec 2004 22:27 GMT | 8 |
While debugging in C# the watch does not show values any more. It just says "cannot obtain value" on all of my variables. This happens in different projects and on different variables. I have read about other people having this problem but can't find anything about it on msdn ...
|
| mixed code debugging | 13 Dec 2004 22:19 GMT | 2 |
I am running Visual Studio 2003 and have a project that has a managed application that uses a managed DLL that wraps an unmanaged DLL. I am trying to step into and set breakpoints in the unmanaged DLL but for some unknown reason cannot seem to do it. The breakpoints have the ? ...
|