Navigation Section add-in Button error when i Build
Content
Hi,
When i try to add a custom add-in in the rightnow instance. Visual Studio show this error: "Cannot implicitly convert type 'AddinEntel.NavigationPanelButton' to 'RightNow.Addins.AddinViews.INavigationSection2'. An explicit conversion exists(are you missing a cast).
If anyone know how to solve this, please i will appreciate any help. Thanks.
Version
May 2014 SP7, CE Version: mw-release-14-5-0-1-sp7Code Snippet
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.AddIn; using RightNow.AddIns.AddInViews; using System.Drawing; using System.Windows.Forms; namespace AddinEntel { public class NavigationPanelButton : Panel { private Button _navigationSectionButton; public string HeaderText { get {
0