Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: Developing with Sitefinity > New Sitefinity tool created

New Sitefinity tool created

  • Posted on Aug 6, 2008 (permalink)

    As some of you know, I have the Southeast Valley .NET User Group web site running on Telerik's Sitefinity product.  The product itself is awesome but needs a few features here an there... One of which is a mechanism to get data into Sitefinity quickly. Luckily, Sitefinity provides a pretty extensive API for you to develop against. So with some free time, the little I have, I put together a Data Importer tool for Sitefinity. This tool will allow you to import data from a Comma Separated file into any Sitefinity generic provider.

    The project is open source and available at http://www.codeplex.com/SEVDNUGDataImporter please report any problems or feature request there.

    Enjoy!

    Joseph Guadagno

    Southeast Valley .NET User Group

    Reply

  • Pete avatar

    Posted on Mar 24, 2009 (permalink)

    Joseph - Do you have a version the runs on Sitefinity 3.5?

    Reply

  • Posted on Mar 24, 2009 (permalink)

    I am trying to update all of the controls to work with SiteFinity 3.5.  The problem is finding the time.

    Did you try to rebuild with Sitefinity 3.5 and receive any errors?

    Joseph Guadagno
    Southeast Valley .NET User Group
    Sitefinity MVP
    Microsoft C# MVP

    Reply

  • Pete avatar

    Posted on Mar 24, 2009 (permalink)

    Yes.  It is complaining about that the Telerik library it was compiled with does not match the library we have installed (3.5).

    Here is the error:

    Could not load file or assembly 'Telerik.Framework, Version=3.2.1616.2, Culture=neutral, PublicKeyToken=dfeaee0e3978ac79' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Telerik.Framework, Version=3.2.1616.2, Culture=neutral, PublicKeyToken=dfeaee0e3978ac79' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)



    If you would be willing to share the source, I can try and compile it with 3.5 to see if it works.

    Pete

    Reply

  • Posted on Mar 24, 2009 (permalink)

    The project is open source and hosted on CodePlex at http://sevdnugdataimporter.codeplex.com.  You can download the code and modify it to you needs.  If you want to update to Sitefinity 3.5 and share with the rest of the world I will need to add you to the project (I will need your codeplex id) or you can email me the changes and I will upload them.

    Joseph Guadagno

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity 3.x: Developing with Sitefinity > New Sitefinity tool created