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 1
Development
General Development (no feature request here!)
Unable to build
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="d.c" data-source="post: 336657" data-attributes="member: 85178"><p>This may happen when you have a space in the path.</p><p></p><p>Goto the properties for project throwing the error, open properties, goto the Build Events tab and you should see some command in the "Post-build event command line" box.</p><p></p><p> xcopy $(SourcePath) $(TargetPath) </p><p></p><p>Wrap both source and target paths with double quotations (").</p><p></p><p> xcopy "$(SourcePath)" "$(TargetPath)" </p><p></p><p>If the "Post-build event command line" is referring to any bat file, update the file instead.</p><p></p><p></p><p>Hope this would help. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p></p><p></p><p>D.C</p></blockquote><p></p>
[QUOTE="d.c, post: 336657, member: 85178"] This may happen when you have a space in the path. Goto the properties for project throwing the error, open properties, goto the Build Events tab and you should see some command in the "Post-build event command line" box. xcopy $(SourcePath) $(TargetPath) Wrap both source and target paths with double quotations ("). xcopy "$(SourcePath)" "$(TargetPath)" If the "Post-build event command line" is referring to any bat file, update the file instead. Hope this would help. :) D.C [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Unable to build
Contact us
RSS
Top
Bottom