Copied to clipboard

Flag this post as spam?

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


  • Andrew Blackmore 84 posts 127 karma points
    Feb 04, 2010 @ 22:54
    Andrew Blackmore
    0

    Repeatable Custom Datatype is perfect...just not in .NET 2.0

    Hellooo,

     

    I started this topic over in the XSLT forum and now that I have found some answers I feel it is better suited to be here.

     

    Here is the original post

    http://our.umbraco.org/forum/developers/xslt/6917-Error-reading-XSLT-file

    I found that I had set up my solution correctly, BUT since my company's servers are running .NET 2.0 the Repeatable Custom Content datatype was no functioning properly. Great datatype. Fits my needs PERFECTLY but I can't use it.

    I was using this datatype to allow our editors to create a list of recommended sites, or a blogroll with images as the item that is linked. With the repeatable custom content, I had set it up so they gave a title, an internal link (they will all be internal) and a media picker. Don't know if this is easy to set up without that datatype. Any suggestions would be greatly appreciated.

     

    Thanks in advance.

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Feb 04, 2010 @ 23:00
    Aaron Powell
    4

    You can run it on a server which only has .NET 2.0 installed if you copy the .NET 3.5 assemblies into the bin folder. .NET 3.5 is built on top of the same CLR as .NET 2.0, you can almost think of it as a super-set of .NET 2.0 components.

    I've built sites where the target environment was .NET 2.0 only, but wanted to use LINQ, extension methods, etc. Just set the .NET 3.5 assemblies 'Copy Local' property to true and they'll end up in your bin folder, so you can copy them up with the other files you want to copy up.

  • Andrew Blackmore 84 posts 127 karma points
    Feb 09, 2010 @ 16:00
    Andrew Blackmore
    0

    At the risk of sounding stupid, I'm not sure what you mean by this or how to do this. I'm using Visual Web Developer Express 2010 b2. Is this something that can be done in that?

     

    Thanks for your patience.

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Feb 10, 2010 @ 10:25
    Ismail Mayat
    0

    slace,

    That is a cool tip didnt know you could do that. Andrew I emailed Masood the owner of repeatable custom datatype the other day he was going to send me the source so I could do a 2.0 build think I need to ping him again!

    Regards

     

    Ismail

  • Andrew Blackmore 84 posts 127 karma points
    Feb 12, 2010 @ 15:40
    Andrew Blackmore
    0

    Thats great. Thanks for the update and all of the help.

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Feb 12, 2010 @ 17:06
    Ismail Mayat
    0

    Andrew,

    Do you still need the source masood sent it to me the other day?

    Regards

    Ismail

  • Andrew Blackmore 84 posts 127 karma points
    Feb 12, 2010 @ 18:12
    Andrew Blackmore
    0

    Ismail,

     

    Yes I do. That would be awesome.

     

    Thanks a lot,

     

    andrew

  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Feb 17, 2010 @ 12:28
    Ismail Mayat
    0

    whats ur email address u can also dm me on twitter ismailmayat

  • Andrew Blackmore 84 posts 127 karma points
    Feb 17, 2010 @ 17:02
  • Ismail Mayat 4511 posts 10091 karma points MVP 2x admin c-trib
    Feb 22, 2010 @ 10:23
    Ismail Mayat
    0

    Andrew,

    You have mail :-}

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Feb 22, 2010 @ 23:46
    Aaron Powell
    1

    I've done a blog on how to do .NET 3.5 without installing .NET 3.5 - http://farmcode.org/post/2010/02/23/Using-NET-35-features-without-installing-NET-35.aspx

    Bit late but I got there eventually :P

Please Sign in or register to post replies

Write your reply to:

Draft