jrossignol / ContractConfigurator

A config file based solution for creating new contracts for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/91625-1
Other
64 stars 67 forks source link

ReflectionTypeLoadException #644

Open LouisCyfer opened 7 years ago

LouisCyfer commented 7 years ago

I know AnomalySurveyor has not been updated yet but just dropping it here FYI

[EXC 10:26:21.171] ReflectionTypeLoadException: The classes in the module cannot be loaded.
    System.Reflection.Assembly.GetTypes ()
    ContractConfigurator.ContractConfigurator+<GetAllTypes>d__30`1[ContractConfigurator.ParameterFactory].MoveNext ()
    Rethrow as Exception: Error loading types from assembly AnomalySurveyor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    UnityEngine.Debug:LogException(Exception)
    ContractConfigurator.LoggingUtil:LogException(Exception)
    ContractConfigurator.<GetAllTypes>d__30`1:MoveNext()
    System.Linq.<CreateWhereIterator>c__Iterator1D`1:MoveNext()
    ContractConfigurator.ContractConfigurator:RegisterParameterFactories()
    ContractConfigurator.ContractConfigurator:PSystemReady()
    EventVoid:Fire()
     :MoveNext()
    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)