Note that there are some explanatory texts on larger screens.

plurals
  1. POMono Compiling Error - Could not load type 'System.Runtime.CompilerServices.ReferenceAssemblyAttribute' from assembly 'System'
    primarykey
    data
    text
    <p>I am having trouble compiling my CSharp Mono application.</p> <p>My Mono Version is 2.10.2</p> <p>This is the error I am receiving </p> <blockquote> <p>Missing method .ctor in assembly /home/tmc/AcctTerm/System.dll, type System.Runtime.CompilerServices.ReferenceAssemblyAttribute Can't find custom attr constructor image: /home/tmc/AcctTerm/System.dll mtoken: 0x0a000054</p> <p>Unhandled Exception: System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ReferenceAssemblyAttribute' from assembly 'System'. at conAccountTerminator.cjcAccountTerminator..ctor () [0x00000] in :0 at conAccountTerminator.MainClass.Main (System.String[] args) [0x00000] in :0</p> </blockquote> <p>Any ideas? </p> <p>edit: Adding Code;</p> <pre><code>using System; using System.Net; using System.Collections; using System.Web; using System.Text; using System.IO; using MySql; using MySql.Data; using MySql.Data.MySqlClient; using System.Security; using System.Security.Authentication; using System.Net.Security; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Data; using System.Xml; namespace conAccountTerminator { class MainClass { public static void Main(string[] args) { cjcAccountTerminator cjcAccountTerm = new cjcAccountTerminator(); switch (args[0]) { case "update": cjcAccountTerm.LoginToMyBilling(); break; case "notepad": cjcAccountTerm.UpdateCustomerData(args[1], args[2]); break; case "terminate": cjcAccountTerm.TerminateAccount(args[1]); break; } } } } </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload