Page 1 of 1

Introducing the Docx4jHelper AddIn

PostPosted: Thu Dec 04, 2014 12:52 pm
by jason
Introducing a Word AddIn so you can:

  • View Open XML right from within Word, and see what happens when you edit it.
  • Generate corresponding docx4j Java code, with deep links into the corresponding docx4j source code and Open XML spec.

To download and for more info, please see http://www.docx4java.org/blog/2014/12/d ... ord-addin/

If you are a Plutext customer experiencing an issue, please email support@plutext.com

Otherwise, please check the Docx4jHelper AddIn forum: forum30/

We’ve got some ideas for where the AddIn goes from here, but we’d love to hear yours :-)

Re: Introducing the Docx4jHelper AddIn

PostPosted: Fri Dec 05, 2014 4:19 am
by surfspider
If I want to install the addIn I get an error:

An error occurred trying to download 'http://plutext.com/downloads/Docx4jHelper/Docx4jHelper.vsto'.

Re: Introducing the Docx4jHelper AddIn

PostPosted: Fri Dec 05, 2014 1:40 pm
by jason
Unless that was a one-off connectivity issue, your firewall or proxy is probably blocking attempts to download files with extension vsto.

Google 'blocking clickonce install firewall OR proxy'

Re: Introducing the Docx4jHelper AddIn

PostPosted: Tue Dec 09, 2014 10:56 am
by DanCID
Is there a way to manually download this and manually install the addon? I'm behind a firewall at work and it stops at the same place
(An error occurred trying to download 'http://plutext.com/downloads/Docx4jHelper/Docx4jHelper.vsto').
Thank you!

Re: Introducing the Docx4jHelper AddIn

PostPosted: Mon Dec 15, 2014 10:55 pm
by jason
Here's an installer:

http://www.plutext.com/dn/downloads/142 ... taller.exe
Updated link 20150224

Please note that if this installer detects that you need Visual Studio Tools for Office 2010 runtime to be installed (which is quite likely), it will offer to download that from Microsoft. If this proves to be a problem, we can look at removing the pre-req check.

Let me know how it goes (in a new thread please!).

Re: Introducing the Docx4jHelper AddIn

PostPosted: Wed Sep 02, 2015 5:54 pm
by socko777
Hi there, I tried to download the addin from http://www.plutext.com/dn/downloads/142 ... 1426216658, but I got a HTTP Status 410 - Gone error. Can you give me a working URL? Thanks!

Re: Introducing the Docx4jHelper AddIn

PostPosted: Thu Sep 03, 2015 8:32 am
by jason

Re: Introducing the Docx4jHelper AddIn

PostPosted: Tue Sep 08, 2015 9:30 pm
by socko777
Hi Jason,

After I installed the add-in, I encountered the following error:

Image

Please advise. Thanks!

Re: Introducing the Docx4jHelper AddIn

PostPosted: Wed Sep 09, 2015 7:36 pm
by jason
Hi socko

I haven't seen that before.

What version of Word (and 32 or 64 bit)

What version of Windows (and 32 or 64 bit)

Had you previously been using the now expired version of the AddIn happily? Do you have other addins installed?

Can you post the rest of the exception please. (Is there an inner exception?)

The following might be relevant/helpful:

http://www.ceptara.com/node/359 looks like it might be relevant.

https://social.msdn.microsoft.com/forum ... -is-denied

Re: Introducing the Docx4jHelper AddIn

PostPosted: Mon Sep 14, 2015 2:49 pm
by socko777
Im using Office 2013 64-bit running on Windows 8.1 64-bit.

I didn't install any other add-ins.

Here is the entire stack trace:

Name:
From: file:///C:/Program Files (x86)/Plutext/Docx4jWordAddIn/Docx4jHelper.vsto

************** Exception Text **************
System.ArgumentException: Value does not fall within the expected range.
at System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore(UInt32 Flags, IntPtr hToken, Guid& riid)
at System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore()
at System.Deployment.Application.ComponentStore..ctor(ComponentStoreType storeType, SubscriptionStore subStore)
at System.Deployment.Application.SubscriptionStore..ctor(String deployPath, String tempPath, ComponentStoreType storeType)
at System.Deployment.Application.SubscriptionStore.get_CurrentUser()
at System.Deployment.Application.DeploymentManager..ctor(Uri deploymentSource, Boolean isUpdate, Boolean isConfirmed, DownloadOptions downloadOptions, AsyncOperation optionalAsyncOp)
at System.Deployment.Application.InPlaceHostingManager..ctor(Uri deploymentManifest, Boolean launchInHostProcess)
at Microsoft.VisualStudio.Tools.Applications.Deployment.IPHMProxy..ctor(Uri uri)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.get_Proxy()
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeout)
at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()