Client Add-in NAV 2013

manikandan
Member Posts: 160
Hi,
I Have a Problem with client Add-in NAV 2013 ?
successfully generated Public key token and register in "Client Add-in " Table
But i am using this then getting error Message Like this:
Could not locate the add-in library for "MyCompany.MyProduct.RtcAddins;PublicKeyToken=3524aa362fa203e7".
Note :I have placed my dll in Role tailored Client folder also.
kindly view my attachment


Thanks and Regards,
Muthusubramanian.M
I Have a Problem with client Add-in NAV 2013 ?
successfully generated Public key token and register in "Client Add-in " Table
But i am using this then getting error Message Like this:
Could not locate the add-in library for "MyCompany.MyProduct.RtcAddins;PublicKeyToken=3524aa362fa203e7".
Note :I have placed my dll in Role tailored Client folder also.
kindly view my attachment


Thanks and Regards,
Muthusubramanian.M
0
Comments
-
Make sure that you have placed them in
Server:
1. C:\Program Files\Microsoft Dynamics NAV\70\Service\Add-ins
2. C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\Add-ins
Client:
1. C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\Add-ins0 -
Hi mohana,
Have placed
1. C:\Program Files\Microsoft Dynamics NAV\70\Service\Add-ins and
2. C:\Program Files (x86)\Microsoft Dynamics NAV\70\RoleTailored Client\Add-ins
But still getting same Error message.
Thanks and Regards,
Muthusubramanian.M0 -
Did you add/register them in Client-Addin table (2000000069)0
-
mohana_cse06 wrote:Did you add/register them in Client-Addin table (2000000069)
Thanks and Regards,
Muthusubramanian.M0 -
Do you use an additional Libary (dll), which is required for your AddIn dll?0
-
Fred Clever wrote:Do you use an additional Libary (dll), which is required for your AddIn dll?
http://msdn.microsoft.com/en-in/library/dd983804(v=nav.70).aspx0 -
Check if the name 'MyCompany.MyProduct.RtcAddins' is equal to the name that is specified in the ControlAddInExport attribute of the class.
For example:
[ControlAddInExport("MyCompany.MyProduct.FieldPopupAddin")]
public class MyFieldPopupAddin : StringControlAddInBase
This should result in a registration of 'MyCompany.MyProduct.FieldPopupAddin' in table 2000000069 Client Add-in.
The name 'RtcAddins' that you are using could point to using it more than one time. It is not strong enough. Each Add-in class in your RtcAddins assembly should have a unique name in the ControlAddInExport attribute.
If using version numbers in table 2000000069 , then check if the version number is equal to the version number of the add-in assembly.
By the way: control add-ins don't need to be copied to the server add-in folder. They only need to be on the client (remember to deploy it to every client).A good programmer makes al the right mistakes
My blog0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions