Menu

Unity 5 support

Bug Report
Anonymous
2016-05-29
2016-05-29
  • Anonymous

    Anonymous - 2016-05-29

    Hi there !
    I'm trying to get it works with unity 5.
    For Info I'm working in .NET 2.0 (not .NET 2.0 Subset)

    When I put "AegisImplicitMail.dll" to my asset folder I get this error :

    Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
    
      at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
    
      at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0 
    
      at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in <filename unknown>:0 
    
      at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext ctx, System.Type extensionType) [0x00000] in <filename unknown>:0 
    
      at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0 
    
      at Mono.CSharp.Driver.LoadReferences () [0x00000] in <filename unknown>:0 
    
      at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0 
    
      at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0 
    
    Missing method .ctor in assembly D:\Redir\user\Mes documents Perso\myProject\Assets\AegisImplicitMail.dll, type System.Runtime.Versioning.TargetFrameworkAttribute
    The class System.Runtime.Versioning.TargetFrameworkAttribute could not be loaded, used in AegisImplicitMail
    Can't find custom attr constructor image: D:\Redir\user\Mes documents Perso\myProject\Assets\AegisImplicitMail.dll mtoken: 0x0a000002
    

    (The DLL is recognised as "Managed")

    When I keep the DLL into the root folder, and I try to import it (JS script):

    import AegisImplicitMail;
    

    I get this error :

    Assets/scripts/photoEtStockage.js(25,8): BCE0167: Namespace 'AegisImplicitMail' not found in assembly 'AegisImplicitMail, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
    

    Thanks in advance for any help :)
    Seb

     
  • Anonymous

    Anonymous - 2022-01-10
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel