Hi,
Try this:
* Put a file called ExcelDna.dna in the Source\ExcelDna\Debug\ folder. It might have some code in (like Distribution\ExcelDna.dna) or point to your own <ExternalLibrary...>
* If I want to be careful, I always do Build -> Batch Build and select everything (or all the Debug projects) and then rebuild.
* Set the ExcelDna project as the Startup project, and under the project properties, Configuration Properties, Debugging, set the Command as $(TargetPath). You can set the Working Directory as $(ProjectDir). Then press F5 and you should be debugging.
* Alternatively, start Excel outside the debugger, then Debug -> Attach to Process, pick Excel.exe and be sure to include 'native' in the Debugger types.
Please write back if you're still stuck, or find anything we can add to these instructions.
Regards,
Govert