all groups > visual studio .net debugging > november 2003 > threads for november 8 - 14, 2003
Filter by week: 1 2 3 4 5
Win98 Debugging
Posted by Jonathan Ryan at 11/14/2003 3:04:35 PM
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,
Jonathan... more >>
Unable to debug native process in VS.Net (yet MSVC6 is fine)
Posted by Malcolm Ferguson at 11/14/2003 12:36:38 PM
I'm trying to debug an ISAPI extension under Windows 2000. It used to
work with VS.Net (2002??), but now it doesn't. I attach to the
DLLHOST.EXE but it doesn't seem to load symbols. In fact, when I look
at the Modules window, it lists nothing. It allows me to set
breakpoints, but of cour... more >>
how to debug remoting object by VS IDE
Posted by Vince Zhang at 11/13/2003 8:13:55 PM
Hi,
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
Vince
... more >>
Asp.net Timeout Error b/c all pooled connections were in use and max pool size was reached
Posted by John Oswalt at 11/12/2003 3:57:52 PM
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
reached.
I searched around on the internet... more >>
The underlying connection was closed. An unexpected error occured on send - only when debugging
Posted by Arne Madsen at 11/12/2003 10:26:11 AM
Hi,
I have a windows app. which consumes a webservice.
When I run the program from my explorer - no problems
when I run the program in IDE without debugging - no problems
when I run the program in IDE with debugging (F5 key) - big problem, I get
the error
"The underlying connection was c... more >>
Debugger hangs
Posted by Pesah Sihverger at 11/11/2003 7:40:52 PM
Hi,
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
studio come to an halt. the only way to kill it is from the
task ma... more >>
LINKING Error
Posted by Jumpy at 11/10/2003 3:06:00 PM
Hi,
I am getting this linking error on building of project.
Any Solution?
LINK : fatal error LNK2023: bad dll or entry
point 'msobj71.dll'
Thanks... more >>
XmlSerializer.Serialize
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/10/2003 1:50:22 PM
Hey,
I have made a method that would take any object o and an array of
extraTypes to construct a XmlSerializer object then call .Serialize(stream,
object)... When I have this called within the same method as the type it
works fine but when I am passing this type and the extra types array ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Debugger cannot jump to source code line after exception, but breakpoints work fine
Posted by Gabor Bede at 11/9/2003 5:07:14 PM
Hi everyone,
In a VS.NET Windows Forms project whenever an exception occurs the debugger
jumps to the main form definition line ("public class MainForm") and it
cannot display the line that actually generated the exception. At the class
definition line, it shows a green triangle pointing to th... more >>
Scroll to line in Rich Text box
Posted by Ted at 11/9/2003 3:01:50 PM
How can I scroll a Rich Text Box down to a certain line in Visual Basic.NET
v7.
Ted
... more >>
How to debug ISAPI extention dll
Posted by anitha at 11/8/2003 10:56:08 PM
Hello,
I am strugling to debug my isapi extention dll written in visual c++ in .net envirnoment. Please help me with instructions.
thanks,
anitha... more >>
Finding current line in RichTextBox
Posted by Ted at 11/8/2003 8:15:07 PM
How do I find the current line in a RichTextBox? ( the line the cursor is
on)
Likewise how do I go to that line and show it in the RichTextBox
I am using Visual Basic.Net Ver7
The find seems to return the proper line but I cant seem to go there (send
the cursor there), or just show the curren... more >>
|