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
0
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
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
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.
http://msdn.microsoft.com/en-us/library/dd983804(v=nav.70).aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
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
Johannes Sebastian
MB7-840,MB7-841
also copy to the C:\Program Files\Microsoft Dynamics NAV\70\Service\Add-ins.
Still problem is not solved. ](*,)
Thanks ,
Muthu
The name is not the file name.
It's the value of this property in your project.
[ControlAddInExport("xyname")]
Johannes Sebastian
MB7-840,MB7-841