Posts 1 - 10 of 12
First | Prev. | 1 2 | Next | Last
|
|
zipi sompo
Posts: 125
Joined: 2013-09-03
|
Hi,
I have product of adxnet-v704-b4067-vs-std
now I want to install my add in on outlook on offiice 2016
I need to buy new version for it? |
|
Posted 06 Jan, 2016 06:53:51
|
|
Top
|
|
zipi sompo
Posts: 125
Joined: 2013-09-03
|
In addition,
Are there any code adjustment for office 2016?
Thanks! |
|
Posted 06 Jan, 2016 07:20:11
|
|
Top
|
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Hi Zipi,
I need to buy new version for it?
Yes, you need to use the latest version 8 of Add-in Express for Office and .net to support Office 2016. As our registered customer, you can upgrade to the new major version for 50% of the full price by using the following page:
https://www.add-in-express.com/purchase/version-upgrade.php?family=net
Are there any code adjustment for office 2016?
You need to rebuild your existing code with version 8 (don't forget to replace Add-in Express loaders) and test it against supported Office 2016 applications. |
|
Posted 06 Jan, 2016 11:10:59
|
|
Top
|
|
zipi sompo
Posts: 125
Joined: 2013-09-03
|
Hi,
I install latest version 8 of Add-in Express for Office and .net.
and then I replace the following dll:
AddinExpress.MSO.2005.dll
AddinExpress.OL.2005.dll
adxloader.dll
adxloader64.dll
with the new dll of the new version that i install
now when I click on AddinMoudle file design the following message appear:
Could not load file or assembly 'AddinExpress.OL.2005, Version=8.0.4330.2005, Culture=neutral, PublicKeyToken=e69a7e0f3592d2b8' or one of its dependencies. The system cannot find the file specified.
|
|
Posted 12 Jan, 2016 05:59:05
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Hello Zipi,
Make sure you have Copy Local = False on the Add-in Express references in your project.
Andrei Smolin
Add-in Express Team Leader |
|
Posted 12 Jan, 2016 06:33:41
|
|
Top
|
|
zipi sompo
Posts: 125
Joined: 2013-09-03
|
Hi,
All the dll in my project with Copy Local = False.
if I click on 'continue and ignore' it's work for me but the following line always return null on 2016 outlook:
At at2 = adxOlFormsCollectionItem2.GetCurrentForm(AddinExpress.OL.EmbeddedFormStates.Visible) as At;
|
|
Posted 12 Jan, 2016 08:04:24
|
|
Top
|
|
zipi sompo
Posts: 125
Joined: 2013-09-03
|
I didn't replace the file adxloader.dll.manifest
maybe need new of it for 2016 outlook version?
I did not fint it in the setup files where the other dll there. |
|
Posted 13 Jan, 2016 04:40:10
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Zipi,
I would like to access your PC remotely within the next 2 hours. Is this possible? If yes, I suggest using TeamViewer; in this case you'll need to send me your session ID and password to the support email address; please make sure your email contains a link to this topic.
Andrei Smolin
Add-in Express Team Leader |
|
Posted 13 Jan, 2016 05:34:03
|
|
Top
|
|
zipi sompo
Posts: 125
Joined: 2013-09-03
|
yes it is possible.
do you need development machine with 2016 outlook installed? |
|
Posted 13 Jan, 2016 07:55:53
|
|
Top
|
|
Andrei Smolin
Add-in Express team
Posts: 19138
Joined: 2006-05-11
|
Alas, I won't be able to access your machine today; I need to attend a meeting which starts shortly.
Let's try doing the same tomorrow. Please send me a note when you are ready. I assume we live in the same time zone.
zipi sompo writes:
do you need development machine with 2016 outlook installed?
I would need to access the machine on which the issue is reproducible.
Andrei Smolin
Add-in Express Team Leader |
|
Posted 13 Jan, 2016 08:06:41
|
|
Top
|
|
Posts 1 - 10 of 12
First | Prev. | 1 2 | Next | Last
|