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 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
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?
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.
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
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.
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
Thanks for the help :)
is working on a reply...