0

in continuation with trying to create setup for excel add in using this, I am trying to use clickonce.

When I publish, I get the following error:

An error occurred generating a bootstrapper: Unable to begin updating resource for bin\Release\app.publish\setup.exe with error 800700C1

I am using VSTO, VS2010, target .net framework 3.5 and office 2007.

Any cline

Community
  • 1
  • 1
genericuser
  • 1,430
  • 4
  • 22
  • 40

1 Answers1

0

Did you search the web for the error code. Possibly "800700C1 ClickOnce"?

Try this MSDN solution. This post also links to multiple options for solving this bug. If the first doesn't work, try something else on the list.

RLH
  • 15,230
  • 22
  • 98
  • 182