Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
GeneralRe: Repositioning windows form question... Pin
Heath Stewart3-Feb-05 13:21
protectorHeath Stewart3-Feb-05 13:21 
GeneralSaving print settings Pin
object883-Feb-05 10:07
object883-Feb-05 10:07 
GeneralRe: Saving print settings Pin
Heath Stewart3-Feb-05 11:14
protectorHeath Stewart3-Feb-05 11:14 
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 
Symbols aren't necessary for the interop assembly because it's only a proxy. An RCW (Runtime Callable Wrapper) proxies calls and marshals data from managed code to a COM component. It's only PDBs for the managed (sans the interop assembly) and native components you need.

To debug both executables you need to attach the debugger to, IIRC, aspnet_wp.exe pre-Win2K3, or inetsrv.exe, IIRC, for Win2K3. The COM library is loaded into the calling process. For Win2K and XP this is the ASP.NET worker process. For Win2K3 and above (most likely) this is IIS itself because it manages the application domains.

You shouldn't move the PDB file, though. The full path is coded into the PE/COFF executable header. This can also be located in your PATH environment variable, but leaving it where it is is often the easiest approach.

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 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 
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 

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.