Excel Task Panes does not work under Windows XP .Net 2.0

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

Excel Task Panes does not work under Windows XP .Net 2.0
Exception is thrown when Excel starts and the Task Panes have a red border / cross 
Andreas Lipphardt




Posts: 51
Joined: 2008-12-19
I have an ADX Com Add-In for Excel,ADX Version is 6.3.3052.2005, Target: .Net 2.0.
When Excel starts the exception "WaitOne(Int32)'. - ADXContainerPane.WndProc(f; 0; 0)" is thrown. TaskPanes have a red border / cross.
This happens only under Windows XP, SP 3 with .Net Framework 2.0, Excel 2010 and 2007
It runs fine in Vista, Windows 7.

I'll send a test project to reproduce to yyyy@hhhh.com.

Kind Regards

Andreas
Posted 11 Feb, 2011 05:03:24 Top
Eugene Astafiev


Guest


Hi Andreas,

Please don't publish any e-mail address on the forums. This is exactly what spammers are looking for.

Thank you for providing me with a sample add-in project. Unfortunately I wasn't able to reproduce the issue on my PC with Windows XP SP3 and Office 2010. It looks like you didn't install the latest service packs for .net framework 2.0. Am I right? Do they help?
Posted 11 Feb, 2011 05:53:10 Top
Andreas Lipphardt




Posts: 51
Joined: 2008-12-19
Thanks for your fast reply.

What service packs do we have to install?
We want a pure .Net 2.0 solution.
Posted 11 Feb, 2011 06:43:41 Top
Eugene Astafiev


Guest


Hi Andreas,

I meant the http://www.microsoft.com/downloads/en/details.aspx?familyid=5b2c0358-915b-4eb5-9b1d-10e506da9d0f&displaylang=en. There is no WaitOne(Int32) method in the pure .net framework 2.0 (without SP installed). I.e. this is a bug. I have provided you with an intermediate build of Add-in Express 2010 which includes a hotfix for this. Did you try to install it?
Posted 11 Feb, 2011 06:58:11 Top
FAUQUENOT Fabrice




Posts: 9
Joined: 2011-02-17
Hi !
I have the error in Outlook 2003 (WaitOne(Int32) not found) ... Can I have the hotfix too ? I need a pure dotNet 2.0.

Thank you.
Fabrice.
Posted 17 Feb, 2011 10:16:51 Top
Eugene Astafiev


Guest


Hi Fabrice,

I have just sent an e-mail to you with a download link. Please check out your Inbox.
Posted 17 Feb, 2011 11:53:00 Top
FAUQUENOT Fabrice




Posts: 9
Joined: 2011-02-17
Thank you ! I try it now ...
Posted 18 Feb, 2011 02:44:37 Top
Eugene Astafiev


Guest


You are welcome, Fabrice!
Posted 18 Feb, 2011 06:43:57 Top
Richard Chim




Posts: 1
Joined: 2011-02-23
Hi Eugene,

I am also running into the same problem. Can you send me the hotfix as well?

Thanks in advance,

Rich
Posted 23 Feb, 2011 15:59:33 Top
FAUQUENOT Fabrice




Posts: 9
Joined: 2011-02-17
Thank you : I have get it and installed it ... But now, I have a big problem ... My application works only on my developpement PC. If I try to use it in another PC, I have an error with this log for adxloader :

Add-in Express Loader Log File: 02/24/2011 11:03:23

Startup directory: C:\Program Files\Orange Business Services\Cliquer pour appeler\Plugin\Outlook\
Loader version: 6.3.3054.0
Operating System: Microsoft Windows XP Professional Service Pack 3 (build 2600)
Process Owner: Administrator
Command Line: "C:\PROGRA~1\MICROS~3\Office12\OUTLOOK.EXE" /recycle
Run 'As Administrator': Yes
Process Elevated: No
Integrity Level: Untrusted
UAC (User Account Control): Off
------------------------------------------------------------------------
11:03:23 4656 3972 Start.
11:03:23 4656 3972 Reading the registry key 'HKEY_CLASSES_ROOT\CLSID\{53CDED5E-67A4-4385-A518-409AF1F86509}'
11:03:23 4656 3972 Success. The registry key 'HKEY_CLASSES_ROOT\CLSID\{53CDED5E-67A4-4385-A518-409AF1F86509}' is closed.
11:03:23 4656 3972 Converting the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID from string.
11:03:23 4656 3972 Success.
11:03:23 4656 3972 Attempting to get the class object by the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID.
11:03:23 4656 3972 Success.
11:03:23 4656 3972 Creating a new instance of the add-in loader.
11:03:23 4656 3972 Success.
11:03:23 4656 3972 Loading the configuration from the system registry.
11:03:23 4656 3972 Getting the latest CLR version.
11:03:23 4656 3972 The latest CLR version is 'v2.0.50727'.
11:03:23 4656 3972 The configuration has been loaded successfully.
11:03:23 4656 3972 Runtime version: v2.0.50727.
11:03:23 4656 3972 Assembly name: TAP_OTL_CTRL, PublicKeyToken=9B23DD4AAEE0F719.
11:03:23 4656 3972 Class name: TAP_OTL_CTRL_NS.AddinModule.
11:03:23 4656 3972 Registry key: CLSID\{53CDED5E-67A4-4385-A518-409AF1F86509}.
11:03:23 4656 3972 Attempting to create a new instance of the managed add-in class: CLR - v2.0.50727
11:03:23 4656 3972 Loading CLR: v2.0.50727.
11:03:23 4656 3972 Calling CLRCreateInstance method.
11:03:23 4656 3972 Failed.
11:03:23 4656 3972 The loader will try to use the old Framework API.
11:03:23 4656 3972 The CLR v2.0.50727 has been initialized successfully.
11:03:23 4656 3972 Creating a new domain setup.
11:03:23 4656 3972 Success.
11:03:23 4656 3972 Getting the add-in directory.
11:03:23 4656 3972 Success. The directory is 'C:\Program Files\Orange Business Services\Cliquer pour appeler\Plugin\Outlook\'
11:03:23 4656 3972 The configuration file is 'C:\Program Files\Orange Business Services\Cliquer pour appeler\Plugin\Outlook\app.config'
11:03:23 4656 3972 The 'shadow copy' is enabled.
11:03:23 4656 3972 Creating a new application domain.
11:03:23 4656 3972 Success.
11:03:23 4656 3972 Error code: 0x80131040

I have just installed addinexpress 3054 ...

Thanks,
Fabrice.
Posted 24 Feb, 2011 04:29:04 Top