UniWii and Windows 7

Hi,

I have a problem that I hope someone can help me with:

For my new project I want to use a WiiMote with a nunchuck so I downloaded the Uniwii files and got everything to work. Did some tests and all was fine but the next day when I wanted to continue on my project the Wiimote input was no longer recognized. According to my bluetooth dongle everything was still connected but nothing in Unity. I tried reinstalling but no luck. Then I installed it on another pc and again, everything worked until I rebooted the pc. Same thing happened with my programmer.

Does anyone have an idea what might be the problem? I think about blaming windows 7 for some reason but I would like to find a solution!

Thanks!

Sherida

On the website http://wiki.unity3d.com/index.php/UniWii it states: "
If you are receiving a message like the following:
ArgumentException: The Assembly Microsoft.VisualC is referenced by UniWii. 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 C:/BuildAgent/work/f724c1acfee760b6/Editor/Mono/AssemblyHelper.cs:52)
UnityEditor.AssemblyHelper.FindAssembliesReferencedBy (System.String paths, System.String foldersToSearch) (at C:/BuildAgent/work/f724c1acfee760b6/Editor/Mono/AssemblyHelper.cs:86)
Resolve this issue by going into Edit → Project Settings → Player and then opening up the “Other Settings” section and setting Api Compatibility Level to .NET 2.0 then try to build again."