Click Once application failing at execution

  • Thread starter Thread starter ChicagoGolfer
  • Start date Start date
C

ChicagoGolfer

We run a Click Once application that runs on an Intranet at our
company and our users run Internet Explorer. The click once
application is able to download to the users PC, but right at
execution, he encounters a fatal error. The fatal error lists the exe
of the click once application.

I have many other users that are able to do the same download and
execute without a problem.

I have checked the usual IE settings that could cause ClickOnce
problems.

Where should I look on the user's PC for an indication of the real
cause of the problem?

Is there something else I should be looking at as a possible cause for
the user to get a fatal error right at execution of a click once
application?
 
Couple of things to check, is your code signed, are your certificates
installed in the publisher store on the client machine, are you reviewing
the stack trace in the browser? Post the stack trace here.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
 
Is he using the same Framework version?










- Show quoted text -

The computers that work and don't work both have the same version of
the .Net Framework (2.0.50727).
 
Couple of things to check, is your code signed, are your certificates
installed in the publisher store on the client machine, are you reviewing
the stack trace in the browser? Post the stack trace here.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively onwww.lulu.com/owc$15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------




We run a Click Once application that runs on an Intranet at our
company and our users run Internet Explorer.  The click once
application is able to download to the users PC, but right at
execution, he encounters a fatal error.  The fatal error lists the exe
of the click once application.
I have many other users that are able to do the same download and
execute without a problem.
I have checked the usual IE settings that could cause ClickOnce
problems.
Where should I look on the user's PC for an indication of the real
cause of the problem?
Is there something else I should be looking at as a possible cause for
the user to get a fatal error right at execution of a click once
application?- Hide quoted text -

- Show quoted text -

How do I gather the stack trace of the browser?
 
Couple of things to check, is your code signed, are your certificates
installed in the publisher store on the client machine, are you reviewing
the stack trace in the browser? Post the stack trace here.

Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively onwww.lulu.com/owc$15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------
We managed to fix a few strange errors with ClickOnce installation
after installing Service Pack 1 for .Net Framework 2.0. You can give
it a try. I hope there would have been someway to automatically
upgrade all the users with SP1 for 2.0, but couldn't manage that so
manually installed the SP1 on each user's machine.

Also if you can post the error details here, I may have other
suggestions as well.

Regards,
Sachin Palewar

Palewar Techno Solutions
(Mobile Solutions for Your Business)
www.palewar.com
http://palewar.blogspot.com/
 
How are you loading the application? Through a browser or app desktop
shortcut? If it is a browser, there will be an error button for more
details. If it is desktop shortcut, have a look at eventvwr for warning
signs.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------


Couple of things to check, is your code signed, are your certificates
installed in the publisher store on the client machine, are you reviewing
the stack trace in the browser? Post the stack trace here.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively onwww.lulu.com/owc$15.00
Need a free copy of VSTS 2008 w/ MSDN
Premium?http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------




We run a Click Once application that runs on an Intranet at our
company and our users run Internet Explorer. The click once
application is able to download to the users PC, but right at
execution, he encounters a fatal error. The fatal error lists the exe
of the click once application.
I have many other users that are able to do the same download and
execute without a problem.
I have checked the usual IE settings that could cause ClickOnce
problems.
Where should I look on the user's PC for an indication of the real
cause of the problem?
Is there something else I should be looking at as a possible cause for
the user to get a fatal error right at execution of a click once
application?- Hide quoted text -

- Show quoted text -

How do I gather the stack trace of the browser?
 
Back
Top