<div dir="ltr"><div>Hi, I found the cause of this problem</div>
<div> </div>
<div>Its in MSSQLRegionData.cs in LoadLandObjects<font color="#0000ff" size="1"><font color="#0000ff" size="1"><font size="1"> 
<p>cmdAccessList.Parameters.AddWithValue(</p></font><font color="#a31515" size="1"><font color="#a31515" size="1">"@LandUUID"</font></font><font size="1">, landData.GlobalID);</font>
<p><font size="1">needs to be </font></p><font size="1"><font size="1">
<p>cmdAccessList.Parameters.AddWithValue(</p></font><font color="#a31515" size="1"><font color="#a31515" size="1">"@LandUUID"</font></font><font size="1">, landData.GlobalID.ToString());</font></font></font></font><font size="1"></font><br>
<br></div>
<div class="gmail_quote">2008/9/10 Garrett Hussey <span dir="ltr"><<a href="mailto:garrett.hussey@gmail.com">garrett.hussey@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div dir="ltr">
<div>Hi, has anyone come across an error when running up the latest</div>
<div>build of opensim against an sql server 2005 DB?</div>
<div> </div>
<div>  - the error I get is ...</div>
<div> </div>
<div>"No mapping exists from object type OpenMetaverse.UUID to a known managed provider native type."</div>
<div> </div>
<div>It occurs when trying to select data from the DB and a parameter of type OpenMetaVerse.UUID is </div>
<div>specified in the command. It looks like it cant figure out how to map the string in the Db onto the UUID</div>
<div>struct. Is this a problem with OpenMetaverse or the MSSQL provider ??</div>
<div> </div>
<div>Cheers</div>
<div>    Garrett</div></div></blockquote></div><br></div>