NAV 2013 R2 Could not locate control add-in library for..

Hi,

while trying to run page with a Hello World add-in using this guide: blogs.msdn.com/…/creating-your-first-hello-world-control-add-in-for-the-web-client.aspx I get this message:

I’m using Microsoft Dynamics NAV 2013 R2 (7.10.36836). I’ve tried doing this with Visual Studio 2010/2012/2013 and tried different .NET versions: 3.5, 4.0, 4.5

Is there something else with add-in registration within NAV except add-in name from c# code and public key that I do not know about?

Add-ins already registered in the demo database works fine. But this custom one Hello World - doesn’t.

I hope you could help me sort this out, because it’s really annoying not to know if it’s NAV problem (because in R2 over the week we found 4 bugs already and reported them to MS) or my problem.

p.s. I’ve also posted this question on StackOverflow: stackoverflow.com/…/dynamics-nav-control-add-in-not-found

Labas,

Are you referring to the “exported name” ?

[ControlAddInExport(“HelloWorld”)]

Strong name and signature also req’d .

g.

Hi,

I’ve figured it out using another MS tutorial. Code example in above mentioned guide is broken. The “exported name” is declared in wrong place and there is some bad wrapping.