x


problem when building with web player

hi guys,

 am a begineer to http://unity.Am trying to build my scene (DATABASE : SQLite3) with my database, when am building my project into web player, its showing some kind of horrible errors like,
  1. Error building Player: Extracting referenced dlls failed. UnityEditor.HostView:OnGUI()

  2. ArgumentException: The Assembly System.Configuration.Install is referenced by MySql.Data. But the dll is not allowed to be included or could not be found. UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String assemblyPath, System.Collections.Generic.List1 alreadyFoundAssemblies, System.String[] allAssemblyPaths, System.String[] foldersToSearch, System.Collections.Generic.Dictionary2 cache) (at E:/BuildAgent/work/68355d6e5d19d587/Editor/Mono/AssemblyHelper.cs:52) UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String[] paths, System.String[] foldersToSearch) (at E:/BuildAgent/work/68355d6e5d19d587/Editor/Mono/AssemblyHelper.cs:86) UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()

please can any one say the remedy for this....?

thank you guys.

more ▼

asked Nov 02 '10 at 01:03 PM

sriram90 gravatar image

sriram90
460 33 37 47

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Hi guys,

    No worries ,suddenly i have found the answer for it.


    In PlayerSettings, try setting your .net compatibility level to "2.0".

We default to 2.0 subset in Unity3, which excludes a lot of stuff not very related to game development, and which will allow us in the future to make your games smaller.

thats worked for me.try it if you got same problem in future. thanks all.its only for standalone,not for webplayer.

more ▼

answered Nov 02 '10 at 02:50 PM

sriram90 gravatar image

sriram90
460 33 37 47

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x813
x663
x123

asked: Nov 02 '10 at 01:03 PM

Seen: 2432 times

Last Updated: Jul 16 '11 at 10:43 PM