> What happens if you open that same executable as a new solution?
> (I mean something like File | Open Solution and select the .exe)
> Will it be possible to debug it (and the dll)?
>
> Oleg
I do not have the source code for the original executable. Anyway, having
created a solution with a simple EXE that loads my DLL I can debug both the
EXE and the DLL . Still I cannot use an external executable as the startup
application for my DLL. This is most strange.
Bob
Oleg Starodumov - 02 Nov 2006 09:57 GMT
> I do not have the source code for the original executable. Anyway, having
> created a solution with a simple EXE that loads my DLL I can debug both the
> EXE and the DLL . Still I cannot use an external executable as the startup
> application for my DLL. This is most strange.
OK. So at least you have a workaround.
Also this narrows the problem down to the dll's solution.
Could you please list all settings on Project properties | Configuration Properties | Debugging
page?
Oleg