When trying to open session viewer on machines with a ClickOnce install I get a
"Internet browser is not installed" error
(NAV 2013 hotfix rollup 11 - build 36076)
I can open hyperlinks from the customer card etc - and the registry fix (HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet) is present and correct. The ClickOnce limitations page say that the debugger cannot be opened, but don't mention anything about session viewer
is this a limitation of the ClickOnce install or is there another issue?
Thanks!
Charleh
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
After some messing about with a ClickOnce and a standard NAV installed on the same machine it seems that NAV invokes the dynamicsnav:// protocol in order to start up the session viewer. Since this does not work with a ClickOnce deploy it explains why the session viewer wouldn't work.
With just ClickOnce, nothing on the machine could intercept the request to open the dynamicsnav:// url, but after I used the MSI installer, when invoking the session viewer from the ClickOnce instance, the standard MSI installed NAV started intercepting the request (I ended up with two NAV instances running and a pretty confused machine!)
I ended up using the MSI on the users who needed the session viewer. Next time I'll deploy via GPO.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.