Add-in Express not working in Windows 7 Home Edition with CLR Ver 4.0

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

Add-in Express not working in Windows 7 Home Edition with CLR Ver 4.0
 
sanjay bajracharya




Posts: 12
Joined: 2010-09-14
Add-in Express Loader Log File: 09/14/2010 14:54:00

Startup directory: D:\Projects\TFS\Outlook Add-Ins\Main\Source\Attachment Removal\Source\Tzunami.Outlook.AddIns.OAR\bin\Debug\
Loader version: 6.1.3044
------------------
14:54:00 5064 2300 Start.
14:54:00 5064 2300 Reading the registry key 'HKEY_CLASSES_ROOT\CLSID\{EB36A4D0-9818-4369-908B-84E80BB1A91B}'
14:54:00 5064 2300 Success. The registry key 'HKEY_CLASSES_ROOT\CLSID\{EB36A4D0-9818-4369-908B-84E80BB1A91B}' is closed.
14:54:00 5064 2300 Converting the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID from string.
14:54:00 5064 2300 Success.
14:54:00 5064 2300 Attempting to get the class object by the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID.
14:54:00 5064 2300 Success.
14:54:00 5064 2300 Creating a new instance of the add-in loader.
14:54:00 5064 2300 Success.
14:54:00 5064 2300 Loading the configuration from the system registry.
14:54:00 5064 2300 Getting the latest CLR version.
14:54:00 5064 2300 The latest CLR version is 'v2.0.50727'.
14:54:00 5064 2300 The configuration has been loaded successfully.
14:54:00 5064 2300 Runtime version: v2.0.50727.
14:54:00 5064 2300 Assembly name: Tzunami.Outlook.AddIns.OAR, PublicKeyToken=11CC088D34FF630F.
14:54:00 5064 2300 Class name: Tzunami.Outlook.AddIns.OAR.AddinModule.
14:54:00 5064 2300 Attempting to create a new instance of the managed add-in class: CLR - v2.0.50727
14:54:00 5064 2300 Loading CLR: v2.0.50727.
14:54:00 5064 2300 The CLR v2.0.50727 has been initialized successfully.
14:54:00 5064 2300 Creating a new domain setup.
14:54:00 5064 2300 Success.
14:54:00 5064 2300 Getting the add-in directory.
14:54:00 5064 2300 Success. The directory is 'D:\Projects\TFS\Outlook Add-Ins\Main\Source\Attachment Removal\Source\Tzunami.Outlook.AddIns.OAR\bin\Debug\'
14:54:00 5064 2300 The configuration file is 'D:\Projects\TFS\Outlook Add-Ins\Main\Source\Attachment Removal\Source\Tzunami.Outlook.AddIns.OAR\bin\Debug\app.config'
14:54:00 5064 2300 The 'shadow copy' is enabled.
14:54:00 5064 2300 Creating a new application domain.
14:54:00 5064 2300 Success.
14:54:01 5064 2300 Unwrapping the managed class.
14:54:01 5064 2300 Success.
14:54:01 5064 2300 Querying the add-in extensibility.
14:54:01 5064 2300 Querying the custom task panes.
14:54:01 5064 2300 Querying the ribbon extensibility.
14:54:01 5064 2300 Success.
14:54:01 5064 2300 Querying the form regions.
14:54:01 5064 2300 Success.
14:54:01 5064 2300 Getting the dispid of the 'Dispose' method.
14:54:01 5064 2300 Success.
14:54:01 5064 2300 The managed add-in class has been created successfully.
Posted 14 Sep, 2010 05:32:54 Top
Eugene Astafiev


Guest


Hi Sanjay,

What is the target framework of your add-in project? Do you have installed .net framework 4.0?
Posted 14 Sep, 2010 05:49:47 Top