You have running word application .Please close the application

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

You have running word application .Please close the application
You have running word application .Please close the application 
Rajesh PR




Posts: 16
Joined: 2009-03-26
Hi,

You have running word application .Please close the application .

I did not open any office application when installing the Add in. But It shows the message like word running.

Also same in uninstall also.


But Close the winword.exe in process in Task manager its work fine.

Any idea to avoid this message while installing?

Thank you
Posted 22 May, 2009 10:50:22 Top
Eugene Astafiev


Guest


Hi Rajesh,

I have a bunch of questions for you:
1. What version and build number of Add-in Express do you use?
2. Could you reproduce the issue with a newly created sample add-in?
3. Could you show me the adxloader.log file which is typically located in the <My Documents>/Add-in Express folder?
Posted 23 May, 2009 07:37:45 Top
Rajesh PR




Posts: 16
Joined: 2009-03-26
Hi Eugene,

1.Add in Express 2009 for .Net
2.Yes
3.Add-in Express Loader Log File: 05/25/2009 10:35:41

Startup directory: D:\Samples\ButtlerAddin\ButtlerAddin\bin\Debug\
Loader version: 5.0.2020
------------------
10:35:41 580 3284 Start.
10:35:41 580 3284 Reading the registry key
10:35:41 580 3284 Success. The registry key is closed.
10:35:41 580 3284 Converting the '{4BA250A6-8BCA-46A6-982A-F340081187C3}' CLSID from string.
10:35:41 580 3284 Success.
10:35:41 580 3284 Attempting to get the class object by the CLSID.
10:35:41 580 3284 Success.
10:35:41 580 3284 Creating a new instance of the add-in loader.
10:35:41 580 3284 Success.
10:35:41 580 3284 Loading the configuration from the system registry.
10:35:41 580 3284 Getting the latest CLR version.
10:35:41 580 3284 The latest CLR version is 'v2.0.50727'.
10:35:41 580 3284 The configuration has been loaded successfully.
10:35:41 580 3284 Runtime version: v2.0.50727.
10:35:41 580 3284 Assembly name: ButtlerAddin,
10:35:41 580 3284 Class name: ButtlerAddin.AddinModule.
10:35:41 580 3284 Attempting to create a new instance of the managed add-in class: CLR - v2.0.50727
10:35:41 580 3284 Loading CLR: v2.0.50727.
10:35:41 580 3284 The CLR v2.0.50727 has been initialized successfully.
10:35:41 580 3284 Creating a new domain setup.
10:35:41 580 3284 Success.
10:35:41 580 3284 Getting the add-in directory.
10:35:41 580 3284 Success. The directory is 'D:\Samples\ButtlerAddin\ButtlerAddin\bin\Debug\'
10:35:41 580 3284 The configuration file is 'D:\Samples\ButtlerAddin\ButtlerAddin\bin\Debug\app.config'
10:35:41 580 3284 The 'shadow copy' is enabled.
10:35:41 580 3284 Creating a new application domain.
10:35:41 580 3284 Success.
10:35:41 580 3284 Unwrapping the managed class.
10:35:41 580 3284 Success.
10:35:41 580 3284 Querying the add-in extensibility.
10:35:41 580 3284 Querying the custom task panes.
10:35:41 580 3284 Querying the ribbon extensibility.
10:35:41 580 3284 Success.
10:35:41 580 3284 Querying the form regions.
10:35:41 580 3284 Success.
10:35:41 580 3284 The managed add-in class has been created successfully.

Startup directory: D:\CC\WordAddIn\AddInExpress\ClientCommAddIn\ClientCommAddIn\bin\Debug\
Loader version: 4.4.1913
------------------
10:35:44 1708 Start.
10:35:44 1708 Reading the registry key
10:35:44 1708 Success. The registry key is closed.
10:35:44 1708 Converting the ' CLSID from string.
10:35:44 1708 Success.
10:35:44 1708 Attempting to get the class object by the CLSID.
10:35:44 1708 Success.
10:35:44 1708 Creating a new instance of the add-in loader.
10:35:44 1708 Success.
10:35:44 1708 Loading the configuration from the system registry.
10:35:44 1708 Getting the lates CLR version.
10:35:44 1708 The latest CLR version is 'v2.0.50727'.
10:35:44 1708 The configuration has been loaded successfully.
10:35:44 1708 Runtime version: v2.0.50727.
10:35:44 1708 Assembly name: ClientCommAddIn, PublicKeyToken=B4D7CB87B60FC4D9.
10:35:44 1708 Class name: ClientCommAddIn.AddinModule.
10:35:44 1708 Attempting to create a new instance of the managed add-in class: CLR - v2.0.50727
10:35:44 1708 Loading CLR: v2.0.50727.
10:35:44 1708 The CLR v2.0.50727 has been initialized successfully.
10:35:44 1708 Creating a new domain setup.
10:35:44 1708 Success.
10:35:44 1708 Getting the add-in directory.
10:35:44 1708 Success. The directory is 'D:\CC\WordAddIn\AddInExpress\ClientCommAddIn\ClientCommAddIn\bin\Debug\'
10:35:44 1708 The configuration file is 'D:\CC\WordAddIn\AddInExpress\ClientCommAddIn\ClientCommAddIn\bin\Debug\app.config'
10:35:44 1708 The 'shadow copy' is enabled.
10:35:44 1708 Creating a new application domain.
10:35:44 1708 Success.
10:35:44 1708 Unwrapping the managed class.
10:35:44 1708 Success.
10:35:44 1708 Querying the add-in extensibility.
10:35:44 1708 Querying the custom task panes.
10:35:44 1708 Querying the ribbon extensibility.
10:35:44 1708 Success.
10:35:44 1708 Querying the form regions.
10:35:44 1708 Success.
10:35:44 1708 The managed add-in class has been created successfully.

Posted 25 May, 2009 02:59:36 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Rajesh.

You just need to set the DisplayAlerts property of the addinmodule to false and rebuild the project.
Posted 25 May, 2009 09:20:41 Top
Rajesh PR




Posts: 16
Joined: 2009-03-26
Hi Sergey,

Yeah, its working fine.

Thanks a lot.
Posted 25 May, 2009 10:47:37 Top