Re: ClickOnce not working by Alvin
Alvin
Thu Jan 25 18:37:10 CST 2007
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
"fez" <fez@discussions.microsoft.com> wrote in message
news:3DE1F755-E76E-4A1C-BD55-BA1B28EFA2DA@microsoft.com...
>I am seeing the same issue.
>
> I have a ClickOnce application that can be downloaded and installed by
> some
> users but not by others. In one case, most users in a single location can
> install the application but a few cannot.
>
> there seems to be no actual rhyme or reason as far as who can and who
> cannot. .NET 2.0 is installed, it has been uninstalled and re-installed
> multiple times. Anti-virus and anti-spyware programs have been disabled.
> the
> machines are essentially identical.
>
> when the users click on the install button on the generated .htm page
> (that
> links to the .applicatoin file) the progress bar in IE flashes then
> nothing
> happens. no error messages, no dialogs, nothing. examining the event log
> shows no entries. I can see the traffic coming to my web server, but it
> stops
> after the .application file is served up.
>
> what is the fusion log viewer utility?
>
> Thanks,
>
> fez
>
> "Alvin Bruney [MVP]" wrote:
>
>> 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.
>>
>> --
>> Regards,
>> Alvin Bruney
>> ------------------------------------------------------
>> Shameless author plug
>> Excel Services for .NET is coming...
>> OWC Black book on Amazon and
>> www.lulu.com/owc
>>
>> <mike.starkey@gmail.com> wrote in message
>> news:1168644848.228909.250930@s34g2000cwa.googlegroups.com...
>> >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.
>> >
>>
>>
>>