then problem is :

the first file's module can not access the after added files modules

By on 12/29/2010 3:11 AM ()

From F# documentation (see [link:msdn.microsoft.com]):

"The order of files is significant in F# projects. Files in an F# project are processed in order by the F# compiler. The F# compiler requires that you define all constructs before you start to use them; therefore, the files that include the definition of any F# construct must appear earlier in the list of files in the project than the files that use that construct. You also must avoid circular dependencies that span multiple files."

By on 12/29/2010 4:03 AM ()

Petr thanks !!!

By on 12/29/2010 4:16 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