<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:verdana,helvetica,sans-serif;font-size:10pt">Hello Justin,<br><br>Thanks a lot for your reply. We found out that , we were loading some of our dlls that are placed in the OpenSim bin folder as follow<br> Assembly loadedAssembly = Assembly.LoadFrom(path + "\\" + dllName);<br><br>However, this line of code also try to load the dlls of OpenSim (which is in our case not needed) as we did not have a mechanism to choose only our dlls and load them. This was happening in old version, however this exception was not thrown for some reason.<br>Hope my explanation gives some idea of the original problem. Anyway the problem is just a minor irritation in the log file :).<br><br>Thank you for your time.<br><br>Best<br>Gajan<br><div><br></div><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;"><br><div
style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Justin Clark-Casey <jjustincc@googlemail.com><br><b><span style="font-weight: bold;">To:</span></b> opensim-dev@lists.berlios.de<br><b><span style="font-weight: bold;">Sent:</span></b> Tuesday, August 24, 2010 22:36:38<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Opensim-dev] Loading DLL files - BadImageFormatException<br></font><br>On 23/08/10 02:38, Gajananan Kugamoorthy wrote:<br>> Hello OpenSim Developers,<br>><br>><br>> I have been trying to use the latest version of OpenSim (0.7 & 0.7.01) ,<br>> I got the warning in one of the function call that load the DLLs of my<br>> project. OpenSim does not crash. However I would like to know what is<br>> wrong as I did not have this problem with the previous versions of OpenSim.<br><br>Not sure - I
haven't seen this issue with running 0.7 or 0.7.0.1 on Windows myself.<br><br>As you've found out - it's not fatal. The library is only used by an old, optional module that saves region data to <br>Subversion.<br><br>-- <br>Justin Clark-Casey (justincc)<br><a href="http://justincc.org" target="_blank">http://justincc.org</a><br><a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a><br>_______________________________________________<br>Opensim-dev mailing list<br><a ymailto="mailto:Opensim-dev@lists.berlios.de" href="mailto:Opensim-dev@lists.berlios.de">Opensim-dev@lists.berlios.de</a><br><a href="https://lists.berlios.de/mailman/listinfo/opensim-dev" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-dev</a><br></div></div>
</div><br></body></html>