Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Max Mumford 266 posts 293 karma points
    Jan 06, 2011 @ 13:21
    Max Mumford
    0

    Missing reference to data type ImportDataUI

    Hello All,

    I am trying to build the custom data adapter as describe in here

    http://www.richardsoeteman.net/2009/04/16/CreateACustomDataAdapterForUmbImportPart1.aspx

    A couple of issues cropped up. It seems to throw two missing data types

    ImportDataAdapter and ImportDataUI

    The first one was resolved by adding "using CMSImport.Extensions.DataAdapter;" but we can not locate the second one anywhere... any hints as to where this data type lives would be appreciated...

    Compile error we see is :-

    Error 1 The type or namespace name 'ImportDataUI' could not be found (are you missing a using directive or an assembly reference?) ...\RSSDataAdapter\RSSDataAdapter.cs 12 17 RSSDataAdapter

    Thanks,

    Max Mumford.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jan 06, 2011 @ 14:08
    Richard Soeteman
    0

    Hi Max,

    Thanks for reporting. I need to update the blogpost. With the release of 1.1 I've changed the DataAdapter functionality since it was complex, and I wanted one DLL for extensions points. sorry for that, as a bonus it's documented ;-). You can download the full CMSImport (Pro) documentation from http://www.cmsimport.com/documentation.aspx 

    Checkout chapter 8 how to extend CMSImport.

    Hope this helps you,

    Richard

  • Max Mumford 266 posts 293 karma points
    Jan 06, 2011 @ 14:19
    Max Mumford
    0

    Hi,

    Thanks for your reply. Is there somewhere I can download an old version of CMSImport that will work in conjunction with the plugin source code on your blog post in the mean time while your updating it?

    Thanks,

    Max.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Jan 06, 2011 @ 14:27
    Richard Soeteman
    0

    Hi Max,

    Yes you can download them from the archive http://our.umbraco.org/projects/developer-tools/cmsimport#fileArchive (Either use 1.0.3 /1.0.4)

    Cheers,

    Richard

  • Max Mumford 266 posts 293 karma points
    Jan 06, 2011 @ 14:46
    Max Mumford
    0

    Thanks for the help :)

Please Sign in or register to post replies

Write your reply to:

Draft