Hi, folks.
I'm having some difficulty with a bundle we're trying to deploy on two customer sites. These are both SalesLogix 8, with Web update 04 applied.
When we install the bundle in AA and hit 'build' (or rebuild) everything seems to complete successfully.
When we try to deploy, however, a single error appears in output window:
ERROR - Global sprite deployment action not found in portal. Processing as default action.
When we then log into the SLXClient site, an error is seen in various places, particularly on the "Insert Campaign", "Insert Contact" and "Insert Lead".
The resource object with key ‘EditForm_ToolTip’ was not found
Looking at the Windows event log shows an event 5010 with a bit more detail. (It's a bit long to post here, so the full error text is available here. This is an excerpt of the interesting bits:
2013-11-05 15:58:37,830 [20] ERROR Sage.Platform.WebPortal.WebPortalPage - The smart part '~/SmartParts/Lead/InsertLead.ascx' could not be loaded [SalesLogix Error Id=SLXD275E98E8E9E84FE] { "slxErrorId": "SLXD275E98E8E9E84FE", "mitigation": "ErrorContent (1)", "date": "2013-11-05T15:58:37", "utc": "2013-11-05T15:58:37", "message": "The resource object with key 'EditForm_ToolTip' was not found.", "source": "System.Web.Compilation.ResourceExpressionBuilder, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "type": "System.Web.HttpException", "stackTrace": " at System.Web.Compilation.ResourceExpressionBuilder.ParseExpression(String expression, Type propertyType, ExpressionBuilderContext context)\r\n at System.Web.UI.BoundPropertyEntry.ParseExpression(ExpressionBuilderContext context)\r\n... "targetSite": "System.Object ParseExpression(System.String, System.Type, System.Web.Compilation.ExpressionBuilderContext)", "fullException": "System.Web.HttpParseException (0x80004005): The resource object with key 'EditForm_ToolTip' was not found. ---> System.Web.HttpParseException (0x80004005): The resource object with key 'EditForm_ToolTip' was not found... "hashCode": "EA98312E-EBF6A0B8-072B350C", "pid": 12096
If anyone can shed any light on this, that would be amazing.
Thanks |