Control Add-in Error in NAV 2013

manikandanmanikandan Member Posts: 160
edited 2013-02-27 in NAV Three Tier
Hi,
In Nav 2013 i have register Client control addin.
When i try open on Page then getting error message Like this:

Control Add-in Error
Could not locate the add-in library for
"MyCompany.MyProduct.RtcAddins.dll;PublicKeyToken=f8ec1a0e3cf9612f".

But i have palced "MyCompany.MyProduct.RtcAddins.dll" file in
My Role Tailored Client Folder (C:\Program Files\Microsoft Dynamics NAV\70\RoleTailored Client)

if any think missing i am please help me. :? :?

Regards,
Muthu

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    I guess you have to place the dll's in C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\Add-ins
  • manikandanmanikandan Member Posts: 160
    I guess you have to place the dll's in C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\Add-ins
    Hi,
    I have placed dll file in to C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\Add-ins
    But still the getting the same error. ](*,)

    Regards,
    Muthu
  • pawanppawanp Member Posts: 90
    Did you register the DLL in the Global Assembly.? If not
    You can do drag and drop into assembly folder in C:\Windows\assembly or using command line GACUTIL –I <the assembly file>. Note GACUTIL is .net framework utility tool.
  • Johannes_NielsenJohannes_Nielsen Member Posts: 206
    Hi

    Try placing yet another copy of your dll in the service tiers Service\Add-ins directory.

    C:\Program Files\Microsoft Dynamics NAV\70\Service\Add-ins

    Stop the service before
    Copy the file
    Start service
    Best regards / Venlig hilsen
    Johannes Sebastian
    MB7-840,MB7-841
  • manikandanmanikandan Member Posts: 160
    Hi

    Try placing yet another copy of your dll in the service tiers Service\Add-ins directory.

    C:\Program Files\Microsoft Dynamics NAV\70\Service\Add-ins

    Stop the service before
    Copy the file
    Start service
    Hi ,
    also copy to the C:\Program Files\Microsoft Dynamics NAV\70\Service\Add-ins.
    Still problem is not solved. ](*,)
    Thanks ,
    Muthu
  • Johannes_NielsenJohannes_Nielsen Member Posts: 206
    Then I'm guessing either your Add-in Name or Token is incorrect.

    The name is not the file name.
    It's the value of this property in your project.

    [ControlAddInExport("xyname")]
    Best regards / Venlig hilsen
    Johannes Sebastian
    MB7-840,MB7-841
Sign In or Register to comment.