Reply to thread

Tvplugin project is in \MediaPortal-1\TvEngine3\TVLibrary

If you want to debug TVPlugin you need to compile it and put dll+pdb in plugin folder of your normal mp installation, edit or create csproj user file and run code from vsexpress.

As for Mp itself you should try to mark Mediaportal.Application as startup project and run code. If running mp from you project's bin folder is not possible in vsexpress you could try to compile only needed part of mp, replace default files from mp installation with your dll+pdb and run code as I wrote for TvPlugin.

Also you could use different build script included in mp sources.


Top Bottom