Forum General Error building Player: Extracting referenced dlls failed.

Any issues or discussions relating to Unity development are welcome here.

Error building Player: Extracting referenced dlls failed.

Postby MrNothing » May 13th, 2012, 7:00 pm

When i try to compile my webplayer, i get these two errors:

Code: Select all
ArgumentException: The Assembly System.Configuration is referenced by PlayerIOClient. But the dll is not allowed to be included or could not be found.
UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List`1 alreadyFoundAssemblies, System.String[] allAssemblyPaths, System.String[] foldersToSearch, System.Collections.Generic.Dictionary`2 cache) (at C:/BuildAgent/work/b0bcff80449a48aa/Editor/Mono/AssemblyHelper.cs:72)
UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List`1 alreadyFoundAssemblies, System.String[] allAssemblyPaths, System.String[] foldersToSearch, System.Collections.Generic.Dictionary`2 cache) (at C:/BuildAgent/work/b0bcff80449a48aa/Editor/Mono/AssemblyHelper.cs:75)
UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String[] paths, System.String[] foldersToSearch) (at C:/BuildAgent/work/b0bcff80449a48aa/Editor/Mono/AssemblyHelper.cs:107)
UnityEditor.HostView:OnGUI()


Code: Select all
Error building Player: Extracting referenced dlls failed.


I dont understand why PlayerIOClient would not be allowed in the web player! The editor version works just fine...
MrNothing
 
Posts: 10
Joined: May 12th, 2012, 8:29 am

Re: Error building Player: Extracting referenced dlls failed

Postby MrNothing » May 13th, 2012, 7:11 pm

Fixed, i used the wrong dll, it was "PlayerIOUnity3DClient.dll" not "PlayerIOClient.dll"
MrNothing
 
Posts: 10
Joined: May 12th, 2012, 8:29 am


Return to General