"Error occured in ADXOlFormsManager.DoExplorerFormShow"

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

"Error occured in ADXOlFormsManager.DoExplorerFormShow"
 
Tobias B?hm




Posts: 73
Joined: 2009-07-06
Hi,

all of a sudden I get following exception somewhere in between programatically changing Outlook folders:
Error occured in ADXOlFormsManager.DoExplorerFormShow . See 'Details' section to get more detailed information about the error.


Detailed technical information follows:
---
Date and Time: 27.10.2009 17:23:17
Machine Name: WINDEVR2
IP Address: 192.168.2.109
Current User: WINDEVR2\User

Application Domain: C:\DevProjects\office advocate\Main\main\LawyerSoftware\bin\Debug\
Assembly Codebase: file:///C:/WINDOWS/assembly/GAC_MSIL/AddinExpress.OL.2005/5.1.1189.2005__e69a7e0f3592d2b8/AddinExpress.OL.2005.dll
Assembly Full Name: AddinExpress.OL.2005, Version=5.1.1189.2005, Culture=neutral, PublicKeyToken=e69a7e0f3592d2b8
Assembly Version: 5.1.1189.2005
Assembly Build Date: 04.04.2003 01:06:50

Exception Source: AddinExpress.OL.2005
Exception Type: System.Exception
Exception Message: A LawyerSoftware.Forms.ADXOlCounterpartyOverviewForm form instance has not been created.
Exception Target Site: GetForm

---- Stack Trace ----
AddinExpress.OL.ADXOlFormsCollectionItem.GetForm(Cancel As Boolean)
AddinExpress.OL.2005.dll: N 0236 (0xEC) IL
AddinExpress.OL.ADXOlFormsManager.DoExplorerFormShow(Item As ADXOlFormsCollectionItem, ExplorerArgs As xc0d773c67b982e9f)
AddinExpress.OL.2005.dll: N 0293 (0x125) IL


Any idea what's causing this?
Thanks,
Tobias
Posted 27 Oct, 2009 11:29:13 Top
Fedor Shihantsov


Guest


Hello Tobias,

May be you've changed the name of your ADXOlForm class or you've changed a namespace. I.e. please check the LawyerSoftware.Forms.ADXOlCounterpartyOverviewForm name is actual.
Posted 28 Oct, 2009 05:36:38 Top
Tobias B?hm




Posts: 73
Joined: 2009-07-06
Thanks, I've changed the namespace. How stupid am I!!!
Thank you very much!
Posted 28 Oct, 2009 10:30:32 Top