UnityException: Failed to run serialization weaver

Hi , I will try to explain shortly
my applications was compiled for PC under unity3D without any problem. I changed targed to UWP
with Build Setting :

  • Scripting Runtime Version: Stable.Net4.x equivalent
  • Scripting Backend : .Net
  • Api Compatibility Level : .Net 4.x
    it send error of serialization !
    Any body find the solution?

Thanks.

UnityException: Failed to run serialization weaver with command "-pdb" "-verbose" "-unity-engine=Temp\StagingArea\Data\Managed\UnityEngine.CoreModule.dll" "Temp\StagingArea\TempSerializationWeaver" "-lock=UWP\project.lock.json" "@C:\Users\User\AppData\Local\Temp	mp82e0ab7.tmp" "-additionalAssemblyPath=Temp\StagingArea\Data\Managed".
Symbols will be read from Temp\StagingArea\Data\Managed\UnityEngine.CoreModule.pdb
Symbols will be read from Temp\StagingArea\Data\Managed\Assembly-CSharp.pdb ...

I’m getting exactly the same issue, no resolution yet unfortunately.

Is there a solution for this issue? I have the same error and I don’t know what is the main cause of it.