![]() |
|
|
|||
|
Click Once application failing at execution
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? |
|
|||
|
Re: Click Once application failing at execution
Is he using the same Framework version?
<ChicagoGolfer@gmail.com> wrote in message news:d4e49a4c-7949-4428-a932-800cea08b92c@m44g2000hsc.googlegroups.com... > 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? |
|
|||
|
Re: Click Once application failing at execution
You may have written the program for the 3.5 framework, but he only has 2.0.
<ChicagoGolfer@gmail.com> wrote in message news:d4e49a4c-7949-4428-a932-800cea08b92c@m44g2000hsc.googlegroups.com... > 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? |
|
|||
|
Re: Click Once application failing at execution
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 ------------------------------------------------------- <ChicagoGolfer@gmail.com> wrote in message news:d4e49a4c-7949-4428-a932-800cea08b92c@m44g2000hsc.googlegroups.com... > 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? |
|
|||
|
Re: Click Once application failing at execution
On Jul 15, 9:06*pm, "EradicusMax" <NoM...@myhouse.com> wrote:
> Is he using the same Framework version? > > <ChicagoGol...@gmail.com> wrote in message > > news:d4e49a4c-7949-4428-a932-800cea08b92c@m44g2000hsc.googlegroups.com... > > > > > 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 - The computers that work and don't work both have the same version of the .Net Framework (2.0.50727). |
|
|||
|
Re: Click Once application failing at execution
On Jul 15, 10:25*pm, "Alvin Bruney [ASP.NET MVP]" <vapor dan using hot
male spam filter> wrote: > 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 > ------------------------------------------------------- > > <ChicagoGol...@gmail.com> wrote in message > > news:d4e49a4c-7949-4428-a932-800cea08b92c@m44g2000hsc.googlegroups.com... > > > > > 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? |
|
|||
|
Re: Click Once application failing at execution
On Jul 16, 7:27*pm, ChicagoGol...@gmail.com wrote:
> On Jul 15, 10:25*pm, "Alvin Bruney [ASP.NET MVP]" <vapor dan using hot > > > > male spam filter> wrote: > > 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 > > ------------------------------------------------------- > > > <ChicagoGol...@gmail.com> wrote in message > > >news:d4e49a4c-7949-4428-a932-800cea08b92c@m44g2000hsc.googlegroups.com.... > > > > 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. 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/ > > > > 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? |
|
|||
|
Re: Click Once application failing at execution
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 ------------------------------------------------------- <ChicagoGolfer@gmail.com> wrote in message news:e589f2b3-3a5b-4a98-a55c-f8668259d182@z72g2000hsb.googlegroups.com... > On Jul 15, 10:25 pm, "Alvin Bruney [ASP.NET MVP]" <vapor dan using hot > male spam filter> wrote: >> 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 >> ------------------------------------------------------- >> >> <ChicagoGol...@gmail.com> wrote in message >> >> news:d4e49a4c-7949-4428-a932-800cea08b92c@m44g2000hsc.googlegroups.com... >> >> >> >> > 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? |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|