Normal
Re: AW: Re: [C#] Little development question for the gurus out there ;-)Did you also copy the plugin.pdb along with the dll? Even plugins in MediaPortal's solution do the same, and I know for sure that I have successfully used this method to debug plugins, though it's been some time. Then again, I may be forgetting something .There is no way to tell MP to load specific plugins from other paths. MP simply enumerates the files in the corresponding plugin dir (Windows, Process, etc) and tries to load the assembly.I hope this helps, and a merry XMas to you too.
Re: AW: Re: [C#] Little development question for the gurus out there ;-)
Did you also copy the plugin.pdb along with the dll? Even plugins in MediaPortal's solution do the same, and I know for sure that I have successfully used this method to debug plugins, though it's been some time. Then again, I may be forgetting something .
There is no way to tell MP to load specific plugins from other paths. MP simply enumerates the files in the corresponding plugin dir (Windows, Process, etc) and tries to load the assembly.
I hope this helps, and a merry XMas to you too.