You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
columnNode.Attributes["width"] is null. For me it fired on Sharepoint Document entity, trying to display All SharePoint Document view.
---------------------------
Error
---------------------------
Error while displaying view: Object reference not set to an instance of an object.
---------------------------
OK
---------------------------
Vanilla CRM 2013 database.
The text was updated successfully, but these errors were encountered:
In View Transfer Tool null pointer exception raises when trying to display view where column width was not set explicitly.
Debugger catches following location: https://github.com/MscrmTools/XrmToolBox/blob/master/Plugins/DamSim.ViewTransferTool/ViewTransferTool.cs#L460
columnNode.Attributes["width"]
is null. For me it fired onSharepoint Document
entity, trying to displayAll SharePoint Document
view.Vanilla CRM 2013 database.
The text was updated successfully, but these errors were encountered: