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):
importAegisImplicitMail;
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2022-01-10
Post awaiting moderation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Bug Report" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
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 :
(The DLL is recognised as "Managed")
When I keep the DLL into the root folder, and I try to import it (JS script):
I get this error :
Thanks in advance for any help :)
Seb