ClickOnce not working

M

mike.starkey

I have a windows click once installation deployed on our local
intranet. It seems that the program will only install for about half
of our staff. It seems to be the newly imaged machines it is not
working on. All the users have .Net 2.0 and Visual Studio 2005. For
the users its failing on, they click on the installation hyperlink and
nothing happens. no errors, nothing !!! I have set up Full Trust to
our intranet site for them and its still not working. Any help would
be greatly appreciated.
 
A

Alvin Bruney [MVP]

Have a peek at the eventvwr logs to see if there are any clues about failed
installations. If that's empty, pull the logs from fusion log viewer
utility. See what's up.
 
A

Alvin Bruney [MVP]

Fusion shows you what managed assemblies have been bound with logging.
Actually, the very first step is to examine the IE dump log. This is
essentially a fusion log dump indicating if IE saw the managed assembly, was
able to download it successfully and bind. That's the first place to start.
If IE can't see the managed assembly then it is easy to figure out what the
problem is.

Tools > options > general > settings > view files > fus*. Open that file in
notepad, it will provide a stack trace of the .NET loader. You can go from
there.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
 

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