For ClickOnce, all solutions on same VS version?

  • Thread starter Thread starter Dean Slindee
  • Start date Start date
D

Dean Slindee

I have two Visual Studio 2008 solutions and one VS2005 solution. The VS2005
solution is referenced by the VS2008 solution and compiled together into the
VS2008 solution. This works, at least as far as compilation and testing
goes. Even publishing goes to a successful conclusion *within* VS2008.

The problem is that ClickOnce fails to deploy. The new application version
does not startup properly. So, my question is this: In order to deploy
properly, *must* all solutions be compiled with the same version of Visual
Studio? Or, should I be looking for a different error.

Thanks in advance.
Dean S
 
When you say it "fails to deploy", what does that mean? Does it error when
you click the Publish button? Does it error when the user tries to install
it? What is the error?

RobinS.
 
Back
Top