add-in installing with loadbehavior of 0 not 3

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

add-in installing with loadbehavior of 0 not 3
 
cocoder




Posts: 34
Joined: 2010-07-07
I've rewritten the problem add-in using the newest build of add-in express. It works ok on my computer (haven't tested it on others yet) except for one thing. When I install it, the add-in doesn't show up. I check the load behavior and it says 0 so I change it to 3 and everything is fine after that.

The add-in should be installing with the load behavior as "Connected;LoadAtStartup" because that's what I have it set to


Add-in Express Registrator Log File: 10/28/2010 13:13:47

Installation directory: C:\Program Files\OPDEC Tools\Task Review 2011\
Registrator version: 6.2.3051.0
Operating System: Microsoft Windows XP Professional Service Pack 3 (build 2600)
Process Owner: Administrator
Command Line: "C:\Program Files\OPDEC Tools\Task Review 2011\adxregistrator.exe" /install="Task Review 2011.dll" /privileges=user
Run 'As Administrator': Yes
Process Elevated: No
Integrity Level: Untrusted
UAC (User Account Control): Off
--------------------------------------------------------------
13:13:47 Starting the add-in registration process.
13:13:47 Loading mscoree.dll
13:13:47 Success.
13:13:47 .NET Framework installation directory:
13:13:47 The latest version of .NET Framework: 'v2.0.50727'
13:13:47 Loading CLR: v2.0.50727.
13:13:47 Calling CLRCreateInstance method.
13:13:47 Failed.
13:13:47 The loader will try to use the old Framework API.
13:13:47 The CLR v2.0.50727 has been initialized successfully.
13:13:47 Creating a new domain setup.
13:13:47 Success.
13:13:47 Getting the add-in directory.
13:13:47 Success. The directory is 'C:\Program Files\OPDEC Tools\Task Review 2011\'
13:13:47 The 'shadow copy' is disabled.
13:13:47 Creating a new application domain.
13:13:48 Success.
13:13:48 Getting the base directory for the domain.
13:13:48 Success. The directory is 'C:\Program Files\OPDEC Tools\Task Review 2011\'.
13:13:48 Searching for the Add-in Express core library.
13:13:48 Success. The 'AddinExpress.MSO.2005.dll' file is found.
13:13:48 Creating an instance of the 'AddinExpress.Deployment.ADXRegistrator' class.
13:13:48 Assembly identity is 'AddinExpress.MSO.2005'.
13:13:48 Success.
13:13:48 Unwrapping the instance of the 'AddinExpress.Deployment.ADXRegistrator' class.
13:13:48 Success.
13:13:48 Calling the managed registration procedure.
13:13:48 832 Connecting to the application domain of the Add-in Express loader.
13:13:48 832 Success.
13:13:48 832 Loading the 'task review 2011.dll' assembly.
13:13:48 832 Success.
13:13:48 832 Registering the 'task review 2011.dll' assembly (user).
13:13:48 832 The ' task review 2011.dll' assembly has been registered successfully.
13:13:48 Success.
13:13:48 The add-in registration process is completed with HRESULT = 0.
Posted 28 Oct, 2010 13:29:21 Top
Eugene Astafiev


Guest


Hi Cocoder,

Please try to remove spaces in the name of dll. For example:

TaskReview2011.dll


Does this help? Are you able to reproduce the issue with a newly created add-in project (without spaces in the name of assembly)?
Posted 29 Oct, 2010 07:08:17 Top
cocoder




Posts: 34
Joined: 2010-07-07
I can try that, but I've never had any trouble with spaces in the name before.
Posted 29 Oct, 2010 09:19:07 Top
Eugene Astafiev


Guest


Hi Cocoder,

Please keep me notified.
Posted 29 Oct, 2010 09:55:43 Top