<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET 3.5 Extensions Preview</title><link>http://forums.asp.net/1147.aspx</link><description>Setup issues and general questions regarding this release. For specific topics use &lt;a href="http://forums.asp.net/1146.aspx"&gt;ASP.NET MVC&lt;/a&gt;, &lt;a href="http://forums.asp.net/1154.aspx"&gt;ASP.NET Controls for Silverlight&lt;/a&gt;, &lt;a href="http://forums.asp.net/1145.aspx"&gt;ASP.NET Dynamic Data&lt;/a&gt;, &lt;a href="http://go.microsoft.com/fwlink/?linkid=96773"&gt;ADO.NET Entity Framework&lt;/a&gt;, &lt;a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1430&amp;SiteID=1"&gt;ADO.NET Data Services&lt;/a&gt; or the &lt;a href="http://forums.asp.net/1008.aspx"&gt;ASP.NET AJAX UI&lt;/a&gt; forum.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>ASP.NET and Entity Data Framework - Best Practices?</title><link>http://forums.asp.net/thread/2935037.aspx</link><pubDate>Wed, 11 Feb 2009 22:49:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2935037</guid><dc:creator>digitalactive</dc:creator><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2935037.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2935037</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking for some advice regarding using EDF and ASP.NET. My main concern is the use of contexts within my code. What is the best way to handle contexts?&amp;nbsp; Currently I&amp;#39;m getting the dreaded error: &amp;quot;An entity object cannot be referenced by multiple instances of IEntityChangeTracker.&amp;quot;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What&amp;#39;s the best way to ensure I&amp;#39;m using the same context? What are the implications for leaving a&amp;nbsp;context &amp;#39;open&amp;#39; in the Session? Is this a big &amp;#39;no no&amp;#39; ?&lt;/p&gt;
&lt;p&gt;How can I achieve a consistent approach (without having to pass context parameters all over the place) and yet keep my application scalable?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Simon.&lt;/p&gt;</description></item><item><title>Autocomplete ajax without calling a service</title><link>http://forums.asp.net/thread/3553639.aspx</link><pubDate>Tue, 08 Dec 2009 09:56:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3553639</guid><dc:creator>ronald_yoh</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3553639.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3553639</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;is there a way to implement ajax autocomplete without calling a service but calling a server-side method only? if any, can you please give an example?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;</description></item><item><title>Advantages of LINQ?</title><link>http://forums.asp.net/thread/2248479.aspx</link><pubDate>Sat, 22 Mar 2008 12:55:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2248479</guid><dc:creator>jeyaseelan@ajsquare.net</dc:creator><slash:comments>16</slash:comments><comments>http://forums.asp.net/thread/2248479.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2248479</wfw:commentRss><description>May i know what are the main advantages using LINQ over SQL management studio?&lt;br /&gt;</description></item><item><title>Strange runtime error with SP1</title><link>http://forums.asp.net/thread/2635687.aspx</link><pubDate>Sun, 21 Sep 2008 22:09:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2635687</guid><dc:creator>Ricardojb</dc:creator><slash:comments>4</slash:comments><comments>http://forums.asp.net/thread/2635687.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2635687</wfw:commentRss><description>&lt;p&gt;I have installed SP1 on my development machine, but my host company still is testing it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I thought it shouldn&amp;#39;t be a problem because I wasn&amp;#39;t going to use any SP1 features until they installed SP1.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;And that was true, until I got an annoying error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a very simple page which is using an ObjectDataSource, for some reason, some times Visual Studio gets rid of the insert or update method.&lt;/p&gt;
&lt;p&gt;Anyway, I added the Insert Method again to the ObjectDataSource and then I couldn&amp;#39;t longer access that page.&lt;/p&gt;
&lt;p&gt;MissingMethodException: Method not found: &amp;#39;Void System.Web.UI.WebControls.Parameter.set_DbType(System.Data.DbType)&amp;#39;.]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Ok, I could understand that there could be an incompatibility between SP1 and RTM, what I can&amp;#39;t get is that the page was working fine before (except for the Insert method) and I have a lot of pages using different ObjectDataSource, most of them basically with the same architecture and I don&amp;#39;t have any problem.&lt;/p&gt;
&lt;p&gt;I tried copying the website instead of publishing but it did not work either.&lt;/p&gt;
&lt;p&gt;I have googled the error to not avail, I only found a post in the Discount.asp forum, with the same error but no solution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Again, I can wait until they deploy SP1, but it puzzles me that other pages with the same controls and settings have no problems.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;For what I could read, apparently the problem is with pre-compiled dlls, my dal is in a separate .dll so I compiled it on my local machine and then it&amp;#39;s added to the bin folder, but as I said, there isn&amp;#39;t anything in the page that causes the error or the DAL different than other areas, only that this one is actually simpler.&lt;/p&gt;</description></item><item><title>find a row index in datagrid of silverlight</title><link>http://forums.asp.net/thread/3509751.aspx</link><pubDate>Thu, 12 Nov 2009 21:35:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3509751</guid><dc:creator>wgg117</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3509751.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3509751</wfw:commentRss><description>&lt;p&gt;&lt;font size="2"&gt;I have a SelectionChanged event on a combobox in a datagrid. when it fires i need to find out the row number or index of that row where this combobox resides.. How can I do that ?&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Thanks&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Question about security and the Entity Framework</title><link>http://forums.asp.net/thread/3498996.aspx</link><pubDate>Fri, 06 Nov 2009 23:36:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3498996</guid><dc:creator>netplan</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3498996.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3498996</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new to the Entity Framework and I have a question about the benefits of EF.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve always thought that the most secure way to access data from the database&amp;nbsp;was to use stored procs and assign execute permissions to these procs and never assign permissions at the table level...but with EF...this is the way it&amp;#39;s done. Are there any issues with doing it this way?&lt;/p&gt;
&lt;p&gt;Is the Entity Framework really the way to go? Are there any downfalls to using EF?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Drag and Drop in ASP.NET 3.5</title><link>http://forums.asp.net/thread/2369694.aspx</link><pubDate>Tue, 20 May 2008 21:34:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2369694</guid><dc:creator>abuswell</dc:creator><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/2369694.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2369694</wfw:commentRss><description>&lt;p&gt;Are the drag and drop&amp;nbsp;scripts (previewDragAndDrop.js, etc.) from the AJAX Futures included somewhere in the 3.5 extensions preview? If so, what are they called and what needs to be included in a Web Application to use them? &lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Entity framework now or later?</title><link>http://forums.asp.net/thread/3387376.aspx</link><pubDate>Fri, 04 Sep 2009 10:14:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3387376</guid><dc:creator>dan_abdn</dc:creator><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/3387376.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3387376</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;Hello everyone,&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve just watched a vid on Entity Framework 3.5 and it looks fab.&lt;/p&gt;
&lt;p&gt;However, I&amp;#39;ve also seen that Entity Framework 4.0&amp;nbsp;has some interesting enhancements.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m going to be creating suite of applications and I just wondered....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. What happens if I start with EF 3.5 SP1 and in a few months get EF 4.0 when (.NET 4.0 and VS2010 is released?) - &lt;strong&gt;what will be the steps involved in upgrading? Any breaking changes likely?&lt;/strong&gt;&amp;nbsp;- I realise this is a little early to be asking this question, but I&amp;#39;m hoping someone wise beyond their years will lend some nice advice.&lt;/p&gt;
&lt;p&gt;2. &lt;strong&gt;Should I just wait for EF4.0&lt;/strong&gt; i.e. because major code changes will be required?&lt;/p&gt;
&lt;p&gt;3. When is VS2010 and .&lt;strong&gt;NET 4.0 likely to be released&lt;/strong&gt; (no clever comments like &amp;quot;twice the time that it took to finish half of it&amp;quot;)&amp;nbsp; :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Cheerio.&lt;/p&gt;
&lt;p&gt;Dan.&amp;nbsp; &lt;img title="Kiss" border="0" alt="Kiss" src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif" /&gt;&lt;/p&gt;</description></item><item><title>Cannot add ADO.NET Entity Data Model to web application project</title><link>http://forums.asp.net/thread/2051114.aspx</link><pubDate>Mon, 10 Dec 2007 18:06:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2051114</guid><dc:creator>mike.j.pappas</dc:creator><slash:comments>5</slash:comments><comments>http://forums.asp.net/thread/2051114.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2051114</wfw:commentRss><description>&lt;p&gt;I have Visual Studio 2008 RTM installed as well as the 3.5 Extensions Preview.&amp;nbsp; I have created a new project using the ASP.NET 3.5 Exteniosn Web Application template.&amp;nbsp; When I try to add a new ADO.NET Entity Data Model (edmx) I cannot seem to find it in the list of possible items to add.&amp;nbsp; The only item template remotely close to it is &amp;quot;ADO.NET Data Service.&amp;quot;&lt;/p&gt;
&lt;p&gt;How do I get this to show up in my template list?&lt;/p&gt;</description></item><item><title>Using NumericUpDownExtender, but texbox does not display</title><link>http://forums.asp.net/thread/3487586.aspx</link><pubDate>Sun, 01 Nov 2009 06:33:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3487586</guid><dc:creator>AppDevForMe</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3487586.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3487586</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Register assembly=&amp;quot;AjaxControlToolkit&amp;quot; namespace=&amp;quot;AjaxControlToolkit&amp;quot; tagprefix=&amp;quot;cc1&amp;quot; %&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;&lt;/a&gt; xmlns=&amp;quot;&lt;a href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:TextBox ID=&amp;quot;TextBox1&amp;quot; runat=&amp;quot;server&amp;quot; Width=&amp;quot;60px&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cc1:NumericUpDownExtender ID=&amp;quot;TextBox1_NumericUpDownExtender&amp;quot; runat=&amp;quot;server&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enabled=&amp;quot;True&amp;quot; Maximum=&amp;quot;1.7976931348623157E+308&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Minimum=&amp;quot;-1.7976931348623157E+308&amp;quot; RefValues=&amp;quot;&amp;quot; ServiceDownMethod=&amp;quot;&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ServiceDownPath=&amp;quot;&amp;quot; ServiceUpMethod=&amp;quot;&amp;quot; Tag=&amp;quot;&amp;quot; TargetButtonDownID=&amp;quot;&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TargetButtonUpID=&amp;quot;&amp;quot; TargetControlID=&amp;quot;TextBox1&amp;quot; Width=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cc1:NumericUpDownExtender&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:ScriptManager ID=&amp;quot;ScriptManager1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:ScriptManager&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;html&lt;/p&gt;
&lt;p&gt;using System;&lt;br /&gt;using System.Collections.Generic;&lt;br /&gt;using System.Linq;&lt;br /&gt;using System.Web;&lt;br /&gt;using System.Web.UI;&lt;br /&gt;using System.Web.UI.WebControls;&lt;/p&gt;
&lt;p&gt;public partial class Default3 : System.Web.UI.Page&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;}&lt;/p&gt;</description></item><item><title>error while compling Entity Framework Sample</title><link>http://forums.asp.net/thread/3332989.aspx</link><pubDate>Thu, 06 Aug 2009 09:44:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3332989</guid><dc:creator>asif.kalim</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3332989.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3332989</wfw:commentRss><description>&lt;p&gt;im trying to complie a sample application that i got from codeplex. Im getting following errors. Anyone please help me&lt;/p&gt;&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp;Error 5: The required attribute &amp;#39;Provider&amp;#39; is missing.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.edmx&amp;nbsp;&amp;nbsp;
&amp;nbsp;109&amp;nbsp;&amp;nbsp; &amp;nbsp;7&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;4&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for
method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;208&amp;nbsp;&amp;nbsp; &amp;nbsp;35&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;5&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for
method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;231&amp;nbsp;&amp;nbsp; &amp;nbsp;34&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;6&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for
method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;254&amp;nbsp;&amp;nbsp; &amp;nbsp;35&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;7&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for
method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;300&amp;nbsp;&amp;nbsp; &amp;nbsp;37&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;8&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for
method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;323&amp;nbsp;&amp;nbsp; &amp;nbsp;40&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;9&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments for
method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;346&amp;nbsp;&amp;nbsp; &amp;nbsp;37&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;10&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments
for method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;469&amp;nbsp;&amp;nbsp; &amp;nbsp;37&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;11&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments
for method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;636&amp;nbsp;&amp;nbsp; &amp;nbsp;37&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;12&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments
for method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;803&amp;nbsp;&amp;nbsp; &amp;nbsp;30&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Error&amp;nbsp;&amp;nbsp; &amp;nbsp;13&amp;nbsp;&amp;nbsp; &amp;nbsp;The type arguments
for method
&amp;#39;System.Data.Objects.DataClasses.StructuralObject.SetValidValue&amp;lt;T&amp;gt;(T,
T, string)&amp;#39; cannot be inferred from the usage. Try specifying the type
arguments explicitly.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.Designer.cs&amp;nbsp;&amp;nbsp;
&amp;nbsp;826&amp;nbsp;&amp;nbsp; &amp;nbsp;32&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Warning&amp;nbsp;&amp;nbsp; &amp;nbsp;1&amp;nbsp;&amp;nbsp; &amp;nbsp;The element
&amp;#39;Designer&amp;#39; in namespace &amp;#39;http://schemas.microsoft.com/ado/2007/06/edmx&amp;#39;
has invalid child element &amp;#39;ReverseEngineer&amp;#39; in namespace
&amp;#39;http://schemas.microsoft.com/ado/2007/06/edmx&amp;#39;. List of possible
elements expected: &amp;#39;Diagrams&amp;#39; in namespace
&amp;#39;http://schemas.microsoft.com/ado/2007/06/edmx&amp;#39;.&amp;nbsp;&amp;nbsp; &amp;nbsp;D:\data\RnD\ERP
Architecture\EntityFramework\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.edmx&amp;nbsp;&amp;nbsp;
&amp;nbsp;14&amp;nbsp;&amp;nbsp; &amp;nbsp;6&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;br /&gt;Warning&amp;nbsp;&amp;nbsp; &amp;nbsp;2&amp;nbsp;&amp;nbsp; &amp;nbsp;The required attribute
&amp;#39;Provider&amp;#39; is missing.&amp;nbsp;&amp;nbsp;
&amp;nbsp;D:\data\RnD\EFSamples\GettingStarted\GettingStarted_CS\MyTravelModel.edmx&amp;nbsp;&amp;nbsp;
&amp;nbsp;109&amp;nbsp;&amp;nbsp; &amp;nbsp;8&amp;nbsp;&amp;nbsp; &amp;nbsp;GettingStarted_CS&lt;/p&gt;</description></item><item><title>Does silverlight support opengl or directx graphic engine.</title><link>http://forums.asp.net/thread/2229827.aspx</link><pubDate>Thu, 13 Mar 2008 06:11:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2229827</guid><dc:creator>egoZd</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2229827.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2229827</wfw:commentRss><description>&lt;p&gt;Does silverlight support opengl or directx graphic engine.&lt;/p&gt;
&lt;p&gt;I m preparing to write a online game use silverlight. I have use it to make some demo found it work well as a client package hosting in brower. I hope it can support Opengl or other game graphic engine. Does it posible?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Extension methods in .net 2.0</title><link>http://forums.asp.net/thread/3382318.aspx</link><pubDate>Wed, 02 Sep 2009 06:50:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3382318</guid><dc:creator>archana.ramaswamy</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3382318.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3382318</wfw:commentRss><description>&lt;p&gt;hi, &lt;/p&gt;&lt;p&gt;m trying to create an extension method in .net 2.0. Extension methods are supported in 3.5 but when i searched in google i got the below code.&lt;/p&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;namespace&lt;/span&gt; System.Runtime.CompilerServices&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;   &lt;/span&gt;{&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;    &lt;/span&gt;    [AttributeUsage(AttributeTargets.Method)]&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;   &lt;/span&gt;    &lt;span&gt;public&lt;/span&gt; &lt;span&gt;sealed&lt;/span&gt; &lt;span&gt;class&lt;/span&gt; ExtensionAttribute : Attribute&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;    &lt;/span&gt;    {&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;    &lt;/span&gt;        &lt;span&gt;public&lt;/span&gt; ExtensionAttribute() { }&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;    &lt;/span&gt;    }&lt;/pre&gt;
&lt;pre&gt;&lt;span&gt;    &lt;/span&gt;}&lt;/pre&gt;&lt;p&gt;In many sites its given that if we add the below code to 2.0 also the extension method will work. but still m getting error some thing like this&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Courier New"&gt;Cannot define a new extension method
because the compiler required type
&amp;#39;System.Runtime.CompilerServices.ExtensionAttribute&amp;#39; cannot be found.
Are you missing a reference to System.Core.dll?&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Courier New"&gt;please any one help me.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Courier New"&gt;thanx&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Add view to EDMX produces no results</title><link>http://forums.asp.net/thread/2712547.aspx</link><pubDate>Wed, 29 Oct 2008 15:04:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2712547</guid><dc:creator>rscott</dc:creator><slash:comments>3</slash:comments><comments>http://forums.asp.net/thread/2712547.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2712547</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve got a small database with a single table and with a view. The view is coming from a different database (i.e, it does select * from db.dbo.someTable). I can select from the view fine using a query. When I try to add the view using &amp;quot;Update Model from Database&amp;quot;, the wizard opens, I check my view under the views branch of the tree and click finish. The wizard goes away but the view is never added.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If I update again, I can still see the view under the &amp;quot;Add&amp;quot; portion of the wizard (not under refresh). No matter how many times I add it, it never actually adds and no errors pop up.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Also, as an interesting side note... if I close my EDMX window I cannot open it back up from the solution explorer. Double clicking on it simply expands the node. I have to restart studio to get it to work again.&lt;/p&gt;
&lt;p&gt;Anyone seen this? The user who is adding the view is pretty restricted - the only thing it can do is select * from the view. Are there special permissions the user needs to use the model designer?&lt;/p&gt;</description></item><item><title>Metadata Path issue for Entity Connection "Unable to load the specified metadata resource."</title><link>http://forums.asp.net/thread/2825808.aspx</link><pubDate>Tue, 23 Dec 2008 02:31:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2825808</guid><dc:creator>rcfearn</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2825808.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2825808</wfw:commentRss><description>I have two folders in a project Connections &amp;amp; Entities, I wan&amp;#39;t to build an EntityConnection object in a class in the Connections folder that sets up connections for Entity Models in the Entities folder but I am having a problem with the MetaData property:

When I run the code with the above setup and entityBuilder.Metadata = @&amp;quot;res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model1.msl&amp;quot;;  I get an &amp;quot;Unable to load the specified metadata resource.&amp;quot;, If I move the Entity Models out of the Entities folder into the root of the project it works correctly.

If I move the Entity Models back to the Entities folder and change the MetaData string to @&amp;quot;res://*/Entities/Model1.csdl|res://*/Entities/Model1.ssdl|res://*/Entities/Model1.msl&amp;quot;; I get the following error :

&amp;quot;The specified metadata path is not valid. A valid path must be either an existing directory, an existing file with extension &amp;#39;.csdl&amp;#39;, &amp;#39;.ssdl&amp;#39;, or &amp;#39;.msl&amp;#39;, or a URI that identifies an embedded resource.&amp;quot;

Any ideas on how I can set this up correctly?

Thanks in advance
Rob</description></item><item><title>Acess silverlight source</title><link>http://forums.asp.net/thread/3348872.aspx</link><pubDate>Fri, 14 Aug 2009 20:31:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3348872</guid><dc:creator>xtinction84</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3348872.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3348872</wfw:commentRss><description>&lt;p&gt;Hi there! &lt;/p&gt;&lt;p&gt;My question is very simple: I have this&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="xhtml"&gt;    &amp;lt;div&amp;gt;
        &amp;lt;asp:Silverlight ID=&amp;quot;XamlSilverlight&amp;quot; runat=&amp;quot;server&amp;quot; Windowless=&amp;quot;true&amp;quot;
            Source=&amp;quot;~/ClientBin/SilverlightScatterPlot.xap&amp;quot; MinimumVersion=&amp;quot;2.0.31005.0&amp;quot;
            Width=&amp;quot;600&amp;quot; Height=&amp;quot;600&amp;quot; /&amp;gt;
    &amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt; And i need to change the source of silverlight in server-side, so i need to acess the control of silverlight so:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre name="code" class="c-sharp"&gt; ContentPlaceHolder content = new ContentPlaceHolder();
            content = (ContentPlaceHolder)Page.Master.FindControl(&amp;quot;MainContent&amp;quot;);

(content.FindControl(&amp;quot;XamlSilverlightDiagnostic&amp;quot;) as DontKnow).Source = &amp;quot;~/ClientBin/SilverlightScatterPlot.xap&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre name="code"&gt;How can i do to change the source of my silvellight control, in my Page.aspx&lt;br /&gt;&lt;br /&gt;thanks&lt;/pre&gt;</description></item><item><title>How to create empty xml from set of schema files</title><link>http://forums.asp.net/thread/3280672.aspx</link><pubDate>Wed, 08 Jul 2009 08:11:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3280672</guid><dc:creator>rsenthilnathan22</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3280672.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3280672</wfw:commentRss><description>&lt;p&gt;Hi friends, &lt;/p&gt;
&lt;p&gt;I have set of schema files, some schemas have reference schema also. I want to create empty xml file from that set of schema in 2.0 or later framework. how to do this. I have tried xsd.exe with serialization no proper xml and tried dataset also. Kindly let me know the solution &lt;/p&gt;
&lt;p&gt;regards, &lt;/p&gt;
&lt;p&gt;Senthilnathan Ragunathan&lt;/p&gt;</description></item><item><title>Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.</title><link>http://forums.asp.net/thread/3337016.aspx</link><pubDate>Sat, 08 Aug 2009 15:52:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3337016</guid><dc:creator>sandeepbhutani304</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3337016.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3337016</wfw:commentRss><description>&lt;pre&gt;Hi, 

I am getting famous exception but in an uncommon scenario - 
Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.

I hosted my website in a server and as soon as I fire a request I get this error alert. But to &lt;br /&gt;my surprise, when I access this same site from some other client machine (keeping previous &lt;br /&gt;same machine as server) it works flawlessly.  It simply means my server is OK &lt;br /&gt;and on same machine there is some problem in browser or somewhere else. 

I am already using enough AsyncPostBackTimeout. 
Can somebody please provide me a hint on what to do.

Thanks.
&lt;/pre&gt;</description></item><item><title>Download ASP.NET 3.5 Extensions Preview</title><link>http://forums.asp.net/thread/3317207.aspx</link><pubDate>Tue, 28 Jul 2009 18:03:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3317207</guid><dc:creator>Maikol</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3317207.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3317207</wfw:commentRss><description>&lt;p&gt;Where can I download the ASP.NET 3.5 Extensions Preview.&lt;/p&gt;
&lt;p&gt;My controls in VS 2008 don&amp;#39;t show me the Add Extensions tab, when I click them.&lt;/p&gt;
&lt;p&gt;Can someone help me?&lt;/p&gt;</description></item><item><title>Access to the path c:\...\msc_cntr_0.txt is denied.</title><link>http://forums.asp.net/thread/2939851.aspx</link><pubDate>Fri, 13 Feb 2009 15:06:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2939851</guid><dc:creator>tinuverma</dc:creator><slash:comments>9</slash:comments><comments>http://forums.asp.net/thread/2939851.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2939851</wfw:commentRss><description>Hello Guys,&lt;br /&gt;I deployed my web app to test environment and I keep getting this error at random:&lt;br /&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;Access &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;to&lt;/font&gt;&lt;font size="2"&gt; the &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;path&lt;/font&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&amp;#39;C:\Inetpub\mywebApp\msc_cntr_0.txt&amp;#39;&lt;/font&gt;&lt;font size="1"&gt; &lt;/font&gt;&lt;font color="#808080" size="2"&gt;is&lt;/font&gt;&lt;font size="2"&gt; denied&lt;/font&gt;&lt;font color="#808080" size="2"&gt;.&lt;br /&gt;&lt;br /&gt;&lt;font style="FONT-SIZE:12px;" color="#000000"&gt;The state of the application when this error is generated:&lt;br /&gt;the chart data source has only 1 record to draw with and its the first time it&amp;#39;s being drawn (rendered).&lt;br /&gt;If I go back to home page and then come to this, no errors. (read: no data changes...all i need to do is refresh the page).&lt;br /&gt;&lt;br /&gt;Any ideas what might be wrong?&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>invalid association mapping </title><link>http://forums.asp.net/thread/2522950.aspx</link><pubDate>Tue, 29 Jul 2008 18:58:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2522950</guid><dc:creator>anthonyplanet</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/2522950.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=2522950</wfw:commentRss><description>&lt;span id="_ctl0_MainContent_PostFlatView"&gt;&lt;span&gt;&lt;font size="2"&gt;&lt;span style="font-family:Arial;"&gt;Hi , wondering if anyone has any ideas to this within my class mapping. I think the answer maybe in my db structure. &lt;br /&gt;Anyway, all thoughts very much appreciated. &lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;span&gt;&lt;/span&gt;
&lt;h2&gt;&lt;i&gt;&lt;i&gt;Invalid association mapping for member &amp;#39;Asset.DesignImages&amp;#39;. &amp;nbsp;&amp;#39;DesignImage&amp;#39; is not an entity&lt;/i&gt;&lt;/i&gt;&lt;/h2&gt;I&amp;#39;ve notice VS studio is giving me warnings:&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Warning&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; Value for property &amp;quot;Discriminator Property&amp;quot; cannot be empty.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;br /&gt;&lt;span&gt;Warning&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; Value for property &amp;quot;Inheritance Default&amp;quot; cannot be empty.&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;My DataBase&lt;br /&gt;Asset&lt;br /&gt;DesignText (foreignkey to asset.id )&lt;br /&gt;DesignImage (foreignkey to asset.id )&lt;br /&gt;&lt;br /&gt;Maybe i&amp;#39;m gettng nulls???&lt;br /&gt;&lt;br /&gt;&amp;nbsp;var query =&lt;br /&gt;&lt;br /&gt;&amp;nbsp; from d in db.Designs&lt;br /&gt;&lt;br /&gt;&amp;nbsp; from a in db.Assets&lt;br /&gt;&lt;br /&gt;&amp;nbsp; select new ProductViewHelper()&lt;br /&gt;&lt;br /&gt;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; theDesign = new Design(){DesignId = d.Id, Title = d.Title, DateField = DateTime.Now, PreviewImage = d.PreviewImage},&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; theAsset = new Asset(){AssetId = a.Id, DesignId = a.DesignId, Date = a.Date},&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DesignTexts = (from x in a.DesignTexts select new DesignText()&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; { DesignTextId = x.Id, Text = x.Text}).ToList(),&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DesignImages = (from y in a.DesignImages select new DesignImage()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {Id = y.Id}).ToList()&lt;br /&gt;&lt;br /&gt;&amp;nbsp; };&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (var p in query)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write(p.theAsset.id);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/span&gt;&lt;/span&gt;</description></item><item><title>Changing the Order of Fields in Entity Model for given Entity/Table</title><link>http://forums.asp.net/thread/3114425.aspx</link><pubDate>Thu, 23 Apr 2009 21:30:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3114425</guid><dc:creator>defyant_2004</dc:creator><slash:comments>2</slash:comments><comments>http://forums.asp.net/thread/3114425.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3114425</wfw:commentRss><description>&lt;p&gt;When the Entity Model is created from the SQL Server&amp;nbsp;database, sometimes the order of the fields for&amp;nbsp;a given&amp;nbsp;table is listed differently than in the database.&amp;nbsp; For example, in the database EmployeeID, EmployeeFirst, and EmployeeLast is the order for Employee table.&amp;nbsp; In the EDM, it may list EmployeeFirst, EmployeeID, and EmployeeLast.&amp;nbsp; Can this be changed in the EDM entity list&amp;nbsp;to match the order of the database?&lt;/p&gt;</description></item><item><title>how to save data to relationship table with LINQ to SQL?</title><link>http://forums.asp.net/thread/3260792.aspx</link><pubDate>Fri, 26 Jun 2009 17:54:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3260792</guid><dc:creator>KentZhou</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3260792.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3260792</wfw:commentRss><description>&lt;p&gt;Suppose I have three tables: Tab1(Cola, ,,,,) Tab2(Colb,....), tab3(cola, colb,...)&lt;/p&gt;&lt;p&gt;Cola is primiary key for tab1, colb is primary key for tab2.&amp;nbsp; Tab3 is a relationship of tab1 and tab2, so cola, colb is foreign keys for tab3.&lt;/p&gt;&lt;p&gt;For tab1 and tabl2, becuase thery are entity, so I can use datacontext db to add a new instance like:&lt;/p&gt;&lt;p&gt;db.Tab1s.InsertOnSubmit( tab1 obj);&lt;/p&gt;&lt;p&gt;db.Save();&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;db.Tab2s.InsertOnSubmit(tab2 obj);&lt;/p&gt;
&lt;p&gt;db.Save();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;But When I try to insert data to tab3 in simiar way:&lt;/p&gt;&lt;p&gt;db.Tab3s.InsertOnSubmit(tab3 obj);&lt;/p&gt;
&lt;p&gt;I got exception eroro said that tabl3 has no primiary key.&amp;nbsp; tab3 only have a index on cola, colb:&lt;/p&gt;&lt;p&gt;-&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ex&amp;nbsp;&amp;nbsp; &amp;nbsp;{&amp;quot;Can&amp;#39;t perform Create, Update or Delete operations on &amp;#39;Table(Tab3)&amp;#39; because it has no primary key.&amp;quot;}&amp;nbsp;&amp;nbsp; &amp;nbsp;System.Exception {System.InvalidOperationException}&lt;/p&gt;&lt;p&gt;How to resolve this issue?&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Asp.net extensons website template </title><link>http://forums.asp.net/thread/3242265.aspx</link><pubDate>Thu, 18 Jun 2009 11:11:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3242265</guid><dc:creator>yoel</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3242265.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3242265</wfw:commentRss><description>&lt;p&gt;Someone can help me how to see in visual studio&amp;nbsp;web templates &amp;quot;Asp.net extensons website template &amp;quot;&amp;nbsp; ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Yoel&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Entity Framework add Function</title><link>http://forums.asp.net/thread/3176215.aspx</link><pubDate>Wed, 20 May 2009 17:08:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3176215</guid><dc:creator>Nezdet</dc:creator><slash:comments>1</slash:comments><comments>http://forums.asp.net/thread/3176215.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1147&amp;PostID=3176215</wfw:commentRss><description>&lt;p&gt;Is it possible to add funtion to the entityframwork. Cause I drag an drop inside my Enities and nothing happens. &lt;/p&gt;
&lt;p&gt;In Linq it does work.&lt;/p&gt;</description></item></channel></rss>