Normal
You can justa) configure a post-build event to copy you're dll into the correct directory of MP (wherever it is installed)b) configure mediaportal.exe or configuration.exe as the StartProgram (or create to build configs, one for each)Then you can just hit F5, which will compile, copy required files and launch MP so you can debug just fine (VS automatically connects to the correct process).
You can just
a) configure a post-build event to copy you're dll into the correct directory of MP (wherever it is installed)
b) configure mediaportal.exe or configuration.exe as the StartProgram (or create to build configs, one for each)
Then you can just hit F5, which will compile, copy required files and launch MP so you can debug just fine (VS automatically connects to the correct process).