Click here to Skip to main content
15,909,896 members
Home / Discussions / C#
   

C#

 
GeneralRead detailed file descriptions(tags?) in c# Pin
Liu Shuai3-Feb-05 9:59
Liu Shuai3-Feb-05 9:59 
GeneralRe: Read detailed file descriptions(tags?) in c# Pin
Heath Stewart3-Feb-05 11:26
protectorHeath Stewart3-Feb-05 11:26 
GeneralRe: Read detailed file descriptions(tags?) in c# Pin
Liu Shuai3-Feb-05 12:06
Liu Shuai3-Feb-05 12:06 
QuestionStep into C++ COM object from C# .NET web service ? Pin
CherezZaboro3-Feb-05 8:56
CherezZaboro3-Feb-05 8:56 
AnswerRe: Step into C++ COM object from C# .NET web service ? Pin
Heath Stewart3-Feb-05 9:52
protectorHeath Stewart3-Feb-05 9:52 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
CherezZaboro3-Feb-05 10:52
CherezZaboro3-Feb-05 10:52 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
CherezZaboro3-Feb-05 10:52
CherezZaboro3-Feb-05 10:52 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
Heath Stewart3-Feb-05 11:05
protectorHeath Stewart3-Feb-05 11:05 
You need to first make sure that the native and managed debuggers are both running. This is an option when you attach your debugger to a process. It is selected, though - IIRC - you can override which debuggers start automatically for your project.

It's all a matter of connecting to the right machine - which sounds like your local machine for both cases - which may require that remote debugging be set up on the remote machine.

Debugging managed code and native code are very different things. In both cases the PE/COFF executables are loaded into the parent process (be that aspnet_wp.exe before Win2K3, and IIS itself beginning with Win2K3 (IIS6). How they are debugged is different.

To get a good feel for what you need to do to debug both projects, I recommend debugging each individually at first. Obviously you've got the managed debugging down, but now trying debugging a COM server (the DLL) separately without running from within an ASP.NET Web Service. You'll need to actually attach to another process that will load the COM server. In your scenario that will be whatever the calling process is that is handling ASP.NET requests and hosting its AppDomain(s).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
CherezZaboro3-Feb-05 11:29
CherezZaboro3-Feb-05 11:29 
GeneralRe: Step into C++ COM object from C# .NET web service ? Pin
Heath Stewart3-Feb-05 13:19
protectorHeath Stewart3-Feb-05 13:19 
GeneralWeb control Pin
MyThread3-Feb-05 8:21
MyThread3-Feb-05 8:21 
GeneralRe: Web control Pin
Christian Graus3-Feb-05 8:34
protectorChristian Graus3-Feb-05 8:34 
GeneralRe: Web control Pin
MyThread3-Feb-05 10:14
MyThread3-Feb-05 10:14 
GeneralRe: Web control Pin
Christian Graus3-Feb-05 10:21
protectorChristian Graus3-Feb-05 10:21 
GeneralRe: Web control Pin
Charlie Williams3-Feb-05 8:38
Charlie Williams3-Feb-05 8:38 
GeneralRe: Web control Pin
MyThread3-Feb-05 10:12
MyThread3-Feb-05 10:12 
GeneralInfragistics Button Pin
Member 12502003-Feb-05 6:32
Member 12502003-Feb-05 6:32 
GeneralRe: Infragistics Button Pin
Christian Graus3-Feb-05 8:35
protectorChristian Graus3-Feb-05 8:35 
GeneralRe: Infragistics Button Pin
Anonymous3-Feb-05 9:26
Anonymous3-Feb-05 9:26 
GeneralDelete line from txt file Pin
dcrewes3-Feb-05 5:34
dcrewes3-Feb-05 5:34 
GeneralRe: Delete line from txt file Pin
Christian Graus3-Feb-05 8:36
protectorChristian Graus3-Feb-05 8:36 
GeneralAutofill Dropdownlist Pin
greglh3-Feb-05 2:10
greglh3-Feb-05 2:10 
GeneralRe: Autofill Dropdownlist Pin
MyThread3-Feb-05 6:22
MyThread3-Feb-05 6:22 
Generaldiffrent results everytime Pin
Ahmed Galal3-Feb-05 1:42
Ahmed Galal3-Feb-05 1:42 
GeneralRe: diffrent results everytime Pin
Christian Graus3-Feb-05 8:37
protectorChristian Graus3-Feb-05 8:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.