Multithread debuging
Tue, 6 Nov 2007 05:40:01 -0800
Hello I have a strange problem :
How is it possible to have this case :
if (c.InvokeRequired)
{
c.BeginInvoke(d, nt); }
else
{
Do Things();
...
|
Catch Exception in XAML
Fri, 2 Nov 2007 18:08:01 -0700
MouseEnter this button causes the <SoundPlayerAction> element throws
exception as I give it a relative path. What is the technique to catch an
exception when code in XAML?
Thanks,
Jen
<Button Name="btnPlayAudio" Click="btnPlayAudio" Content="Play" >
<Button.Triggers>
...
|
how can I load oleaut32 symbols into a MiniDump
Fri, 2 Nov 2007 11:19:00 -0700
When our application crashes in the field, it sends us a dump file
generated by the MiniDumpWriteDump in the Microsoft suite of functions
known as DbgHelp.
I recently received such a dump file and ran it in Visual Studio 2005.
The stack window contained the message "frames below may be incorrect
and/or ...
|
Cannot edit my code while debugging.
Fri, 2 Nov 2007 09:47:00 -0700
Using VS2005, when I ctrl+break I get 'No symbols are loaded for any call
stack frame. The source code cannot be displayed.' and I cannot edit any of
my code. Edit and Continue is enabled. Other projects work ok. Does anyone
have any ideas?
Thanks ...
|
RE: Problems debugging ASP .NET 1.1 with VS 2003
Mon, 29 Oct 2007 08:17:05 -0700
I started experiencing the same problem shortly after I began using
Dreamweaver and Firefox. In Dreamweaver, I changed the default browser to
Firefox. Is it possible that this change impacted my VS.net environment? I
don't know! To be clear, I'm using Dreamweaver and VS.net on the same
Website simply ...
|
Remote debugging attach to process
Fri, 26 Oct 2007 13:23:00 -0700
The process I want to attach to is displayed (light grey font), but when
selected the attach button becomes disabled.
Can someone tell me what I need to do to attach to this process?
The process is an application for which I have written a plugin (dll) for, I
know the plugin is loaded and working.
--
Ha ...
|
COM+ Registry Database Detected a System Error
Thu, 25 Oct 2007 09:02:03 -0700
Hello,
When I attempt to start the Visual Studio 2005 debugger I receive the
subject message regarding an error with COM+. What should I do?
Thanks.
--
GIS Architect ...
|
|
|
malloc crashes code when using ctrl+f5, but runs fine with debugging
Thu, 25 Oct 2007 09:54:43 -0000
Hi
I have a program, which implements a double-linked list, with a struct
as data element. This is a simple C program, intended for teaching
purposes on my universtiy. So far the program runs fine using Linux
and GCC, but compiling this using the Visual Studio compiler results
in a crash.
The interesting p ...
|
VS 2005 debugging and framework 3.0
Thu, 25 Oct 2007 01:14:49 +0200
Hi,
I have compiled a solution with a mixed mode (C++, C#) dll that is
loaded by Excel 2000. A few weeks ago I could debug my dll from Visual
Studio 2005 fine.
Meanwhile I get an error message, when execution enters my dll. Sadly
the error message is in german (see [1] below), but I conclude that the
problem ...
|
When I print a Visual Basic .net Report my program crashes randoml
Wed, 24 Oct 2007 09:35:01 -0700
When I print a Visual Basic .net Report my program crashes randomly.
It sometimes happens after the 3rd time I try it, and other times after the
second.
Here is the code I use:
frmRptAssess.ReportViewer1.LocalReport.EnableExternalImages
= True
frmRptAssessRep.ReportTableAdapter.Fill(frmRptAssessRep.r ...
|