I'm having the same issue as above after upgrading from Kentico 7.0.66 to 10.0.
In my fresh install of Kentico 10, this file is located in ~/CMSModules/AdminControls/Controls/UIControls/SmartTipPlaceholder.ascx
.
Are you both sure that your file is at the path you specified?
When I go to the Licenses module in the /Admin dashboard I get an error [Error loading the WebPart 'SmartTipPlaceholder' of type 'SmartTipPlaceholder']
displayed on the page above the list of licenses.
The EventLog shows an error
EventUrl: /CMSModules/AdminControls/Pages/UIPage.aspx?displaytitle=false&elementguid=...
Message: Value cannot be null.
Parameter name: type
Exception type: System.ArgumentNullException
Stack trace:
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at CMS.Base.Web.UI.ControlDefinition.Load(Page page)
at CMS.PortalEngine.Web.UI.CMSWebPartZone.LoadWebPart(Control container, CMSWebPartZone zone, WebPartInstance part, Boolean reloadData, Boolean isVariant)