What is needed to be done to use the Sample Applications

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

What is needed to be done to use the Sample Applications
 
charlie parks




Posts: 19
Joined: 2007-11-14
I'm getting errors on items like this:

AddinExpress.MSO.ADXAddinModule
Me.HostApplication
StartMode = AddinExpress.MSO.ADXStartMode.smFirstStart

Do I need to include items in the solution?
Posted 04 Jan, 2008 11:38:53 Top
Sergey Grischenko


Add-in Express team


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

What sample application do you mean? Did you install the Add-in Express product?
Posted 06 Jan, 2008 10:17:16 Top
charlie parks




Posts: 19
Joined: 2007-11-14
The item called "Add-in Express Toys?Â?Ô?? .NET for Microsoft Word"
http://www.add-in-express.com/free-addins/net-word-addin.php

is what I'm trying to use.
Posted 07 Jan, 2008 09:43:58 Top
Sergey Grischenko


Add-in Express team


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

The example doesn't work without the Add-in Express product.
Posted 08 Jan, 2008 09:04:35 Top
charlie parks




Posts: 19
Joined: 2007-11-14
I have Add-in Express 2007 for .NET, Basic installed on the computer that I am trying to use the toys with. Do I need a different version?
Posted 08 Jan, 2008 11:43:12 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
No, please remove the AddinExpress.MSO dependent assembly from the References section of the add-in project and add the AddinExpress.MSO.2005 assembly instead. I think it should fix the issue.
Posted 08 Jan, 2008 11:48:31 Top
charlie parks




Posts: 19
Joined: 2007-11-14
When I do this I get

Error 1 File 'MSO.DLL' cannot be shared in Global Assembly Cache folder; only assemblies are allowed. C:\Program Files\Afalinasoft\ADX Toys.NET\Source\VB\WToys\WToysSetup\WToysSetup.vdproj WToysSetup
Posted 09 Jan, 2008 15:09:10 Top
Sergey Grischenko


Add-in Express team


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

I meant the 'Add Reference' dialog of the add-in project and the AddinExpress.MSO.2005 assembly (not the MSO.dll).
Posted 10 Jan, 2008 08:19:50 Top