Visual Studio 2008 ClickOnce cannot find exe in obj\Release
Posted
by e28Makaveli
on Stack Overflow
See other posts from Stack Overflow
or by e28Makaveli
Published on 2010-03-18T17:27:34Z
Indexed on
2010/03/24
0:33 UTC
Read the original article
Hit count: 387
Project Output Path of the the main application is set to ......\bin\Release\ and was published flawlessly by ClickOnce before. For some strange reason, ClickOnce now fails with the following error:
"Could not find file 'obj\Release\EMS.OCC600.Infrastructure.Shell.exe'. c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets 2341 9 Infrastructure.Shell"
Anyone run into this before?
TIA.
© Stack Overflow or respective owner