FormsManager and CompleteReplacement Option on Inspector Crashes Outlook

Add-in Express™ Support Service
That's what is more important than anything else

FormsManager and CompleteReplacement Option on Inspector Crashes Outlook
 
Michael Hall


Guest


Picture of problem: http://1drv.ms/1Taifju

Forms Manager Code:

#region CRMContact

// TODO: Use the CRMContactItem properties to configure the region's location, appearance and behavior.
// See the "The UI Mechanics" chapter of the Add-in Express Developer's Guide for more information.

CRMContactItem = new ADXOlFormsCollectionItem();
CRMContactItem.InspectorLayout = ADXOlInspectorLayout.CompleteReplacement;
CRMContactItem.InspectorItemTypes = ADXOlInspectorItemTypes.olContact;
CRMContactItem.AlwaysShowHeader = true;
CRMContactItem.CloseButton = true;
CRMContactItem.IsDragDropAllowed = true;
CRMContactItem.UseOfficeThemeForBackground = true;
CRMContactItem.FormClassName = typeof(CRMContact).FullName;
this.FormsManager.Items.Add(CRMContactItem);
#endregion
Posted 09 Feb, 2016 06:57:06 Top
Andrei Smolin


Add-in Express team


Posts: 18842
Joined: 2006-05-11
Hello Michael,

I've sent you a download link for an assembly that fixes this issue plus instructions on how to install the assembly; check your Inbox.

Please let me know if the fix works for you.


Andrei Smolin
Add-in Express Team Leader
Posted 09 Feb, 2016 07:10:45 Top
Alexander Nesterenko


Guest


I have same problem. Could you send me fix too?

Regards, Alexander
Posted 20 Feb, 2016 12:57:24 Top
Alexander Nesterenko


Guest


Hi Andrei Smolin, I'm waiting for your answer. Please, do it ASAP.

Regards, Alexander
Posted 22 Feb, 2016 02:26:19 Top
Andrei Smolin


Add-in Express team


Posts: 18842
Joined: 2006-05-11
Hello Alexander,

In a moment, I'll send you an email with a download link for the fix. Please let me know if the fix works for you.


Andrei Smolin
Add-in Express Team Leader
Posted 22 Feb, 2016 08:32:05 Top
Alexander Nesterenko


Guest


Hi Andrei Smolin, I have installed this fix. The problem is fixed.

Thank you.

Regards, Alexander
Posted 22 Feb, 2016 09:03:50 Top
Andrei Smolin


Add-in Express team


Posts: 18842
Joined: 2006-05-11
Thank you for letting me know!


Andrei Smolin
Add-in Express Team Leader
Posted 22 Feb, 2016 09:11:52 Top