home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Skins and Design
Apollo One
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="morpheus_xx" data-source="post: 1120097" data-attributes="member: 48495"><p>Ah, now I think to know the cause:</p><p></p><p>In project's build process the output files are copied to final folder (bin\MP2-Client...). This happens by the "build.targets" file, which describes what to copy where:</p><p> <SkinFiles Include="$(ProjectDir)Skin\**\*.*" /></p><p>--> this means all(!) files are copied to target, missing ones are not deleted in target folder. So if you have copies of mediaStyles.xaml with errors, the copy process copies them to target and the MP2 will try to load them.</p><p></p><p>So generally: don't place any other files into Skin folder which you might not want to copy. </p><p></p><p>To clean up a single plugin, you can delete only ApolloOne plugin and in VS right click project -> rebuild.</p></blockquote><p></p>
[QUOTE="morpheus_xx, post: 1120097, member: 48495"] Ah, now I think to know the cause: In project's build process the output files are copied to final folder (bin\MP2-Client...). This happens by the "build.targets" file, which describes what to copy where: <SkinFiles Include="$(ProjectDir)Skin\**\*.*" /> --> this means all(!) files are copied to target, missing ones are not deleted in target folder. So if you have copies of mediaStyles.xaml with errors, the copy process copies them to target and the MP2 will try to load them. So generally: don't place any other files into Skin folder which you might not want to copy. To clean up a single plugin, you can delete only ApolloOne plugin and in VS right click project -> rebuild. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
Apollo One
Contact us
RSS
Top
Bottom