<?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 : Runtime Error</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Runtime Error</description>
  <pubDate>Mon, 20 Apr 2026 17:12:19 -700</pubDate>
  <lastBuildDate>Fri, 24 Feb 2012 05:50:20 -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=3293</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>Runtime Error : Solved the proplemAdd this in...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3293&amp;PID=12785#12785</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=863" rel="nofollow">Sakar SR</a><br /><strong>Subject:</strong> 3293<br /><strong>Posted:</strong> 24-Feb-2012 at 5:50am<br /><br />Solved the proplem<br><br>Add this in app.config file to solve .net 2 complied assembly&nbsp; in .Net 4<br><br>&lt;startup useLegacyV2RuntimeActivationPolicy="true"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;supportedRuntime version="v4.0"/&gt;<br>&nbsp; &lt;/startup&gt;<br><br><br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2012 05:50:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3293&amp;PID=12785#12785</guid>
  </item> 
  <item>
   <title>Runtime Error : runtime error error, when i run...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3293&amp;PID=12774#12774</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=863" rel="nofollow">Sakar SR</a><br /><strong>Subject:</strong> 3293<br /><strong>Posted:</strong> 23-Feb-2012 at 9:19pm<br /><br />runtime error error, when i run this code<br><br>&nbsp;public static SysUser GetUser(EntityManager pManager, string pUserName)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //SysUser aUser = null;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var mgr = new&nbsp; eFilerDBEntities(pManager);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SysUser aUser = mgr.SysUsers.Where(p =&gt; p.UserName == pUserName).FirstOrNullEntity();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return aUser;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } <br><br>Error :<br><br>&nbsp; Message=Key 'eFilerDBEntities': Key 'eFilerDBEntities': Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.<br>&nbsp; Source=IdeaBlade.EntityModel<br>&nbsp; Cancelled=false<br>&nbsp;<br><br><br>]]>
   </description>
   <pubDate>Thu, 23 Feb 2012 21:19:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3293&amp;PID=12774#12774</guid>
  </item> 
 </channel>
</rss>