[Mono-bugs] [Bug 710978] New: Could not load file or assembly 'FSharp.Compiler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a19089b1c74d0809' or one of its dependencies

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 8 08:19:51 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=710978

https://bugzilla.novell.com/show_bug.cgi?id=710978#c0


           Summary: Could not load file or assembly 'FSharp.Compiler,
                    Version=2.0.0.0, Culture=neutral,
                    PublicKeyToken=a19089b1c74d0809' or one of its
                    dependencies
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.10.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: debug
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: atwomey at yahoo.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0)
AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1

Since upgrading to Mono 2.10.3 on Mac OS-X, FSharp programs have started
failing. Best example is trying to start unit tests :

System.Exception: An exception was thrown while dispatching a method call in
the UI thread. ---> System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. ---> System.Exception: oops!
System.TypeInitializationException: An exception was thrown by the type
initializer for FSharpCompilerServerShared --->
System.TypeInitializationException: An exception was thrown by the type
initializer for <StartupCode$FSharpBinding>.$FSharpCompiler --->
System.IO.FileNotFoundException: Could not load file or assembly
'FSharp.Compiler, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=a19089b1c74d0809' or one of its dependencies. The system cannot
find the file specified.

Reproducible: Always

Steps to Reproduce:
1. Write simple F# function
2. Write unit test in C# calling this function
3. Run unit test
Actual Results:  


System.Exception: An exception was thrown while dispatching a method call in
the UI thread. ---> System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. ---> System.Exception: oops!
System.TypeInitializationException: An exception was thrown by the type
initializer for FSharpCompilerServerShared --->
System.TypeInitializationException: An exception was thrown by the type
initializer for <StartupCode$FSharpBinding>.$FSharpCompiler --->
System.IO.FileNotFoundException: Could not load file or assembly
'FSharp.Compiler, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=a19089b1c74d0809' or one of its dependencies. The system cannot
find the file specified.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list