I'm importing a BlogML file in to Articulate but it fails at line 255
Importing failed with errors System.NullReferenceException: Object reference not set to an instance of an object. at Articulate.BlogMlImporter.<ImportPosts>d__1b.MoveNext() in x:\Projects\Articulate\Articulate.Project\Articulate\BlogMlImporter.cs:line 255
This line within the the BlogImport.cs is
var slug = post.Url.OriginalString.Split(new[] { '/' }, StringSplitOptions.RemoveEmptyEntries);
So I had a look at my BlogML and I don't have the post-url within my file because I want Umbraco to create it's own URL, is this possible or should I just enter something in here to allow the import to work?
Already fixed this - basically, I've put something in to the post-url field and Umbraco ignores it anyway and the import has worked, then once I publish, Umbraco gives it a URL which works.
Import failed - post-url
Hi,
I'm importing a BlogML file in to Articulate but it fails at line 255
This line within the the BlogImport.cs is
So I had a look at my BlogML and I don't have the post-url within my file because I want Umbraco to create it's own URL, is this possible or should I just enter something in here to allow the import to work?
My posts element looks like this:
Thanks,
Already fixed this - basically, I've put something in to the post-url field and Umbraco ignores it anyway and the import has worked, then once I publish, Umbraco gives it a URL which works.
Sorry to have wasted your time.
Glad you got it working!
is working on a reply...