HighTechTalks DotNet Forums  

Sponsored Links


Visual Studio.net (Debugging) microsoft.public.vsnet.debugging


Discuss in the Visual Studio.net (Debugging) forum.



Post New Thread
Threads in Forum : Visual Studio.net (Debugging) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I am working with unmanaged C++ DLL project, the DLL created is loaded into an application (that I do not have the source) as an addin to the...
Harolds
01-04-2008 03:57 AM
Jeffrey Tan[MSFT] Go to last post
7 840
I have recently upgraded from VS2005 to VS2008. I have found that certain errors are not flagged as critical errors and permit clean compiles of...
TheArtistStillKnownAsGarvin
12-29-2007 07:29 PM
TheArtistStillKnownAsGarvin Go to last post
0 113
The remote server returned an error: (405) Method Not Allowed. What causes this error? How to fix it or get around it? I am on a Win Server 2003,...
rja
12-26-2007 06:54 PM
rja Go to last post
0 128
My asp.net project contains JS files. I set breakpoint in JS file but dubugger is not broke. "debugger" keywork also do not work. Debugging in IE is...
sergi
12-24-2007 09:38 PM
Bryan Phillips Go to last post
1 152
Hello Is it possible to debug managed code's IL through cordbg? When I load a C# compiled program with cordbg and put breakpoints saw as:...
lallous
12-24-2007 09:37 PM
Bryan Phillips Go to last post
3 122
Hi , After opening a new web project as soon as I run the project, I get an error msg mentioned below. Can any body help me with this how to solve...
Paramveer
12-21-2007 12:27 AM
Manish Bafna Go to last post
1 113
When I compile my solution file I get 4 messages that read pretty much the same: Failed to start monitoring changes to...
rja
12-17-2007 06:52 PM
rja Go to last post
0 108
How do I stack walk if one of the module was created by Frame Pointer Omission?
yc
12-17-2007 03:11 PM
yc Go to last post
0 116
Scenario : 1. The Department files to be accessed are present in the File server. 2. The Code is present in a different server with OS being Windows...
Neeba
12-17-2007 02:05 AM
Neeba Go to last post
0 111
Hello, I had VB 2005 code working in EnC mode. But after harddrive crash, I have installed VB 2005 w/SP1 but my code no longer works for EnC...
kris
12-14-2007 06:43 AM
Family Tree Mike Go to last post
1 101
Why when I hit Start Debugging (F5) it doesn't build first and then debug ? I have in options at build and Run Always build. Now I have to build...
spp
12-13-2007 07:13 AM
spp Go to last post
0 164
I have a full dump of our application created with the UserDump tool. when I open the dump in VS2005 and check the threads and callstacks I see...
Edwin Schild
12-11-2007 06:42 AM
Edwin Schild Go to last post
0 102
Starting to use VStudio 2008 professional. In VStudio 20005 trace.write text went to 'output' window but now in VisStudio 2008 it goes into the...
gadya
12-10-2007 01:17 PM
gadya Go to last post
0 108
Hello, I have performance issue when I'm debugging .Net Web application build using VS2005. It takes me around 20s to get the start page for a...
ezc
12-10-2007 04:04 AM
ezc Go to last post
0 113
Hi, I have very bad performance when I'm debugging .Net Web application build using VS2005. It takes me around 20s to get the start page for...
ezc
12-10-2007 03:59 AM
ezc Go to last post
0 107
Hi, I have very bad performance when I'm debugging .Net Web application build using VS2005. It takes me around 20s to get the start page for...
ezc
12-10-2007 03:55 AM
ezc Go to last post
0 111
Here is a summary of my Dev Environment: I use Visual Studio 2005 PRO with SQL Server 2000 SP4. And here a summary of what is the problem: I have a...
Michel Schawann
12-07-2007 05:18 AM
Michel Schawann Go to last post
0 102
Hi, I'm using Visual Studio 2005 Team Edition and SQL Server 2005 sp2 Standard. I had Visual Studio 2003 also installed on my PC. Until 2-3 days ago,...
Dave
12-06-2007 02:13 PM
Dave Go to last post
0 107
My code is listed as follows. public class WebService1 : System.Web.Services.WebService { public WebService1() public DataSet...
Csharp?
12-06-2007 12:10 PM
Csharp? Go to last post
0 111
Hello all, I wish to use the VS2005 debugger to step from managed C# code into unmanaged C++ code. I have reproduced my situation in a simple...
Allan Michaels
12-06-2007 12:44 AM
Habib Heydarian [MSFT] Go to last post
3 105
How can I expand all nodes (+) when the auto window is open or local window I expandand some of them manually but, next lines collapses back again...
raulavi
12-05-2007 08:01 PM
raulavi Go to last post
0 105
I am using VS Pro 2005 and Win XP to create a number of projects in C++ and VB.Net I am finding that the compiler has quite a few strange quirks and...
Teddy Shares
12-04-2007 06:42 PM
Teddy Shares Go to last post
0 101
Hello, I wrote a debugger visualizer in C++/CLI. I can use it while debugging a C# program, but I fail to use the same visualizer while debugging a...
Siegmund Baumann
11-28-2007 09:08 PM
Habib Heydarian [MSFT] Go to last post
2 100
After I draw a circle/ellipse, is there I can remove it given a X & Y location (if so, how?). I also have problem with my graphic is that when I...
Slickuser
11-27-2007 04:42 PM
Slickuser Go to last post
0 111
I am running Windows XP Pro SP 2, have Office 2003, installed SDK 5.1, Visual Studio 2005 with installed .NET Frame 3.5 (re-distribution package). I...
Slickuser
11-27-2007 04:38 PM
Slickuser Go to last post
0 99
As a stopgap measure, try invoking the debugger inside your C++ code. You would obviously want to wrap it in a conditional compilation...
Bryan Phillips
11-26-2007 04:21 PM
Bryan Phillips Go to last post
0 109
Is it possible to debug computers in different workgroups? The Visual Studio host is part of a home workgroup and the remote computer is hosted and...
javacavaj
11-25-2007 01:07 PM
Bryan Phillips Go to last post
1 103
I have a c# application which has an unmanaged DLL that draws the content of one of the widows which executes very slowly when run under the...
Pat Moran
11-25-2007 01:05 PM
Bryan Phillips Go to last post
1 100
After installing IIS Diagnostics Toolkit...
vladimir.knobel@trimedia.ch
11-23-2007 12:43 PM
vladimir.knobel@trimedia.ch Go to last post
0 130
I'm attempting perform a cross domain debugging session, but I've encountered a bit of an issue. When I start the msvsmon.exe application on the...
javacavaj
11-22-2007 11:40 PM
javacavaj Go to last post
1 109
When I run a small application in VC++ debugger. The application breaks and the foloowing messages are in the output pane. VERIFIER STOP 00000301 :...
Chris
11-21-2007 08:16 PM
Chris Go to last post
1 103
hi when i try to debug a process(windows service) from the task manager im getting the below error msg: --------------------------- Just-In-Time...
AT
11-14-2007 09:13 AM
ruben beaujolais Go to last post
2 126
when i use vs.net 2005 to debug my program, there are some errors occur, here is the description: Error 1 error LNK2019: unresolved external symbol...
zouhy
11-14-2007 02:41 AM
zouhy Go to last post
3 139
Hello I have a strange problem : How is it possible to have this case : if (c.InvokeRequired) { c.BeginInvoke(d, nt); ...
SeeMe
11-11-2007 12:27 PM
Bryan Phillips Go to last post
1 112
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...
John Hodgkinson
11-08-2007 02:06 PM
John Hodgkinson Go to last post
1 105
MouseEnter this button causes the <SoundPlayerAction> element throws exception as I give it a relative path. What is the technique to catch...
Jen
11-02-2007 09:08 PM
Jen Go to last post
0 108
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...
markatmamsoft
11-02-2007 12:47 PM
markatmamsoft Go to last post
0 118
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,...
Greg
11-01-2007 11:32 PM
Jeffrey Tan[MSFT] Go to last post
4 114
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...
James Rosenfeld
10-29-2007 11:05 PM
Jeffrey Tan[MSFT] Go to last post
2 115
Hi, I am trying to develop ASP .NET 1.1 apps using VS 2003. When I press F5, I get the following output: 'DefaultDomain':...
=?Utf-8?B?cGtydWdlcg==?=
10-29-2007 11:17 AM
Vernon Adamson Go to last post
3 120
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...
Harolds
10-26-2007 04:23 PM
Harolds Go to last post
0 110
Hello, When I attempt to start the Visual Studio 2005 debugger I receive the subject message regarding an error with COM+. What should I...
Tom
10-25-2007 12:02 PM
Tom Go to last post
0 107
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...
rknall@gmail.com
10-25-2007 05:54 AM
rknall@gmail.com Go to last post
0 99
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...
Tobias Wagner
10-24-2007 07:14 PM
Tobias Wagner Go to last post
0 97
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...
Paul van Coller
10-24-2007 12:35 PM
Paul van Coller Go to last post
0 112
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...
Greg
10-24-2007 03:40 AM
Jeffrey Tan[MSFT] Go to last post
1 101
I have a W32 32-bit MFC application, originally written using MS VC 6.0, which was ported to VS 2003 with managed extensions. In this applications I...
topena
10-23-2007 01:07 PM
topena Go to last post
0 110
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...
iceman
10-22-2007 02:10 AM
iceman Go to last post
0 107
Hello all, I have a plain executable that I'd like to debug remotely. The machines are on diferent domains so I have chosen to use native transport...
Andrea Anastasescu
10-19-2007 07:34 AM
Andrea Anastasescu Go to last post
2 104
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...
Greg
10-18-2007 03:28 AM
Jeffrey Tan[MSFT] Go to last post
1 105
Post New Thread

Display Options
Showing threads 1 to 50 of 2840
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.