For ClickOnce, all solutions on same VS version?

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
 
R

RobinS

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top