Search Unity

Unity.CrashLog requires .Net 4.0.0.0

Discussion in 'Unity Cloud Diagnostics' started by devcloud-games, Jul 18, 2016.

  1. devcloud-games

    devcloud-games

    Joined:
    May 14, 2015
    Posts:
    5
    It seems that UnityEngine.CrashLog.dll for Unity 5.3.5f1 requires .Net 4.0, and Visual Studio can't compile Unity solution correctly. Is there any version compiled for .Net 2.0 ?
     

    Attached Files:

  2. lordnedox

    lordnedox

    Joined:
    Jan 7, 2016
    Posts:
    24
    I confirm this, CrashReport cannot be used in any Windows Universal platform (either 8.1 or 10):

    The primary reference "UnityEngine.CrashLog" could not be resolved because it has an indirect dependency on the .NET Framework assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.

    Tried also version 1.2 of the crash report DLL, no difference.

    Please fix this major issue!