[Opensim-dev] If you're following Git master you may need to manually delete old SQLite/MySQL data test dlls

Justin Clark-Casey jjustincc at googlemail.com
Fri May 28 22:25:32 UTC 2010


Hi folks,

If you're following Git master, OpenSim.Data.MySql.Tests.dll and OpenSim.Data.SQLite.Tests.dll were recently amalgamated into OpenSim.Data.Tests.dll. 

However, if the two old dlls are hanging around you may see errors along the lines of 

01:13:25 - [MODULES]: Loading Region's modules (old style)
01:13:26 - [MODULES]: Found Module Library [D:\Opensim-OSGrid\bin\OpenSim.Client
.MXP.dll]
01:13:26 - [MODULES]:    [MXP ClientStack Module]: Loading Shared Module.
01:13:26 - [MODULES]: Could not load types for [OpenSim.Data.MySQL.Tests, Versio
n=0.0.0.0, Culture=neutral, PublicKeyToken=null].  Exception System.Reflection.R
eflectionTypeLoadException: Unable to load one or more of the requested types. R
etrieve the LoaderExceptions property for more information.
OpenSim threw an exception:
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the
 requested types. Retrieve the LoaderExceptions property for more information.
   at OpenSim.Region.Framework.ModuleLoader.LoadModules(String dllName)

You'll need either to run "nant clean build" if you're using nant or manually delete these dlls from bin to get OpenSim running again if you're using Visual Studio or similar.

-- 
Justin Clark-Casey (justincc)
http://justincc.org
http://twitter.com/justincc



More information about the Opensim-dev mailing list