YAFLogo

Posted by: nordic - Tuesday, 15 June 2010 09:20:28
I have this problem with publish yaf. on [url=http://stackoverflow.com/questions/2942842/msbuild-target-pipelinepredeploycopyallfilestoonefolder-cannot-be-found-when-depl]stackoverflow[/url] This problem is only in the yaf

Posted by: Jaben - Tuesday, 15 June 2010 16:44:09
More information required: Version of YAF? Screen shot if possible.

Posted by: logan - Tuesday, 15 June 2010 18:29:27
Got the same, seems if you add to YetnotherForum.Net Yaf.csproj the v10.0 targets it will publish but you get some weird stuff as trying to get emoticons from the medals folder. [code] ShowAllFiles CurrentPage True False False False False True [/code] [code][/code]

Posted by: doxa123 - Wednesday, 30 June 2010 04:39:42
I have this problem with publish YAF v1.9.4 FINAL Solved! I replaced .dll files to newer.

Posted by: cpetenes - Thursday, 15 July 2010 02:34:38
I'm having the same problems with the publish. I just downloaded the latest source and am just trying to publish to the file system. It builds fine, it just gives that same message. What dll's were you refering to?

Posted by: cpetenes - Thursday, 15 July 2010 03:41:29
Seems to be more of an issue with Studio.

Posted by: cpetenes - Thursday, 15 July 2010 19:14:32
What worked for me was this. in the project file I changed: [code] [/code] To: [code] [/code] Not sure which part actually did the fix, but I removed the 9.0 and the conditional on 10.0. Seems to work. It published at least, lol.

Posted by: doxa123 - Friday, 8 October 2010 23:10:07
Also i changed .dll files.

Posted by: nordic - Tuesday, 22 February 2011 23:23:46
Not working for me. This is new error.

Posted by: squirrel - Wednesday, 23 February 2011 01:54:29
[quote=nordic;46876]Not working for me. This is new error. [/quote] There is a reference to that file somewhere in the project - just remove the reference for now and you will be able to compile.

Posted by: nordic - Wednesday, 23 February 2011 13:33:41
[quote=squirrel;46878][quote=nordic;46876]Not working for me. This is new error. [/quote] There is a reference to that file somewhere in the project - just remove the reference for now and you will be able to compile.[/quote] If delete this reference,than show another like thousand other references. is not way. added: I update source code from latest version and working ! Thank you very much.

Posted by: boban984 - Thursday, 5 May 2011 10:06:08
Solves the [i]MSBuild target PipelinePreDeployCopyAllFilesToOneFolder cannot be found when deploying[/i] problem. Just curious , why and no mention anywhere in the install guide what do to. Im using YAF-v1.9.5.5-RTW-SRC it is after all a production release , it shoud be stated somewhere in the docs that this is a known issue. Also AutoFac was missing in Utils project , i downloaded the source from codeplex.

Posted by: markg - Tuesday, 31 May 2011 01:16:34
This thread helped me today. Working with the latest source YAF-v1.9.5.5-RTW-SRC, In YAF.csproj Replacing: With: Good publish!