dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dotgnu-pnet] PNet/Mono/DotNet


From: SMatos
Subject: Re: [Dotgnu-pnet] PNet/Mono/DotNet
Date: Tue, 6 May 2008 02:25:27 -0700 (PDT)

I have these errors when executing ilrun on a C# application (no
windows.forms):

token 0x0A000030: member `$164..ctor' not found
token 0x0A000031: member `$164.Add' not found
token 0x0A000032: member `$164.TryGetValue' not found


Can you point me to a solution?

TIA,
Sérgio Matos





Petit Eric wrote:
> 
> I have writed a C# app "Cs-ObexFtp", since a few time i work under
> windows with C# Express/SharpeDevelop to most creat graphical winform
> part, most code is writed with monodevelop under linux, now i discover
> Pnet, so i CSV and compile it then try to run my app.
> First you have not yet the System.Configuration dll and security too,
> i try with the mono one but another error and then with microsoft one
> already error i post here the output of my "exercice":
> 
> 
> address@hidden Debug]# ilrun ./Cs-ObexFtp.exe
> could not locate the assembly System.Security/2.0.0.0
> ./Cs-ObexFtp.exe: unresolved external references
> address@hidden Debug]# ilgac -i
> "/mnt/win_c/WINDOWS/Microsoft.NET/Framework/v2.0.50727/System.S
> System.Security.dll        System.ServiceProcess.dll 
> System.SR.resources.xml
> System.Security.xml        System.ServiceProcess.xml  System.SR.xml
> address@hidden Debug]# ilgac -i
> "/mnt/win_c/WINDOWS/Microsoft.NET/Framework/v2.0.50727/System.Se
> System.Security.dll        System.Security.xml
> System.ServiceProcess.dll  System.ServiceProcess.xml
> address@hidden Debug]# ilgac -i
> "/mnt/win_c/WINDOWS/Microsoft.NET/Framework/v2.0.50727/System.Sec
> System.Security.dll  System.Security.xml
> address@hidden Debug]# ilgac -i
> "/mnt/win_c/WINDOWS/Microsoft.NET/Framework/v2.0.50727/System.Security.dll"
> copying
> /mnt/win_c/WINDOWS/Microsoft.NET/Framework/v2.0.50727/System.Security.dll
> to /usr/lib/cscc/lib/2.0.0.0/System.Security.dll
> address@hidden Debug]# ilrun ./Cs-ObexFtp.exe
> token 0x0A000038: member
> `System.Runtime.ConstrainedExecution.ReliabilityContractAttribute..ctor'
> not found
> token 0x0A000055: member `System.String.StartsWith' not found
> token 0x0A000066: member `System.String.Compare' not found
> token 0x0A000079: member
> `System.Runtime.CompilerServices.RuntimeHelpers.PrepareConstrainedRegions'
> not found
> token 0x0A0000A3: member `System.String.IsNullOrEmpty' not found
> token 0x0A000109: member `System.Xml.XmlReader.Create' not found
> token 0x0A00010E: member `System.Xml.XmlReader.Create' not found
> token 0x0A00011A: member `System.String.IndexOf' not found
> token 0x0A000188: member `System.Uri..ctor' not found
> token 0x0A000189: member `System.Uri.get_IsAbsoluteUri' not found
> token 0x0A00018B: member `System.Uri..ctor' not found
> token 0x0A00019F: member `$164..ctor' not found
> token 0x0A0001A0: member `$164.Add' not found
> token 0x0A0001A1: member `$164.TryGetValue' not found
> token 0x0A0001AB: member `System.Int32.CompareTo' not found
> ./Cs-ObexFtp.exe: unresolved external references
> address@hidden Debug]# ilrun ./Cs-ObexFtp.exe
> _______________________________________________
> Pnet-developers mailing list
> address@hidden
> http://dotgnu.org/mailman/listinfo/pnet-developers
> 
> 

-- 
View this message in context: 
http://www.nabble.com/PNet-Mono-DotNet-tp13434179p17079060.html
Sent from the DotGNU - Pnet Dev mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]