﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Crosslight - Error While Creating Domain Model</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Error-While-Creating-Domain-Model/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Error While Creating Domain Model</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Error-While-Creating-Domain-Model/</link><pubDate>Wed, 13 May 2015 07:41:15 GMT</pubDate><dc:creator>leo.c</dc:creator><category>Domain Model</category><category>edmx</category><category>controller</category><category>System Linq</category><description>&lt;p&gt;Hi Agus,&lt;/p&gt;&lt;p&gt;The following guides will surely take your interest.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Enterprise+Data+Access" style="color: rgb(59, 115, 175); text-decoration: none; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; background-color: rgb(255, 255, 255);"&gt;Enterprise Data Access&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Building+Business+Apps+with+Enterprise+App+Framework" style="color: rgb(59, 115, 175); text-decoration: none; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; background-color: rgb(255, 255, 255);"&gt;Building Business Apps with Enterprise App Framework&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Enterprise Data Access will provide you with the information about how the data was populate in crosslight design pattern. And specially one of it segment,&amp;nbsp;&lt;a href="http://developer.intersoftpt.com/display/crosslight/Creating+Entity+Model+and+Services+with+Crosslight+Entity+Designer+Extensions" style="font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; color: rgb(59, 115, 175); text-decoration: none; background-color: rgb(255, 255, 255);"&gt;Creating Entity Model and Services with Crosslight Entity Designer Extensions&lt;/a&gt;, will guide you to use our Entity Designer Extension to generate all required services, like data repository, on your project to speed up development time.&lt;/p&gt;&lt;p&gt;"Building Business App With Enterprise App Framework" will guide you to use our application framework that can dramatically reduce a lot of code redudancy and improve development efficiency. This page also contain a video that will introduces how to build data aware apps with Crosslight Enterprise Framework.&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>Error While Creating Domain Model</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Error-While-Creating-Domain-Model/</link><pubDate>Tue, 12 May 2015 09:30:37 GMT</pubDate><dc:creator>Sudfunk</dc:creator><category>Domain Model</category><category>edmx</category><category>controller</category><category>System Linq</category><description>Dear Mr. Leo ...,&lt;br&gt;have you had a &lt;span style="font-weight: bold;"&gt;cheatsheet &lt;/span&gt;.. or &lt;span style="font-weight: bold;"&gt;step-by-step&lt;/span&gt; , for develop the&amp;nbsp; mobile app use the crosslight that using web API&amp;nbsp; , thanks in advance&lt;br&gt;</description></item><item><title>Error While Creating Domain Model</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Error-While-Creating-Domain-Model/</link><pubDate>Tue, 12 May 2015 07:07:54 GMT</pubDate><dc:creator>leo.c</dc:creator><category>Domain Model</category><category>edmx</category><category>controller</category><category>System Linq</category><description>&lt;p&gt;Hi Agus,&lt;/p&gt;&lt;p&gt;Please check whether you have the following reference on you WebAPI project:&lt;br&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;EntityFramework&lt;/li&gt;&lt;li&gt;Intersoft.Crosslight&lt;/li&gt;&lt;li&gt;Intersoft.Crosslight.Data&lt;/li&gt;&lt;li&gt;Intersoft.Data.WebApi&lt;/li&gt;&lt;li&gt;System.Web.Http.OData&lt;/li&gt;&lt;li&gt;Microsoft.Data.OData&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Please also make sure that your WebAPI project also have reference to DomainModel project. After that, please try to run Model.Controller.tt custom tool and rebuild DomainModel project. If there is no problem with the DomainModel, you could proceed with clean and rebuild your WebApi project. Hope this will be usefull.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Best Regards,&lt;br&gt;Leo&lt;/p&gt;</description></item><item><title>Error While Creating Domain Model</title><link>http://www.intersoftsolutions.com/Community/Crosslight/Error-While-Creating-Domain-Model/</link><pubDate>Mon, 11 May 2015 03:02:47 GMT</pubDate><dc:creator>Sudfunk</dc:creator><category>Domain Model</category><category>edmx</category><category>controller</category><category>System Linq</category><description>&lt;p&gt;Dear The Master ... I try to create some domain model but after generate with some entity , the webAPI project cannot run , the error show are :&lt;/p&gt;&lt;p&gt;- Unable lauch Deamon&lt;/p&gt;&lt;p&gt;-&amp;nbsp;cannot convert from 'method group' to 'System.Linq.IQueryable'&lt;/p&gt;&lt;p&gt;- 'xxxxxxx.DomainModels.xxxxxx.Controllers.xxxx does not contain a definition for 'ToQueryResult' and the best extension method overload 'Intersoft.Data.WebApi.ApiControllerExtensions.ToQueryResult&amp;lt;TEntity&amp;gt;(System.Web.Http.ApiController, System.Linq.IQueryable, System.Web.Http.OData.Query.ODataQueryOptions&amp;lt;TEntity&amp;gt;)'&amp;nbsp;&lt;/p&gt;&lt;p&gt;Warn Reggards&lt;/p&gt;&lt;p&gt;Sudfunk&lt;/p&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;</description></item></channel></rss>