Hi ,
I am developing a new custom project under VS 2010 shell (MPF), the project output, in my case, is a set of metadata files which in the build process turn into binary which a server can run. ==>
I do not have executable to run at the end J.
Now, when the user press F5 in order to start debugging I “Understood” that I have to launch some executable so the DE (Debug Engine) can communicate with, I am right ?
What else do I need to enable\develop in my package side so I will be able to debug my project ?
How do I register my DE for development proposes and later on for deployment (installer)in managed code (C#)?
Any directions HOW TO MAKE IT WORK will be blessed J
Thx