all groups > visual studio .net debugging > recent posts
RE: Web Application debugging
Posted by DB at 2/24/2008 9:36:09 AM
I don't know who you are but I COULD KISS YOU!!!!!
THANKS!!!! this has been DRIVING me CRAAAZZZZYYY!!!!
From http://www.developmentnow.com/g/51_2006_9_0_0_815916/Web-Application-debugging.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com... more >>
RE: How to solve the lnk2019 error
Posted by zouhy at 11/13/2007 11:42:10 PM
Thanks a lot, I have solved the problem, when i examine the addition lib source, I found that one function must be outport, but it is import, after correct, it can be linked!
From http://www.developmentnow.com/g/51_2006_10_0_0_840059/How-to-solve-the-lnk2019-error.htm
Posted via DevelopmentNow.c... more >>
RE: How to solve the lnk2019 error
Posted by zouhy at 11/13/2007 11:41:39 PM
Thanks a lot, I have solved the problem, when i examine the addition lib source, I found that one function must be outport, but it is import, after correct, it can be linked!
From http://www.developmentnow.com/g/51_2006_10_0_0_840059/How-to-solve-the-lnk2019-error.htm
Posted via DevelopmentNow.c... more >>
Catch Exception in XAML
Posted by Jen at 11/2/2007 6:08:01 PM
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>
... more >>
how can I load oleaut32 symbols into a MiniDump
Posted by John Hodgkinson at 11/2/2007 11:19:00 AM
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 in... more >>
Cannot edit my code while debugging.
Posted by markatmamsoft at 11/2/2007 9:47:00 AM
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... more >>
RE: Open Form Flickering
Posted by jetan NO[at]SPAM online.microsoft.com ( at 11/2/2007 3:32:52 AM
Hi Greg,
Have you reviewed my reply to you? Does the sample make sense to you? If
you still need any help, please feel free to feedback, thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts th... more >>
RE: Debugger hangs when breaking into event handler
Posted by jetan NO[at]SPAM online.microsoft.com ( at 10/30/2007 3:05:57 AM
Hi,
Have you reviewed my reply to you? Does it make sense to you? If you still
need help, please feel free to feedback, thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Plea... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
RE: Problems debugging ASP .NET 1.1 with VS 2003
Posted by Vernon Adamson at 10/29/2007 8:17:05 AM
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... more >>
Remote debugging attach to process
Posted by Harolds at 10/26/2007 1:23:00 PM
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 ... more >>
COM+ Registry Database Detected a System Error
Posted by Tom at 10/25/2007 9:02:03 AM
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... more >>
RE: Debugger hangs when breaking into event handler
Posted by jetan NO[at]SPAM online.microsoft.com ( at 10/25/2007 5:41:27 AM
Hi James,
We have several places to look for this type of issue.
First, have you set the symbol server in your VS2005 debugger? If so, it is
possible that the VS2005 debugger is trying to load symbols for the
application which caused the hang.
Second, there are 2 types of hang: low CP... more >>
VS 2005 debugging and framework 3.0
Posted by Tobias Wagner at 10/25/2007 1:14:49 AM
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 ... more >>
malloc crashes code when using ctrl+f5, but runs fine with debugging
Posted by at 10/25/2007 12:00:00 AM
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.
... more >>
When I print a Visual Basic .net Report my program crashes randoml
Posted by Paul van Coller at 10/24/2007 9:35:01 AM
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(... more >>
RE: Command Window
Posted by jetan NO[at]SPAM online.microsoft.com ( at 10/24/2007 12:00:00 AM
Dear Greg,
Based on my experience, the "Command Window" is used to execute pre-defined
commands or aliases directly in the Visual Studio IDE. It can not be used
to execute the function. See the official document below:
"Command Window"
http://msdn2.microsoft.com/en-us/library/c785s0kz(VS.80... more >>
Weird VS2003 debugging problem
Posted by topena at 10/23/2007 10:07:46 AM
I have a W32 32-bit MFC application, originally written using MS VC
6=2E0, which was ported to VS 2003 with managed extensions. In this
applications I access a remote database through a WS and it was
working fine until a while ago. I stopped working on it for some time
and I started working on a... more >>
Debugger hangs when breaking into event handler
Posted by James Rosenfeld at 10/23/2007 6:40:02 AM
Greetings,
I'm having an issue where VS 2005's debugger hangs when entering an event
handler method for a DateTimePicker control. I have a pretty basic main form
that has a DateTimePicker in a tab control and I added an event handler for
the ValueChanged event. Initially I noticed this pr... more >>
How to get information from 1st and 2nd chance exception dumps
Posted by iceman at 10/21/2007 11:10:35 PM
Hi all
My application has a problem which occurs rarely(kernel32!
RaiseException+0x53 ), to explain about this i need to tell about my
appln.
It is an kiosk application, and the problem occurs only when i reboot
my machine once a day,and the application is a big multithreaded
applicatio... more >>
Command Window
Posted by Greg at 10/19/2007 5:45:01 PM
From what I have read the Command window is similar to the Immediate Window
in MS Access, thus you can type in the name of a function prefixed with a ?
and run the function while the application is NOT running. For example, to
test this, I created a PUBLIC Function Adding(byval x as integer, ... more >>
RE: Open Form Flickering
Posted by Greg at 10/19/2007 4:49:02 PM
One more questioin related to the code snippet you sent me.
I usually open my forms as such.
Form1.MDIParent = me.MDIParent
Form1.Show
Where you defined an object named frm.
dim frm as NEW Form1
frm.MDIParent = Me.MDIParent
frm.show
Now, I find that both ways work. Is there any ... more >>
RE: Open Form Flickering
Posted by Greg at 10/19/2007 4:20:00 PM
OK, I gave your code a try and unfortunately it doesn't give me the desired
result. One thing I did notice though is that even though I set the Maximize
and Minimize buttons to false, they still appear, although you can't use
them. I also noticed that the button between them allows the user to... more >>
RE: Open Form Flickering
Posted by jetan NO[at]SPAM online.microsoft.com ( at 10/19/2007 4:18:45 AM
Hi Greg,
Yes, I can reproduce this behavior.
Further reseach shows that this flicker is caused by twice paint behavior
of MDI forms in VS2005. The bug below reported this issue:
"MDI client forms with FormWindowState.Maximized paint twice upon calling
Form.Show()"
https://connect.micros... more >>
Re: remote debuging, VS2005, No symbols loaded
Posted by Andrea Anastasescu at 10/19/2007 12:00:00 AM
Hello all, Hello Habib,
Meanwhile I realised that "native transport" is not suitable for managed
code.
I tried the other methods - I can only choose between Default, Native and
Smart Device transport, so I've chosen 'Default'.
I give the 'username@machine' (in my case andreea.anastasescu@D... more >>
Open Form Flickering
Posted by Greg at 10/18/2007 12:15:02 PM
I have three forms, a MDI Parent and 2 MID Child forms.
When i initially load my MDI Parent with the initial MDI Child, everything
looks fine. But, when I click on a button in my first MDI Child that opens
another MID Child, the new form flickers and jumps. It seems my MDI Child is
opening ... more >>
RE: Compilation Global Constants
Posted by jetan NO[at]SPAM online.microsoft.com ( at 10/18/2007 12:00:00 AM
Hi,
I have created a sample VB2005 project and input "DEMO=TRUE" in the
Advanced Compiler Settings dialog. Then, in the code file, I used the
following code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
#If DEMO = True Then
... more >>
Compilation Global Constants
Posted by Greg at 10/17/2007 7:52:01 PM
I've been trying to put to use some Global Compilation Constants. From what I
understand, I set them up in the Advanced Compiler Settings dialog in the
Custom Constants Filed. The name of my Solution Configuration is DebugOpt and
the proper one is selected. My Constant is "DEMO=TRUE".
Now,... more >>
Remote debugging--Good for VC++ bad for C#
Posted by Chris at 10/17/2007 3:17:09 PM
I develop some Window console applications in both C++ and C#. Sometimes I
have to debug my applications remotely.
I found it is very easy and nice to do that for my C++ projects, but painful
and confusing for C# projects. While C# is a brand new language from
Microsoft, I had expected everyt... more >>
RE: remote debuging, VS2005, No symbols loaded
Posted by Habib Heydarian [MSFT] at 10/16/2007 11:51:00 PM
Andrea,
I'm assuming that the application you are trying to debug is managed. The
"native transport" doesn't support managed applications. In order to do
remote debugging (for managed apps) the following criteria must be satisfied:
1) The symbols (pdb files) must reside on the remote machi... more >>
Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:34:07 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com
... more >>
|