Options

Problems with debugger after installation of 2013R2

jensthomsenjensthomsen Member Posts: 173
edited 2013-10-29 in NAV Three Tier
Hi
I've installed Nav2013R2, but now I want to be able to run a page from the Development environment in Nav2013. I therefore made the changes to the registry as described in http://mibuso.com/forum/viewtopic.php?f ... 34&start=0. When running a page from the dev. env. in Nav2013 it Works fine as long as the RTC isn't opened in advance. When the RTC is open and I try to run a page from the dev. env. I get an error ("Microsoft dynamics stopped working...."). The same problem exist with the debugger: Starting the debugger before opening the RTC - no problem, but trying to start the debugger while the RTC is running causes an error.

Hmmmm?? Any ideas?

Comments

  • Options
    tedl30tedl30 Member Posts: 59
    Hi
    I've installed Nav2013R2, but now I want to be able to run a page from the Development environment in Nav2013. I therefore made the changes to the registry as described in http://mibuso.com/forum/viewtopic.php?f ... 34&start=0. When running a page from the dev. env. in Nav2013 it Works fine as long as the RTC isn't opened in advance. When the RTC is open and I try to run a page from the dev. env. I get an error ("Microsoft dynamics stopped working...."). The same problem exist with the debugger: Starting the debugger before opening the RTC - no problem, but trying to start the debugger while the RTC is running causes an error.

    Hmmmm?? Any ideas?


    You must set registry

    NAV 2013

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\DYNAMICSNAV]
    @="Dynamics NAV Protocol"
    "URL Protocol"=""

    [HKEY_CLASSES_ROOT\DYNAMICSNAV\DefaultIcon]
    @="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\70\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.exe,0"

    [HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell]
    @=""

    [HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell\Open]
    @=""

    [HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell\Open\Command]
    @="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\70\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.exe -protocolhandler \"%1\""

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Microsoft.Dynamics.Nav.Client.exe]
    @="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\70\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.exe"
    "Path"="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\70\\RoleTailored Client\\"

    [HKEY_CLASSES_ROOT\Interface\{14519985-4959-4F7C-AC30-CBBCD9DFBC08}\TypeLib]
    @="{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}"
    "Version"="7.0"

    [HKEY_CLASSES_ROOT\Interface\{E3041209-EDEA-36B5-ADE4-51E7751BE082}\TypeLib]
    @="{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}"
    "Version"="7.0"

    [HKEY_CLASSES_ROOT\Wow6432Node\Interface\{14519985-4959-4F7C-AC30-CBBCD9DFBC08}\TypeLib]
    @="{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}"
    "Version"="7.0"

    [HKEY_CLASSES_ROOT\Wow6432Node\Interface\{E3041209-EDEA-36B5-ADE4-51E7751BE082}\TypeLib]
    @="{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}"
    "Version"="7.0"

    [HKEY_CLASSES_ROOT\TypeLib\{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}\7.1\0\win32]
    @="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\70\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.WinForms.tlb"




    NAV 2013 R2

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\DYNAMICSNAV]
    @="Dynamics NAV Protocol"
    "URL Protocol"=""

    [HKEY_CLASSES_ROOT\DYNAMICSNAV\DefaultIcon]
    @="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\71\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.exe,0"

    [HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell]
    @=""

    [HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell\Open]
    @=""

    [HKEY_CLASSES_ROOT\DYNAMICSNAV\Shell\Open\Command]
    @="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\71\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.exe -protocolhandler \"%1\""

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Microsoft.Dynamics.Nav.Client.exe]
    @="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\71\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.exe"
    "Path"="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\71\\RoleTailored Client\\"

    [HKEY_CLASSES_ROOT\Interface\{14519985-4959-4F7C-AC30-CBBCD9DFBC08}\TypeLib]
    @="{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}"
    "Version"="7.1"

    [HKEY_CLASSES_ROOT\Interface\{E3041209-EDEA-36B5-ADE4-51E7751BE082}\TypeLib]
    @="{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}"
    "Version"="7.1"

    [HKEY_CLASSES_ROOT\Wow6432Node\Interface\{14519985-4959-4F7C-AC30-CBBCD9DFBC08}\TypeLib]
    @="{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}"
    "Version"="7.1"

    [HKEY_CLASSES_ROOT\Wow6432Node\Interface\{E3041209-EDEA-36B5-ADE4-51E7751BE082}\TypeLib]
    @="{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}"
    "Version"="7.1"

    [HKEY_CLASSES_ROOT\TypeLib\{5020AC1E-A4F0-402B-A920-3FED4E3B05CC}\7.1\0\win32]
    @="C:\\Program Files (x86)\\Microsoft Dynamics NAV\\71\\RoleTailored Client\\Microsoft.Dynamics.Nav.Client.WinForms.tlb"
Sign In or Register to comment.