Debugging .dll

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

I have created a client exe that uses my C# .dll

I want my C# debugger to start my client app so I can debug the .dll.
I set the "Start Application" in Project/propertiesConfiguration
Properties/Debugging/Start Action to "Program"
I tried setting the "Start Application" in Project/propertiesConfiguration
Properties/Debugging/Start Application
But it is greay out and I can't type into it???
I am in the Debug view NOT the Release view.

Thanks
-Lou
 
-
I have created a client exe that uses my C# .dll

I want my C# debugger to start my client app so I can debug the .dll.
I set the "Start Application" in Project/propertiesConfiguration
Properties/Debugging/Start Action to "Program"
I tried setting the "Start Application" in Project/propertiesConfiguration
Properties/Debugging/Start Application
But it is greay out and I can't type into it???
I am in the Debug view NOT the Release view.

Thanks
-Lou



I tried this out in VS2003. If you just select 'program' in the start
action without selecting apply, the start application field appears greyed
out. Only when you select apply (even OK and then reopen the same dialog)
does it allow you to fill out the start application.
If you have already tried this out, then the problem is elsewhere and I may
need more info from you.

--
Adrian Mascarenhas, Developer Division

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

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Back
Top