Visual Studio 2010 RTM is not publishing with ClickOnce

前端 未结 8 2024
醉话见心
醉话见心 2021-02-01 02:57

Is anyone using ClickOnce with VS2010?

I’m getting the following on publish, when the solution builds fine ...

Building WindowsFormsApplication1...
Er         


        
8条回答
  •  忘了有多久
    2021-02-01 03:31

    I faced the same problem. Before going to publish your project clean your code which will clean "bin\Debug" folder. Then publish your project and it will run correctly. Working fine with Visual Studio 2010, 2012, 2013.

提交回复
热议问题