ClickOnce and Circle References

  • Thread starter Alhambra Eidos Kiquenet
  • Start date
A

Alhambra Eidos Kiquenet

Hi misters,

I try use ClickOnce to install my Winforms Application, and I get several
errors.

One error: I think ClickOnce and Circle References not work fine

Anothers errors: I Publish my project and when I try install it, I get error
about stdole.dll (not in GAC).

In my prerrequisites, I check .NET Framework 2.0 and 3.0.

Any suggestions about it ?? Thanks.
 
F

Family Tree Mike

I don't think you should get any further than the circular references, which
would cause the build to fail. You cannot deploy until the build is
successful. What do you mean when you say circular references? I take it to
mean "assembly1" references "assembly2", and "assembly2" references
"assembly1".
 

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