.Net Control on CommandBar

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

.Net Control on CommandBar
 
Andreas Martin




Posts: 15
Joined: 2010-11-26
Hello,

I have created a commandbar with a .Net Textbox Control on it.
I can see the control in my commandbar, but it's behaviour is like enabled = false.

But both , the AdxCommandBarAdvancedControl enabled property and the textbox property enabled are set to true.

Additional the ADXCommandBarEdit control I have tried first and that I have deleted meanwhile is still part of my commandbar. (Not in design-time of course)

I use the .Net Textbox, because oI need the property UseSystemPasswordChar.

Before every start I choose 'Register ADX Project'

best regards
Andreas
Posted 29 Nov, 2010 11:47:01 Top
Eugene Astafiev


Guest


Hi Andreas,

Could you please show me the adxloader.log file (which is typically located in the <My Documents>\Add-in Express folder)?
Posted 29 Nov, 2010 12:04:30 Top
Andreas Martin




Posts: 15
Joined: 2010-11-26
Hello Eugene,

here is my logfile:

Add-in Express Loader Log File: 11/29/2010 18:23:57

Startup directory: C:\@Dev\OutlookPlugIn\OutlookPlugIn\bin\Debug\
Loader version: 6.2.3051.0
Operating System: Microsoft Windows 7 Professional (build 7600), 32-bit
Process Owner: Administrator
Command Line: "C:\Program Files\Office\Microsoft Office\Office12\Outlook.exe"
Run 'As Administrator': Yes
Process Elevated: Yes
Integrity Level: High
UAC (User Account Control): On
------------------------------------------------------------------------
18:23:57 4972 3620 Start.
18:23:57 4972 3620 Reading the registry key 'HKEY_CLASSES_ROOT\CLSID\{2B81E97A-390A-45A8-B0B5-F6D508DD92C0}'
18:23:57 4972 3620 Success. The registry key 'HKEY_CLASSES_ROOT\CLSID\{2B81E97A-390A-45A8-B0B5-F6D508DD92C0}' is closed.
18:23:57 4972 3620 Converting the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID from string.
18:23:57 4972 3620 Success.
18:23:57 4972 3620 Attempting to get the class object by the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID.
18:23:57 4972 3620 Success.
18:23:57 4972 3620 Creating a new instance of the add-in loader.
18:23:57 4972 3620 Success.
18:23:57 4972 3620 Loading the configuration from the system registry.
18:23:57 4972 3620 Getting the latest CLR version.
18:23:57 4972 3620 The latest CLR version is 'v4.0.30319'.
18:23:57 4972 3620 The configuration has been loaded successfully.
18:23:57 4972 3620 Runtime version: v2.0.50727.
18:23:57 4972 3620 Assembly name: OutlookPlugIn, PublicKeyToken=78CBE6ECBA1C92B8.
18:23:57 4972 3620 Class name: OutlookPlugIn.AddinModule.
18:23:57 4972 3620 Attempting to create a new instance of the managed add-in class: CLR - v2.0.50727
18:23:57 4972 3620 Loading CLR: v2.0.50727.
18:23:57 4972 3620 Calling CLRCreateInstance method.
18:23:57 4972 3620 Success.
18:23:57 4972 3620 Calling GetRuntime method.
18:23:57 4972 3620 Success.
18:23:57 4972 3620 Calling GetInterface method.
18:23:57 4972 3620 Calling GetInterface method for the CorRuntimeHost interface.
18:23:57 4972 3620 Success.
18:23:57 4972 3620 Starting CLR...
18:23:57 4972 3620 Success.
18:23:57 4972 3620 The CLR v2.0.50727 has been initialized successfully.
18:23:57 4972 3620 Creating a new domain setup.
18:23:57 4972 3620 Success.
18:23:57 4972 3620 Getting the add-in directory.
18:23:57 4972 3620 Success. The directory is 'C:\@Dev\OutlookPlugIn\OutlookPlugIn\bin\Debug\'
18:23:57 4972 3620 The configuration file is 'C:\@Dev\OutlookPlugIn\OutlookPlugIn\bin\Debug\app.config'
18:23:57 4972 3620 The 'shadow copy' is enabled.
18:23:57 4972 3620 Creating a new application domain.
18:23:57 4972 3620 Success.
18:23:57 4972 3620 Unwrapping the managed class.
18:23:58 4972 3620 Success.
18:23:58 4972 3620 Querying the add-in extensibility.
18:23:58 4972 3620 Querying the custom task panes.
18:23:58 4972 3620 Querying the ribbon extensibility.
18:23:58 4972 3620 Success.
18:23:58 4972 3620 Querying the form regions.
18:23:58 4972 3620 Success.
18:23:58 4972 3620 Getting the dispid of the 'Dispose' method.
18:23:58 4972 3620 Success.
18:23:58 4972 3620 The managed add-in class has been created successfully.
Posted 30 Nov, 2010 02:47:20 Top
Eugene Astafiev


Guest


Hi Andreas,

Thank you for providing me with the adxloader.log file. Could you please send a sample add-in project which can reproduce the issue to the support e-mail address (see readme.txt for details)?
Posted 30 Nov, 2010 09:35:21 Top