﻿<?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 - ClientUI - Create a MVVM project cause error  problems </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Create-a-MVVM-project-cause-error-problems/</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>Create a MVVM project cause error  problems </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Create-a-MVVM-project-cause-error-problems/</link><pubDate>Thu, 11 Apr 2013 01:14:25 GMT</pubDate><dc:creator>zxdluck</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;
&lt;p&gt;I got it now,I do it as you told me,it is right now, Thank you very much!&lt;/p&gt;</description></item><item><title>Create a MVVM project cause error  problems </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Create-a-MVVM-project-cause-error-problems/</link><pubDate>Wed, 10 Apr 2013 23:44:38 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Glad to hear that set LocalCopy to true solve the problem.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;About the other problem, I assume that you would like to disable DevForce code generation. If my assumption is correct then there are two ways to enable or disable DevForce code generation for the entity models.&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: rgb(31, 73, 125);"&gt;&lt;li&gt;&lt;strong&gt;On a per-EDMX basis&lt;/strong&gt;&lt;br /&gt;You can switch between the DevForce code generator and the Entity Framework default generator for a specific entity model by setting the &lt;strong&gt;DevForce Enabled&lt;/strong&gt; field on the EDMX property sheet:&lt;img src="http://www.intersoftpt.com/Community/Attachments/3605/enabled-false.gif" /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Globally for all Visual Studio&lt;/strong&gt;&lt;br /&gt;You can enable or disable the DevForce extension itself from within the Visual Studio Extension Manager. Disabling the extension both removes the DevForce properties from the designer and disables DevForce code generation.&lt;img src="http://www.intersoftpt.com/Community/Attachments/3605/designer-extension.gif" /&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Create a MVVM project cause error  problems </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Create-a-MVVM-project-cause-error-problems/</link><pubDate>Wed, 10 Apr 2013 23:00:06 GMT</pubDate><dc:creator>zxdluck</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;
&lt;p&gt;I have solved the problem now,I didn't set localcopy= true,so it cause the problem, thank you  all the same, I have another problem now.When I install webui,the devforce services install automaticlly,if I want to create a project using Wcf RIA services,but it may auto load the devforce service,how to set it to avoid auto generating devforce service when creating a clientUi MVVM application project??&lt;/p&gt;</description></item><item><title>Create a MVVM project cause error  problems </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Create-a-MVVM-project-cause-error-problems/</link><pubDate>Wed, 10 Apr 2013 03:56:23 GMT</pubDate><dc:creator>zxdluck</dc:creator><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;
&lt;p&gt;The following is my Configuration infomations:&lt;/p&gt;
&lt;li&gt;Operating system version: Windows 7 Professional Service Pack 1 64-bit.&lt;/li&gt;
&lt;li&gt;Version of MS Visual Studio: Visual Studio 2010 SP1Rel.&lt;/li&gt;
&lt;li&gt;Intersoft WebUI Studio version: Intersoft WebUI Studio 2012 R2.&lt;/li&gt;
&lt;li&gt;DevForce version, for example: DevForce 2010 v6.1.7.0.&lt;/li&gt;
&lt;li&gt;SqlExpress service enabled &lt;/li&gt;
&lt;li&gt;What is the name of the project template: Intersoft ClientUI MVVM Application&lt;/li&gt;
&lt;p&gt;I know that if I use project template like this: Intersoft ClientUI MVVM Data Application (DevForce),and just override the Ado.net Data entity Model as my own Data entity Model,it can work fine,but if I use project template ClientUI MVVM Application, it cause the above errors....&lt;/p&gt;</description></item><item><title>Create a MVVM project cause error  problems </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Create-a-MVVM-project-cause-error-problems/</link><pubDate>Wed, 10 Apr 2013 02:54:10 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Based on the online documentation from IdeaBlade DevForce, the message “There is no endpoint listening on …” indicates that the client is unable to communicate with the server.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;You may these troubleshooting steps:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: rgb(31, 73, 125);"&gt;&lt;li&gt;For Silverlight application while debugging and testing in Visual Studio, the web project must be the startup project.&lt;/li&gt;
&lt;li&gt;Make sure the service is running.&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;For more detail information, please check it in &lt;a href="http://drc.ideablade.com/xwiki/bin/view/Documentation/deploy-troubleshooting-ntier#HHowtoseeiftheEntityServerisrunning"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Please provide us with following information so that we can check whether the problem was caused by the project template or not.&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: rgb(31, 73, 125);"&gt;&lt;li&gt;Operating system version, for example: Windows 7 Professional Service Pack 1 32-bit.&lt;/li&gt;
&lt;li&gt;Version of MS Visual Studio, for example: Visual Studio 2010 SP1.&lt;/li&gt;
&lt;li&gt;Intersoft WebUI Studio version, for example: Intersoft WebUI Studio 2012 R2.&lt;/li&gt;
&lt;li&gt;DevForce version, for example: DevForce 2010 v6.1.7.0.&lt;/li&gt;
&lt;li&gt;Does SqlExpress service enabled or not?&lt;/li&gt;
&lt;li&gt;What is the name of the project template, for example: Intersoft ClientUI MVVM Data Application (DevForce)&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;Look forward to hearing back from you.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Create a MVVM project cause error  problems </title><link>http://www.intersoftsolutions.com/Community/ClientUI/Create-a-MVVM-project-cause-error-problems/</link><pubDate>Tue, 09 Apr 2013 05:38:54 GMT</pubDate><dc:creator>zxdluck</dc:creator><description>&lt;p style="text-align:left"&gt;Hi, &lt;/p&gt;
&lt;p style="text-align:left"&gt;When I create my first project by using ClientUI MVVM Application Template, but when I run the project  ,it cause error,could you tell me how whether I lost some refrence?Here is my sample,when you run it, it may cause error:&lt;em&gt;IdeaBlade.EntityModel.EntityServerConnectionException:There is no endpoint listening on.&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>