Hi,
in your original code sample, you're accidentally using comparison (=) instead of assignment (<-), so I'd first try fixing this:

1
2
 
 lb_tabbles.ItemsSource <- l

This sometimes happens to everyone who is using C# as well (including myself :-)).

By on 11/27/2008 3:41 AM ()

Of course!

I've been using C# for too long...

Thank you :)

By on 11/27/2008 4:16 AM ()

Try an explicit upcast, e.g.

1
let ie = l :> System.Collections.IEnumerable

and then use 'ie' instead of 'l'.

By on 11/27/2008 3:03 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper