http://bugzilla.novell.com/show_bug.cgi?id=625357
http://bugzilla.novell.com/show_bug.cgi?id=625357#c0 Summary: assembly not found in the GAC (Global Assembly Cache), but appears in gacutil -l Classification: Mono Product: Mono: Runtime Version: 2.6.x Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: misc AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Description of Problem: I installed the F# core dll using Microsoft's provided script [for Mono] (which calls gacutil -i), but it cannot be found when executing an application. Steps to reproduce the problem: 1. Install F# (the zip file from http://www.microsoft.com/downloads/details.aspx?FamilyID=444005fb-e627-4feb-b51d-13d6a3b4b8ed&displaylang=en) by downloading the zip file, and running install-mono.sh 2. From the unpacked F# directory, "cp bin/fsi.exe ." 3. Run "mono fsi.exe" Actual Results: dll should be found Expected Results: dll was not found, despite showing up in gacutil: > gacutil -l FSharp.Core The following assemblies are installed into the GAC: FSharp.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a Number of items = 1 -- Configure bugmail: http://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
