<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://theeyetribe.com/forum/feed.php?f=15&amp;t=592" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2016-04-06T09:47:23+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=15&amp;t=592</id>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2016-04-06T09:47:23+02:00</updated>
<published>2016-04-06T09:47:23+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2513#p2513</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2513#p2513"/>
<title type="html"><![CDATA[Re: Unhandled Exception: System.Reflection.ReflectionTypeLoa]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2513#p2513"><![CDATA[
To elaborate, the Newtonsoft.Json uses reflection which is not part of the .Net 2.0 subset default setting in Unity. Hence the change is needed.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 06 Apr 2016, 09:47</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mbajema@neuroverseinc.com]]></name></author>
<updated>2016-04-05T22:00:43+02:00</updated>
<published>2016-04-05T22:00:43+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2512#p2512</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2512#p2512"/>
<title type="html"><![CDATA[Re: Unhandled Exception: System.Reflection.ReflectionTypeLoa]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2512#p2512"><![CDATA[
Thank you for your response. I had already updated that setting. There are known issues with Newtonsoft.Json in Unity I guess. <br /><br />This issue kind of mysteriously went away just like it came.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=10676">skatambajema@neuroverseinc.com</a> — 05 Apr 2016, 22:00</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anders]]></name></author>
<updated>2016-04-05T15:33:25+02:00</updated>
<published>2016-04-05T15:33:25+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2507#p2507</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2507#p2507"/>
<title type="html"><![CDATA[Re: Unhandled Exception: System.Reflection.ReflectionTypeLoa]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2507#p2507"><![CDATA[
I believe this was answered in <a href="http://theeyetribe.com/forum/viewtopic.php?f=15&amp;t=114&amp;p=2324&amp;hilit=api+compatibility&amp;sid=285ef1d7cf7ecf90813e5f9ea10e3d0f&amp;sid=16d6a7cd14909ea28ec13c87d099550c#p2324" class="postlink">this thread</a>.<br /><br />This will be better documented in the next EyeTribe C# SDK release.<br /><br />I recommend using the <a href="https://github.com/EyeTribe/tet-unity-gazecam" class="postlink">unity example</a> as basis for your project.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=120">skataAnders</a> — 05 Apr 2016, 15:33</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[mbajema@neuroverseinc.com]]></name></author>
<updated>2016-03-31T01:08:32+02:00</updated>
<published>2016-03-31T01:08:32+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2505#p2505</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2505#p2505"/>
<title type="html"><![CDATA[Unhandled Exception: System.Reflection.ReflectionTypeLoadExc]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=592&amp;p=2505#p2505"><![CDATA[
<span style="font-weight: bold">I am using Unity Pro 5.3.4 and OS X 10.10.5. I suddenly started getting a System.Reflection error. I updated to Unity 5.3.4 a couple days ago and everything was working until this morning when I got to work I was getting these errors associated with the Newtonsoft.Json int the Eyetribe/Plugins folder.</span><br /><br />The following assembly referenced from This was a file path I removed for privacy reasons/Plugins/Newtonsoft.Json.dll could not be loaded: Assembly: System.Runtime.Serialization (assemblyref_index=6) Version: 3.0.0.0 Public Key: b77a5c561934e089 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (This was a file path I removed for privacy reasons).<br /><br />Could not load file or assembly 'System.Runtime.Serialization, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The following assembly referenced from This was a file path I removed for privacy reasons/Newtonsoft.Json.dll could not be loaded: Assembly: System.Xml.Linq (assemblyref_index=5) Version: 3.5.0.0 Public Key: b77a5c561934e089 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (This was a file path I removed for privacy reasons).<br /><br /><span style="font-weight: bold">I was able to fix the errors above by putting System.Xml.Linq.dll and System.Serialization.dll in the folder with the plugin. I was not able to find these on my Mac system though. I had to copy it from an installation of Unity on Windows. It just seemed like MonoDevelop couldn't find what it was looking for. I don't know how to fix the following error.</span><br /><br />Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded. at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool) at System.Reflection.Assembly.GetTypes () [0x00000] in :0 at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in :0 at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext ctx, System.Type extensionType) [0x00000] in :0 at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in :0 at Mono.CSharp.Driver.LoadReferences () [0x00000] in :0 at Mono.CSharp.Driver.Compile () [0x00000] in :0 at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in :0<br /><br />The class System.ComponentModel.INotifyPropertyChanging could not be loaded, used in System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 The class System.ComponentModel.AddingNewEventHandler could not be loaded, used in System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 The class JTokenReferenceEqualityComparer could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JContainer could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JObject could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JContainer could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JContainer could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JContainer could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class JPropertyList could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JObject could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JArray could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JObject could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JObject could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class Newtonsoft.Json.Linq.JProperty could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class d_4`2 could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class df`2 could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class d0 could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class d2 could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class d0 could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed The class &lt;&gt;c_DisplayClass2 could not be loaded, used in Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=10676">skatambajema@neuroverseinc.com</a> — 31 Mar 2016, 01:08</p><hr />
]]></content>
</entry>
</feed>