Try running your application normally.
In VS2005 use the "Attach" feature in the debug menu after you are sure your .NET code ran at least once.
Then you can attach and you should be able to debug it.
Make sure you are using the debug build to do so, so that the debug symbols files will contain a correct reference to where the source code files are.