error on installation with customized adx assembly

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

error on installation with customized adx assembly
 
Sven Heitmann




Posts: 193
Joined: 2004-08-23
hi

i get an error when i want to install ny addin with msi
i customized adx... add an event

the installer is showing an exception windows wich tells the manifestdefinition of "AddinExpress.MSO" is not equal to the assemblyreference :/

do i have to change something else to get it work?

best regards
sven
Best regards,

Sven Heitmann
Posted 20 Sep, 2004 09:11:27 Top
Eugene Starostin


Guest


hi,

The cause of the error seems to be in the following: your sertup project refers to the old build of AddinExpress.MSO.dll.
You need to delete references to AddinExpress.MSO.dll and add them again. You need to add AddinExpress.MSO.dll one time to the Global Assembly Cache and one time to target directory of your setup project. Remember to add custome actions for AddinExpress.MSO.dll in the Custome Actions Editor.
Posted 20 Sep, 2004 09:40:37 Top
Sven Heitmann




Posts: 193
Joined: 2004-08-23
ok, let's see if i can figure it out...

edit: ok i get it working :)
Best regards,

Sven Heitmann
Posted 20 Sep, 2004 09:58:28 Top