Client Crashing when running Page with addin

pankof2003pankof2003 Member Posts: 2
I have a page with a client javascript addin. When I run this page with the RunObject property of an action button everything is fine. When I try to open programmatically the page I get a connection lost error.

The server "net.tcp://my-pc.local:7041/local/Service" is either unavailable or your connection has been lost. Do you want to attempt to reconnect?

Any ideas?

Answers

  • archer89archer89 Member Posts: 337
    Then there is a Bug in the addin. Seems that it is not initialzed when running the page programmatically.
    best regards
    Franz Kalchmair, MVP
    Alias: Jonathan Archer

    please like / agree / verify my answer, if it was helpful for you. thx.
    Blog: http://moxie4nav.wordpress.com/
  • pankof2003pankof2003 Member Posts: 2
    Jonathan thank you for your answer.

    What do you mean by initialization? When I run the page programmatically none of the page triggers runs. I just get this connection lost error. If I click yes to the Confirmation Dialog asking to reconnect, the page is successfully displayed.
  • archer89archer89 Member Posts: 337
    check windows event log, maybe there is an additional error message.
    recompile the page, restart the nav service.
    replace the javascript addin with a different. if there is no error message, then the addin is buggy.
    best regards
    Franz Kalchmair, MVP
    Alias: Jonathan Archer

    please like / agree / verify my answer, if it was helpful for you. thx.
    Blog: http://moxie4nav.wordpress.com/
Sign In or Register to comment.