Page 1 of 1

Plugin XML import error

PostPosted: Wed Mar 04, 2015 4:30 pm
by dimuthu
Hi Mike,

I did some plugins ( My version 7.0.78 ) and exported to XML. I'm getting the attached error during the XML import at client site ( their version 7.0.105 ).

Regards
Dimuthu

Re: Plugin XML import error

PostPosted: Wed Mar 04, 2015 4:39 pm
by Scott.Pearce
I would check my references for the plugin after import. In particular, I would look for ones that do not have the "Resolved" check against them. If I find any of these, I would re-reference against the latest version (105) of the assembly.

But hey, that's just me.

Re: Plugin XML import error

PostPosted: Wed Mar 04, 2015 4:48 pm
by dimuthu
Thanks Scott.

Re: Plugin XML import error

PostPosted: Wed Mar 04, 2015 5:09 pm
by dimuthu
Hi Scott,

The missing assembly is "JiwaJrnlPost". But this does not exist in client's Jiwa folder ( please see attached ). But I have this in my version of Jiwa ( 7.0.78 ).

Regards
Dimuthu

Re: Plugin XML import error  Topic is solved

PostPosted: Wed Mar 04, 2015 5:40 pm
by Mike.Sheen
dimuthu wrote:Hi Scott,

The missing assembly is "JiwaJrnlPost". But this does not exist in client's Jiwa folder ( please see attached ). But I have this in my version of Jiwa ( 7.0.78 ).

Regards
Dimuthu


Hi Dimuthu,

That Assembly was retired and replaced with the JiwaJournalSets assembly - So reference that instead - if you're actually posting journals in your plugin, then you will have a little refactoring work to do, but it's pretty straightforward - and the new JiwaJournalSets follows all our new patterns so it probably makes more sense.

Mike

Re: Plugin XML import error

PostPosted: Thu Mar 05, 2015 9:31 am
by dimuthu
Thanks Mike.