Copied to clipboard

Flag this post as spam?

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


  • William Djingga 27 posts 53 karma points
    Jan 19, 2011 @ 08:15
    William Djingga
    0

    Bug : Description field is not populated

    Hi Sebastian,

    I found a minor bug on this package.  on the line 183 

       case "description":
                  SetProperty(sender, type.get_Alias(), metadata.DateUtc.ToString());
                  break;
    
                case "dateUtc":
                  SetProperty(sender, type.get_Alias(), metadata.Description);
                  break;
                

    You got it the other way around, therefore the description always return datetime format.

    Hope this helps. Cheers

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Jan 19, 2011 @ 10:08
    Sebastiaan Janssen
    0

    Hey thanks for the report, will fix soon! How did you figure this out without the source? ;-)

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Jan 19, 2011 @ 22:17
    Sebastiaan Janssen
    0

    The source code is now available. If you build this version, it will fix your bug!

  • Bijesh Tank 192 posts 420 karma points
    May 18, 2012 @ 14:47
    Bijesh Tank
    0

    Hi Sebastian,

    Do you still have the source code available for this package? I followed the link in your post but seems like it's not available anymore on codeplex. 

    Brilliant little package by the way :)

    Thanks,

    Bijesh

     

Please Sign in or register to post replies

Write your reply to:

Draft