Options

.net interop

navinbnavinb Member Posts: 51
edited 2011-05-30 in NAV Three Tier
I am working on moving an integration solution from COM to .net interop,i have some queries :

>support for both the clients i.e RTC and Classic ?
>like COM can be created on server and client both.,is there a limitation like COM tat if GUI is generated it must run from client.
> just need to copy that into addins folder or in GAC
> is there any documentation with custom assembly
> any .net interop limitaion to keep in mind before moving from COM ?

Thanks in advance !!

Comments

  • Options
    kinekine Member Posts: 12,562
    Only RTC support
    Same limitation, if GUI used, you need to do it client-side.
    It is on you, you can place the assembly into addin folder everywhere or place it into GAC
    Why? You just needs to create some assembly, it is easier than with COM...
    Events not yet supported...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    navinbnavinb Member Posts: 51
    Thanks a lot Kamil for the information
Sign In or Register to comment.