Hi Daniel,

There is a known issue in the CTP with name resolution for generic types from multiple assemblies. In practice this hits System.Action and System.Func

The workaround for System.Action is as follows:

  • open System
  • For the 1-argument type, use "Action<int>(...)"
  • For the 2+ argument types, use "System.Action<int,int>(...)"

I know that's a bit screwy. We'll address this issue in any update to the CTP and the code will continue to work.

Thanks

Don

By on 9/11/2008 10:07 AM ()

Great - glad you guys know about the issue and that there's a sort-of simple workaround that allows me to move ahead. Thanks, Don!

By on 9/11/2008 10:12 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