Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > .NET Framework

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-16-2008, 01:23 AM
ChicagoGolfer@gmail.com
 
Posts: n/a
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?
Reply With Quote
  #2 (permalink)  
Old 07-16-2008, 02:06 AM
EradicusMax
 
Posts: n/a
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?



Reply With Quote
  #3 (permalink)  
Old 07-16-2008, 02:07 AM
EradicusMax
 
Posts: n/a
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?



Reply With Quote
  #4 (permalink)  
Old 07-16-2008, 03:25 AM
Alvin Bruney [ASP.NET MVP]
 
Posts: n/a
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?


Reply With Quote
  #5 (permalink)  
Old 07-16-2008, 02:26 PM
ChicagoGolfer@gmail.com
 
Posts: n/a
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).
Reply With Quote
  #6 (permalink)  
Old 07-16-2008, 02:27 PM
ChicagoGolfer@gmail.com
 
Posts: n/a
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?
Reply With Quote
  #7 (permalink)  
Old 07-17-2008, 07:51 AM
Sachin Palewar
 
Posts: n/a
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?


Reply With Quote
  #8 (permalink)  
Old 07-18-2008, 01:12 AM
Alvin Bruney [ASP.NET MVP]
 
Posts: n/a
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?


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > .NET Framework


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:01 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108