| Thread | Last Post | Replies |
|
| SQL timestamp parameters in VS.NET | 27 Nov 2003 02:15 GMT | 1 |
I've managed to get SQL debugging working OK and have no problems stepping through the stored procedures, setting breakpoints and so forth. The problem I have is that I can't find a way of entering
|
| Asp.net Timeout Error b/c all pooled connections were in use and max pool size was reached | 26 Nov 2003 19:26 GMT | 1 |
I am receiving the following error: System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was
|
| Cannot find Microsoft Internet Explorer when Debugging in Visual Studio .NET (IEradicator) | 26 Nov 2003 18:12 GMT | 1 |
I made a mistake. I followed the advice of the desktop support helpdesk at work. I'm having what I believe to be a configuration problem with our network. They blamed it on IE. Consequently, they had me use IEradicator to remove IE from my machine and reinstall it.
|
| Controlling debugging when using Process.Attach() | 25 Nov 2003 23:27 GMT | 1 |
I've written an Add-In and needs to attach the debugger to a native process (C++/Win32, no managed extensions) which is started from the add-in and uses the DTE object model to attach the debugger using Process.Attach().
|
| Command line error D2004 : '/I' requires an argument | 21 Nov 2003 21:22 GMT | 2 |
When i was debug the project i receive this error message :-( Why ? It is bug in VS.NET ? I saw a lot of "/I" switch without path argument, also why
:-( This same project is functional in VS 6.0
|
| SOS Question | 21 Nov 2003 18:39 GMT | 1 |
I'm new to using Windbg and SOS. We are debugging a memory consumption issue with our web application (aspnet_wp has to restart about two times a day). We dumped the heap using adplus and have opened it up and analyzed the eeheap using windbg and sos. However, When I get a memory ...
|
| how to debug remoting object by VS IDE | 21 Nov 2003 12:12 GMT | 2 |
I am a beginer for remoting. I have the following question. I wanna debug a remoting object which reside on http channel. could anybody tell me how to set a breakpoint and debug the remoting object source? thanks in advance
|
| Web Service call debug skip from JavaScript | 20 Nov 2003 19:45 GMT | 1 |
I am calling web service from JavaScript to populated a drop down menu on the screen. It seems that the debuggers is skipping the line (or is not calling web service function A at all). What intrigues me is a second call to
|
| VS 2003 hangs in connectionless mode.. | 20 Nov 2003 09:07 GMT | 2 |
I want to start debugging an application on a PocketPC 2003. I launch it (F5) and choose PocketPC as device. I get to this point: ------ Deploy started: Project: KeyBoardEventsMapping, Configuration: Debug Pocket PC ------
|
| Debugger hangs in VS 2003 Pro | 18 Nov 2003 18:14 GMT | 2 |
When trying to debug a Windows App in VS 2003, debugger hangs. If I hit F5, it hangs, use control + F5, it works. Any ideas?
|
| Access Denied | 17 Nov 2003 22:43 GMT | 1 |
I have a win2003 server that I use as the Web Server IIS6. On my terminal I have a WinXp Pro where I develop my applications. I am using VS 2003 with C# to develop. The source code is in a folder on my Win2003 server. I created a new ASP.NET project. When I try to run with debug, I ...
|
| Win98 Debugging | 14 Nov 2003 23:54 GMT | 1 |
We have a .NET 1.1 C# application that has to run on Windows 98. I know that the .NET SDK will not install on WIn98. Is it possible to get the CLR debugger to run? I am chasing a bug that doesn't occur on XP or W2K ... only on Win98. Any advice would be appreciated. Thanks,
|
| sql remote debugging setup | 14 Nov 2003 00:43 GMT | 3 |
Spend half a day on this wo/success. can anyone point me to paperwork of a higher quality than "help" Had many problems/questions in walking through the
|
| NoStepInto in autoexp.dat | 13 Nov 2003 03:40 GMT | 4 |
With VS 6.0, I was able to include an [ExecutionControl] section in my autoexp.dat that contained NoStepInto entries that enabled me to avoid stepping into unwanted code all the time (e.g. ATL::*=NoStepInto prevented the
|
| Debugger hangs | 12 Nov 2003 05:48 GMT | 1 |
I am new to Visual Studio.NET and the c# language. I use Visual Studio.NET Ent. 2003 on Windows 2000 pro. When I run the project without debug the application work. But when I set a breakpoint and start the debugger Visual
|