<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Manifest problem with Ideablande.xxx.SL.DLL</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Manifest problem with Ideablande.xxx.SL.DLL</description>
  <pubDate>Tue, 12 May 2026 19:40:08 -700</pubDate>
  <lastBuildDate>Tue, 07 Sep 2010 03:54:45 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2132</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Manifest problem with Ideablande.xxx.SL.DLL : Problem is solved. Found old versions...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2132&amp;PID=8378#8378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=508" rel="nofollow">tj62</a><br /><strong>Subject:</strong> 2132<br /><strong>Posted:</strong> 07-Sep-2010 at 3:54am<br /><br /><P>Problem is solved. Found old versions of the DLL&nbsp;in some Bin\Debug folders.&nbsp; "Clean Solution" from Visual Studio 2008 does not delete those copies. Don't understand why Microsoft puts this menu item in if it doesn't clean all.</P><DIV><BR>Regards</DIV><DIV>&nbsp; TJ</DIV>]]>
   </description>
   <pubDate>Tue, 07 Sep 2010 03:54:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2132&amp;PID=8378#8378</guid>
  </item> 
  <item>
   <title>Manifest problem with Ideablande.xxx.SL.DLL : I recnetly upgraded to versoin...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2132&amp;PID=8371#8371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=508" rel="nofollow">tj62</a><br /><strong>Subject:</strong> 2132<br /><strong>Posted:</strong> 06-Sep-2010 at 10:12am<br /><br /><DIV>I recnetly upgraded to versoin 5.2.7.0 of DevForce in my projects with many modules that use dynamic module loading. I have carefully checked that all references to Ideablade.xxxx.SL references that also are referenced in the Shell-project have "Copy Local property set to false.<BR>However when I run the soluton I get a manifest - complain about the IdeaBlade.EntityModel.SL file.&nbsp; Does anyone know what to do, to solve this problem. Below is the Exception dump:</DIV><DIV><BR>&nbsp;</DIV><DIV>{EntityServerException: Could not load file or assembly 'IdeaBlade.EntityModel.SL, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---&gt; System.IO.FileLoadException: Could not load file or assembly 'IdeaBlade.EntityModel.SL, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)<BR>File name: 'IdeaBlade.EntityModel.SL, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0'<BR>&nbsp;&nbsp; at System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp; stackMark, Boolean loadTypeFromPartialName)<BR>&nbsp;&nbsp; at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp; stackMark)<BR>&nbsp;&nbsp; at System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark&amp; stackMark)<BR>&nbsp;&nbsp; at System.Type.GetType(String typeName)<BR>&nbsp;&nbsp; at IdeaBlade.Core.TypeWrapperSL.FindType()<BR>&nbsp;&nbsp; at IdeaBlade.Core.TypeWrapperSL.Restore()<BR>&nbsp;&nbsp; at IdeaBlade.Core.TypeWrapperSL.get_Type()<BR>&nbsp;&nbsp; at IdeaBlade.Linq.ExpressionBlock.set_TypeWrapper(ITypeWrapper value)<BR>&nbsp;&nbsp; at ReadConstantExpressionBlockFromXml(XmlReaderDelegator , XmlObjectSerializerReadContext , XmlDictionaryString&#091;&#093; , XmlDictionaryString&#091;&#093; )<BR>&nbsp;&nbsp; at System.Runtime.Serialization.ClassDataContract.ReadXmlValue(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.ReadDataContractValue(DataContract dataContract, XmlReaderDelegator reader)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator reader, String name, String ns, DataContract&amp; dataContract)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 id, RuntimeTypeHandle declaredTypeHandle, String name, String ns)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContextComplex.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, String name, String ns)<BR>&nbsp;&nbsp; at ReadArrayOfExpressionBlockFromXml(XmlReaderDelegator , XmlObjectSerializerReadContext , XmlDictionaryString , XmlDictionaryString , CollectionDataContract )<BR>&nbsp;&nbsp; at System.Runtime.Serialization.CollectionDataContract.ReadXmlValue(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.ReadDataContractValue(DataContract dataContract, XmlReaderDelegator reader)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator reader, String name, String ns, DataContract&amp; dataContract)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 id, RuntimeTypeHandle declaredTypeHandle, String name, String ns)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContextComplex.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, String name, String ns)<BR>&nbsp;&nbsp; at ReadMethodCallExpressionBlockFromXml(XmlReaderDelegator , XmlObjectSerializerReadContext , XmlDictionaryString&#091;&#093; , XmlDictionaryString&#091;&#093; )<BR>&nbsp;&nbsp; at System.Runtime.Serialization.ClassDataContract.ReadXmlValue(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.ReadDataContractValue(DataContract dataContract, XmlReaderDelegator reader)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator reader, String name, String ns, DataContract&amp; dataContract)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 id, RuntimeTypeHandle declaredTypeHandle, String name, String ns)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContextComplex.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, String name, String ns)<BR>&nbsp;&nbsp; at ReadSerializedExpressionFromXml(XmlReaderDelegator , XmlObjectSerializerReadContext , XmlDictionaryString&#091;&#093; , XmlDictionaryString&#091;&#093; )<BR>&nbsp;&nbsp; at System.Runtime.Serialization.ClassDataContract.ReadXmlValue(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.ReadDataContractValue(DataContract dataContract, XmlReaderDelegator reader)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator reader, String name, String ns, DataContract&amp; dataContract)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 id, RuntimeTypeHandle declaredTypeHandle, String name, String ns)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContextComplex.InternalDeserialize(XmlReaderDelegator xmlReader, Int32 declaredTypeID, RuntimeTypeHandle declaredTypeHandle, String name, String ns)<BR>&nbsp;&nbsp; at ReadEntityQuerySurrogateFromXml(XmlReaderDelegator , XmlObjectSerializerReadContext , XmlDictionaryString&#091;&#093; , XmlDictionaryString&#091;&#093; )<BR>&nbsp;&nbsp; at System.Runtime.Serialization.ClassDataContract.ReadXmlValue(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.ReadDataContractValue(DataContract dataContract, XmlReaderDelegator reader)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator reader, String name, String ns, DataContract&amp; dataContract)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator xmlReader, Type declaredType, DataContract dataContract, String name, String ns)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializerReadContextComplex.InternalDeserialize(XmlReaderDelegator xmlReader, Type declaredType, DataContract dataContract, String name, String ns)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.DataContractSerializer.InternalReadObject(XmlReaderDelegator xmlReader, Boolean verifyObjectName)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.XmlObjectSerializer.ReadObjectHandleExceptions(XmlReaderDelegator reader, Boolean verifyObjectName)<BR>&nbsp;&nbsp; at System.Runtime.Serialization.DataContractSerializer.ReadObject(XmlDictionaryReader reader, Boolean verifyObjectName)<BR>&nbsp;&nbsp; at IdeaBlade.Core.Wcf.Extensions.CustomDataContractSerializer.ReadObject(XmlDictionaryReader reader, Boolean verifyObjectName)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.DeserializeParameterPart(XmlDictionaryReader reader, PartInfo part, Boolean isRequest)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.DeserializeParameter(XmlDictionaryReader reader, PartInfo part, Boolean isRequest)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.DeserializeParameters(XmlDictionaryReader reader, PartInfo&#091;&#093; parts, Object&#091;&#093; parameters, Boolean isRequest)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.DataContractSerializerOperationFormatter.DeserializeBody(XmlDictionaryReader reader, MessageVersion version, String action, MessageDescription messageDescription, Object&#091;&#093; parameters, Boolean isRequest)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeBodyContents(Message message, Object&#091;&#093; parameters, Boolean isRequest)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.OperationFormatter.DeserializeRequest(Message message, Object&#091;&#093; parameters)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.DispatchOperationRuntime.DeserializeInputs(MessageRpc&amp; rpc)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc)<BR>&nbsp;&nbsp; at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</DIV><P>=== Pre-bind state information ===<BR>LOG: User = TJDEV\throstur</P><DIV>LOG: DisplayName = IdeaBlade.EntityModel.SL, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0<BR>&nbsp;(Fully-specified)<BR>LOG: Appbase = <a href="file:///C:/Visual" target="_blank">file:///C:/Visual</A> Studio 2005/Projects/Control2NetSilver/C2NetSilverWeb/<BR>LOG: Initial PrivatePath = C:\Visual Studio 2005\Projects\Control2NetSilver\C2NetSilverWeb\bin<BR>Calling assembly : (Unknown).<BR>===<BR>LOG: This bind starts in default load context.<BR>LOG: Using application configuration file: C:\Visual Studio 2005\Projects\Control2NetSilver\C2NetSilverWeb\web.config<BR>LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.<BR>LOG: Post-policy reference: IdeaBlade.EntityModel.SL, Version=5.2.7.0, Culture=neutral, PublicKeyToken=287b5094865421c0<BR>LOG: Attempting download of new URL <a href="file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary" target="_blank">file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary</A> ASP.NET Files/root/1fb9bea6/dc62a114/IdeaBlade.EntityModel.SL.DLL.<BR>LOG: Attempting download of new URL <a href="file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary" target="_blank">file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary</A> ASP.NET Files/root/1fb9bea6/dc62a114/IdeaBlade.EntityModel.SL/IdeaBlade.EntityModel.SL.DLL.<BR>LOG: Attempting download of new URL <a href="file:///C:/Visual" target="_blank">file:///C:/Visual</A> Studio 2005/Projects/Control2NetSilver/C2NetSilverWeb/bin/IdeaBlade.EntityModel.SL.DLL.<BR>WRN: Comparing the assembly name resulted in the mismatch: Revision Number<BR>ERR: Failed to complete setup of assembly (hr = 0x80131040). Probing terminated.</DIV><P>&nbsp;&nbsp; at IdeaBlade.EntityModel.RemoteEntityServerProxy.CheckConnection(Exception pException)<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityServerProxy.Fetch(SessionBundle bundle, IEntityQuerySurrogate query)<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.AsyncFetchWorker(AsyncEventArgs state)}</P>]]>
   </description>
   <pubDate>Mon, 06 Sep 2010 10:12:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2132&amp;PID=8371#8371</guid>
  </item> 
 </channel>
</rss>