all groups > visual studio .net debugging > august 2005 > threads for august 1 - 7, 2005
Filter by week: 1 2 3 4 5
Unable to debug Office and Visio addin after installing VS.NET 2005 Beta2
Posted by Niranjan Marathe at 8/5/2005 12:00:00 AM
Hi All,
I have installed VS.NET 2005 Beta2 (Professional Edition) on my laptop which
was having VS.NET 2003 installed and working fine. After installing VS.NET
2005 beta 2, i am not able to debug my office and visio addins in VS.NET
2003. When I try to attach to Excel/Visio process using VS... more >>
Problem with PostMessage and WndProc
Posted by mike2036 at 8/4/2005 3:42:03 PM
When I try to perform a PostMessage using a windows handle tied to a form, in
the debugging environment I get a ERROR_INVALID_WINDOW_HANDLE error but this
doesn't happen when I run outside the debugging environment. Why would this
happen? It's very strange. I'm executing the PostMessage fro... more >>
debugger doesn't stop at breakpoint while debugging SQLCLR functio
Posted by Amit at 8/3/2005 7:16:25 AM
Hi,
I have created one simple SQL Server 2005 CLR function in Visual Studio 2005
beta 2. It works fine from SQL Server 2005 management studio April CTP.
When I try to debug this SQL CLR function from Visual Studio 2005, I am
getting the output in Output window along with debug information bu... more >>
how can I create minidumps of second chance exceptions in .NET 1.1 managed code?
Posted by Uri Dor at 8/2/2005 8:58:52 AM
(any chance my previous message was removed from the group? can't see
it, so I'm resending)
Hello, everyone,
I've written a test Windows Forms (.NET 1.1) app, with the following event:
private void Form1_Load(object sender, System.EventArgs e)
{
int i = 0;
... more >>
Winforms button: Difference between mouse and keyboard
Posted by Armin Zingler at 8/2/2005 12:00:00 AM
Hi,
in a new WindowsApplication, an exception is thrown in a button's click
event. The button is the form's 'AcceptButton'. If you click the button
using the mouse, the IDE stopps at the line "Throw new exception". If the
button is "clicked" by pressing <enter>, it stopps somewhere else. There... more >>
How do I install "Machine Debugger Manager"?
Posted by pduncan at 8/1/2005 1:26:56 PM
Hi,
The service "Machine Debugger Manager" isn't on remote server. I
need it to debug remotely. Any way to get it on there or enable it?
Thanks,
Paul
... more >>
|