[Mono-bugs] [Bug 608069] .assembly extern retargetable causing System.TypeLoadException (not implemented?)

2011-10-11 Thread bugzilla_noreply

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

https://bugzilla.novell.com/show_bug.cgi?id=608069#c7


Zoltan Varga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||var...@gmail.com
 Resolution||FIXED

--- Comment #7 from Zoltan Varga  2011-10-11 07:43:33 UTC ---
The retagetable issue should be fixed now, I can't test the original problem,
since this Groovershark software seems to depend on WPF now, so it won't run
under mono.

-- 
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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 608069] .assembly extern retargetable causing System.TypeLoadException (not implemented?)

2010-11-04 Thread bugzilla_noreply

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

https://bugzilla.novell.com/show_bug.cgi?id=608069#c5


Peter Collins  changed:

   What|Removed |Added

 CC||pe...@ecutalk.com

--- Comment #5 from Peter Collins  2010-11-04 22:31:36 UTC 
---
I have what may be a similar issue, when running an application created for the
NET Compact Framework 2.0 compiled via VS(.NET, not mono) - for which the
public key of assemblies is different from the full framework (perhaps only way
they can make it unique vs full framework)



Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0,
Culture=
neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes' or one of its
depend
encies.
The entry point method could not be loaded



assembly extern mscorlib
{
  .publickeytoken = (96 9D B8 05 3D 33 22 AC ) //
...=3".
  .ver 2:0:0:0
}
assembly extern retargetable System.Windows.Forms
{
  .publickeytoken = (96 9D B8 05 3D 33 22 AC ) //
...=3".
  .ver 2:0:0:0
}
assembly extern retargetable System
{
  .publickeytoken = (96 9D B8 05 3D 33 22 AC ) //
...=3".
  .ver 2:0:0:0
}
assembly extern retargetable System.Drawing
{
  .publickeytoken = (96 9D B8 05 3D 33 22 AC ) //
...=3".
  .ver 2:0:0:0
}

---

The same application compiled for the full .net framework works as expected

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 608069] .assembly extern retargetable causing System.TypeLoadException (not implemented?)

2010-05-22 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=608069

http://bugzilla.novell.com/show_bug.cgi?id=608069#c4


Marek Safar  changed:

   What|Removed |Added

 CC||rkump...@novell.com

--- Comment #4 from Marek Safar  2010-05-22 10:01:35 UTC ---
Also verifier incorrectly rejects this with

Error: AssemblyRef table row 1 has invalid Flags 0100
Error count: 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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 608069] .assembly extern retargetable causing System.TypeLoadException (not implemented?)

2010-05-22 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=608069

http://bugzilla.novell.com/show_bug.cgi?id=608069#c3


--- Comment #3 from Marek Safar  2010-05-22 09:53:16 UTC ---
This is produced by MS VB compiler targeting both desktop and CF .net runtimes

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 608069] .assembly extern retargetable causing System.TypeLoadException (not implemented?)

2010-05-22 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=608069

http://bugzilla.novell.com/show_bug.cgi?id=608069#c2


--- Comment #2 from Marek Safar  2010-05-22 09:51:55 UTC ---
assembly header

assembly extern mscorlib
{
  .ver 3:5:0:0
  .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // =3".
}
assembly extern retargetable Microsoft.VisualBasic
{
  .ver 8:1:0:0
  .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // =3".
}
assembly extern retargetable System
{
  .ver 3:5:0:0
  .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // =3".
}
assembly extern retargetable System.Xml.Linq
{
  .ver 3:5:0:0
  .publickeytoken = (96 9D B8 05 3D 33 22 AC ) // =3".
}
assembly extern Newtonsoft.Json.Compact
{
  .ver 3:5:0:0
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 608069] .assembly extern retargetable causing System.TypeLoadException (not implemented?)

2010-05-22 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=608069

http://bugzilla.novell.com/show_bug.cgi?id=608069#c1


--- Comment #1 from Marek Safar  2010-05-22 09:51:10 UTC ---
full exception

The following assembly referenced from SciLorsGroovesharkAPI.dll could not be
loaded:
 Assembly:   System(assemblyref_index=2)
 Version:3.5.0.0
 Public Key: 969db8053d3322ac
The assembly was not found in the Global Assembly Cache, a path listed in the
MONO_PATH environment variable, or in the location of the executing assembly 

Could not load file or assembly 'System, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac, Retargetable=Yes' or one of its dependencies.
System.IO.FileNotFoundException: Could not load file or assembly 'System,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=969db8053d3322ac,
Retargetable=Yes' or one of its dependencies.
File name: 'System, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac, Retargetable=Yes'
  at SciLors_GrooveDownloader.frmGroove.btnSearch_Click (System.Object sender,
System.EventArgs e) [0x0] in :0 
  at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x0] in
:0 
  at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x0] in
:0 
  at System.Windows.Forms.ButtonBase.OnMouseUp
(System.Windows.Forms.MouseEventArgs mevent) [0x0] in :0 
  at System.Windows.Forms.Button.OnMouseUp (System.Windows.Forms.MouseEventArgs
mevent) [0x0] in :0 
  at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m)
[0x0] in :0 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m)
[0x0] in :0 
  at System.Windows.Forms.ButtonBase.WndProc (System.Windows.Forms.Message& m)
[0x0] in :0 
  at System.Windows.Forms.Button.WndProc (System.Windows.Forms.Message& m)
[0x0] in :0 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
(System.Windows.Forms.Message& m) [0x0] in :0 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message& m) [0x0] in :0 
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) [0x0] in :0

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 608069] .assembly extern retargetable causing System.TypeLoadException (not implemented?)

2010-05-22 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=608069

http://bugzilla.novell.com/show_bug.cgi?id=608069#c


Marek Safar  changed:

   What|Removed |Added

Version|2.6.x   |SVN
  Component|System  |JIT
 CC||msa...@novell.com
 AssignedTo|mono-bugs@lists.ximian.com  |lu...@novell.com
Summary|System.TypeLoadException:   |.assembly extern
   |btnSearch_Click |retargetable causing
   |(System.Object sender,  |System.TypeLoadException
   |System.EventArgs e) |(not implemented?)
   |[0x0]   |
Product|Mono: Class Libraries   |Mono: Runtime

-- 
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  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs