<?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 : deployment to DiscountASP</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : deployment to DiscountASP</description>
  <pubDate>Tue, 14 Apr 2026 10:14:54 -700</pubDate>
  <lastBuildDate>Sat, 29 May 2010 00:36:55 -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=1852</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>deployment to DiscountASP : Ok, I didn&amp;#039;t figure out what...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7113#7113</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 29-May-2010 at 12:36am<br /><br />Ok,&nbsp; I didn't figure out what the exact problem was but&nbsp;I started looking at my SQL connection and noticed that it had some metadata stuff that was pointing at nothwind and I then remembered when I was creating the project I used the nothwind by accident and then hit back and created a new connection with my discountasp.net database.<DIV>&nbsp;</DIV><DIV>I can't see why that would have been the problem but I then thought I would start from scratch and try the tutorial again.&nbsp; I called it SimpleSteps2 and coded it and uploaded it to the web and voila,&nbsp; it worked.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for all your help especially on a late friday night!</DIV><DIV>&nbsp;</DIV><DIV>Now that this is working I find it hard to believe how easy it really was.&nbsp; I also think the deployment of the silverlight project is a heck of a lot easier than asp.net!&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>I also thought getting it hosted on DiscountAsp.net would have been harder but it wasn't.&nbsp; All of their directories and mimetypes etc are all setup properly.&nbsp; There's not much to do except put the files in the right place and make a simple change to the web.config to enable the multisomethingorother.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Considering it was a few hours to build the simplest project and get it running on a web page without having any knowledge of Silverlight, WCF and a only a&nbsp;basic knowledge of ASP.net I'm feeling pretty good about the rest of the project!</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Sat, 29 May 2010 00:36:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7113#7113</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Sounds as if your web.config is...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7112#7112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 10:56pm<br /><br />Sounds as if your web.config is pointing at the wrong address. I would suggest using a tool such as Fiddler to see where it is really connecting to.<br><br>http://www.fiddler2.com/fiddler2/<br>]]>
   </description>
   <pubDate>Fri, 28 May 2010 22:56:35 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7112#7112</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Ok, I looked at your post when...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7111#7111</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 10:50pm<br /><br /><P>Ok,&nbsp; I looked at your post when I heard the e-mail come in.&nbsp; I shouldn't have but I did :-)</P><DIV>The error is a simple "Not Found"</DIV><DIV>&nbsp;</DIV><DIV>System.ServiceModel.CommunicationException: The remote server returned an error: NotFound. ---&gt; System.Net.WebException: The remote server returned an error: NotFound. ---&gt; System.Net.WebException: The remote server returned an error: NotFound.<BR>&nbsp;&nbsp; at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)<BR>&nbsp;&nbsp; at System.Net.Browser.BrowserHttpWebRequest.&lt;&gt;c__DisplayClass5.&lt;EndGetResponse&gt;b__4(Object sendState)<BR>&nbsp;&nbsp; at System.Net.Browser.AsyncHelper.&lt;&gt;c__DisplayClass2.&lt;BeginOnUI&gt;b__0(Object sendState)<BR>&nbsp;&nbsp; --- End of inner exception stack trace ---<BR>&nbsp;&nbsp; at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)<BR>&nbsp;&nbsp; at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)<BR>&nbsp;&nbsp; at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)<BR>&nbsp;&nbsp; --- End of inner exception stack trace ---<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityServerProxy.Fetch(SessionBundle bundle, IEntityQuerySurrogate query)<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.AsyncFetchWorker(AsyncEventArgs state)</DIV>]]>
   </description>
   <pubDate>Fri, 28 May 2010 22:50:44 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7111#7111</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Replace:query.ExecuteAsync(op...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7110#7110</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 10:00pm<br /><br />Replace:<br><br>query.ExecuteAsync(op =&gt; op.Results.ForEach(DD_Tables.Add));<br><br>With:<br><br>query.ExecuteAsync(GotEntities);<br><br>private void GotEntities(EntityQueryOperation&lt;DD_Table&gt; args)<br>{<br>&nbsp;&nbsp;&nbsp; if (args.Error != null)<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _textBlockError.Text = args.Error.Message;<br>&nbsp;&nbsp; }<br>&nbsp;&nbsp; else<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; args.Results.ForEach(DD_Tables.Add);<br>&nbsp;&nbsp;&nbsp; }<br>}<br>]]>
   </description>
   <pubDate>Fri, 28 May 2010 22:00:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7110#7110</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Funny, you are overestimating...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7109#7109</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:56pm<br /><br />Funny, you are overestimating my knowledge in SL :-)&nbsp; The textblock part and logging the error is the easy part.&nbsp; Figuring out how to&nbsp;get the args from the ExecuteAsync call is the hard part for me :-)<DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>I'll figure it out at somepoint,&nbsp; this is the stuff I have to learn.&nbsp; I've been working on Devforce Classic for so long that&nbsp;Linq and all this new stuff just passed me by and I'm feeling old.</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>Now that I know that at least it's working&nbsp;and that I can start debugging and returning stuff from the backend I can usually muscle my way through.</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas></FONT></FONT>&nbsp;</DIV><DIV><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>Thanks</DIV></FONT></FONT>]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:56:53 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7109#7109</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : A quick and easy way would be...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7108#7108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:50pm<br /><br />A quick and easy way would be to simply throw a TextBlock on your view, and on the return of the execute, simply set the text property from there. Obviously there are many more elegant solutions, but this is a quick and dirty way :)]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:50:39 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7108#7108</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : As I figured, the system just...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7107#7107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:45pm<br /><br />As I figured,&nbsp; the system just had to let go of the file after a bit.<DIV>&nbsp;</DIV><DIV><TABLE style="WIDTH: 494pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=659><COLGROUP><COL style="WIDTH: 494pt; mso-width-source: userset; mso-width-alt: 24100" width=659><T><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : #cccccc; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl63 height=20 width=659><strong><FONT size=2>Message</FONT></strong></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>------------ Log Created ------------</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Initializing configuration ...</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>The configured SupportedClientApplicationType is Both</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for non-default 'ITraceLoggerProvider' and found no matching exports.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for default 'ITraceLoggerProvider' and found 'IdeaBlade.Core.DefaultLoggerProvider'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>IdeaBladeConfig resolution: File: xxx\htdocs\web.config - found</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>IdeaBladeConfig resolution: Logging file: E:\web\xxx\htdocs\log\DebugLog.xml</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Bound to .NET runtime version 4.0.30319.1</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>DevForce version 6.0.2.0</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Using DC serializer for EntityService</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for any 'ServiceHostEvents' and found 'IdeaBlade.EntityModel.Server.ServiceHostEvents'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>EntityService listening on http://xxx.net/EntityService.svc</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>EntityService listening on http://xxx.net/EntityService.svc/sl</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for any 'EntityServiceApplication' and found 'IdeaBlade.EntityModel.EntityServiceApplication'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>EntityService created</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>EntityServer created for DataSourceExtension: &#091;None&#093;</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Anonymous access: enabled</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for non-default 'IEntityLoginManager' and found no matching exports.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>No Login Manager found. User will always be logged in as Guest, regardless of credentials.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for any 'IEntityQueryExecutor' and found 'IdeaBlade.EntityModel.Edm.EdmQueryExecutor'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for any 'IEntityQueryExecutor' and found 'IdeaBlade.EntityModel.Edm.PassthruEsqlQueryExecutor'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for any 'IEntityQueryExecutor' and found 'IdeaBlade.EntityModel.Edm.StoredProcQueryExecutor'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for any 'IEntityQueryExecutor' and found 'IdeaBlade.EntityModel.Edm.UdtQueryExecutor'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for non-default 'IKnownTypeProvider' and found no matching exports.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Using DC serializer for EntityServer</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>EntityServer listening on http://xxx.net/EntityServer.svc</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>EntityServer listening on http://xxx.net/EntityServer.svc/sl</FONT></TD></TR><TR style="HEIGHT: 22.5pt" height=30><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 22.5pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=30 width=659><FONT size=2>Probed for any 'EntityServerQueryInterceptor' and found 'IdeaBlade.EntityModel.Server.EntityServerQueryInterceptor'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Fetch ... value(IdeaBlade.EntityModel.EntityQueryProxy`1&#091;SimpleSteps.DD_Table&#093;)</FONT></TD></TR><TR style="HEIGHT: 22.5pt" height=30><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 22.5pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=30 width=659><FONT size=2>Probed for default 'IDataSourceKeyResolver' and found 'IdeaBlade.EntityModel.DefaultDataSourceKeyResolver'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for non-default 'IDataSourceKeyResolver' and found no matching exports.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for any 'IIdGenerator' and found 'IdeaBlade.EntityModel.StoreGeneratedIdGenerator'.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for non-default 'IConcurrencyStrategy' and found no matching exports.</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Probed for default 'IConcurrencyStrategy' and found 'IdeaBlade.EntityModel.DefaultConcurrencyValueSetter'.</FONT></TD></TR><TR style="HEIGHT: 22.5pt" height=30><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 22.5pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=30 width=659><FONT size=2>DataSourceKey:xxxEntities found in assembly: SimpleSteps, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</FONT></TD></TR><TR style="HEIGHT: 15pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; : white; WIDTH: 494pt; HEIGHT: 15pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" =xl64 height=20 width=659><FONT size=2>Fetch ... value(IdeaBlade.EntityModel.EntityQueryProxy`1&#091;SimpleSteps.DD_Table&#093;)<DIV>&nbsp;</DIV><DIV>So it seems to be working, no errors that I can see are found.&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I see what you mean about the execute and the args,&nbsp; It will take me a while to figure out how to return the error codes from there but that's the fun about learning a new language.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV></FONT>&nbsp;</DIV></TD></TR></T></TABLE></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:45:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7107#7107</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Size 0 sounds a bit odd, but at...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7106#7106</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:31pm<br /><br />Size 0 sounds a bit odd, but at least that is good news. That means DevForce is at least partially working. In the older versions of DevForce you could just browse to the DebugLog (not good in production, but it should be disabled or locked down anyways in production). <br><br>In the callback of your ExecuteQueryAsync the EntityQueryOperation args should have a property called 'Error' you should check if this isn't null, if not, write the message out to the screen.<br><br>I have a feeling you have an error in there.<br>]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:31:30 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7106#7106</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Thanks for mentioning that!   I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7105#7105</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:28pm<br /><br />Thanks for mentioning that!&nbsp; <DIV>&nbsp;</DIV><DIV>I finally have a debuglog.xml but it is 0 size and when I try to transfer it from the FTP it says it is in use.&nbsp; I'm thinking I can take down the website but then it might not write to the debuglog.</DIV><DIV>&nbsp;</DIV><DIV>I'm really new to SL so I will research how to add logging into the async connect callback to the entitymanager.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:28:05 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7105#7105</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP :  You aren&amp;#039;t seeing anything...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7104#7104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:20pm<br /><br />You aren't seeing anything in the DebugLog.xml file either? Is your SL app reporting any exceptions?<br><br>When you're seeing that metadata publishing message, it sounds like you're connecting ok.<br><br>Can you put some logging into the ExecuteQueryAsync callback on your EntityManager and see if it is returning an error?<br><span style="font-size:10px"><br /><br />Edited by smi-mark - 28-May-2010 at 9:23pm</span>]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:20:56 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7104#7104</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Nada, Still no record showing.  I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7103#7103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:17pm<br /><br />Nada, Still no record showing.<DIV>&nbsp;</DIV><DIV>I even looked at the other post about deployment and put in </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&lt;client&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint name="Entity<SPAN =highlight>Servic</SPAN>e"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address="<a href="http://mywebsite/EntityService.svc/sl" target="_blank">http://mywebsite/Entity<SPAN =highlight>Servic</SPAN>e.svc/sl</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="customBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.IEntity<SPAN =highlight>Servic</SPAN>eContractAsync"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;endpoint name="EntityServer"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address="<a href="http://mywebsite/EntityServer.svc/sl" target="_blank">http://mywebsite/EntityServer.svc/sl</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; binding="customBinding" bindingConfiguration="customBinaryBinding"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; contract="IdeaBlade.EntityModel.IEntityServerContractAsync"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/client&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;bindings&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;customBinding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!-- Custom binding using http, binary encoding, no security --&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binding name="customBinaryBinding"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;binaryMessageEncoding/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;httpTransport maxReceivedMessageSize="2147483647" maxBufferSize="2147483647" /&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/binding&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/customBinding&gt;</DIV><DIV>&nbsp;&nbsp;&nbsp; &lt;/bindings&gt;<BR></DIV><DIV>into my web config file, changing the address and it didn't seem to make a difference.</DIV></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:17:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7103#7103</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Have you tried connecting again...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7102#7102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:08pm<br /><br />Have you tried connecting again with SL? The metadata message, though cryptic, isn't actually an error.]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:08:50 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7102#7102</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP :  ok, added multipleSiteBindingsEnabled=&amp;#034;true&amp;#034;...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7101#7101</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 9:05pm<br /><br /><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas><FONT color=#ff0000 size=2 face=C&#111;nsolas><P>ok,&nbsp; added multipleSiteBindingsEnabled</FONT></FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>=</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>"</FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>true</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>" to the web.config file as per a help file on discountasp.net</P><DIV><a href="https://support.discountasp.net/KB/a799/error-accessing-wcf-service-this-collecti&#111;n-already.aspx?KBSearchID=160591" target="_blank">https://support.discountasp.net/KB/a799/error-accessing-wcf-service-this-collection-already.aspx?KBSearchID=160591</A></DIV><DIV>&nbsp;</DIV><DIV>Now I'm Getting </DIV><DIV>&nbsp;</DIV><DIV><strong>Metadata publishing for this service is currently disabled.<BR><BR></strong>If you have access to the service, you can enable metadata publishing by completing the following steps to modify your web or application configuration file:<BR><BR>1. Create the following service behavior configuration, or add the &lt;serviceMetadata&gt; element to an existing service behavior configuration:<PRE><FONT color=blue>&lt;<FONT color=darkred>behaviors</FONT>&gt;</FONT><FONT color=blue>    &lt;<FONT color=darkred>serviceBehaviors</FONT>&gt;</FONT><FONT color=blue>        &lt;<FONT color=darkred>behavior </FONT><FONT color=red>name</FONT>=<FONT color=black>"</FONT>MyServiceTypeBehaviors<FONT color=black>" </FONT>&gt;</FONT><FONT color=blue>            &lt;<FONT color=darkred>serviceMetadata </FONT><FONT color=red>httpGetEnabled</FONT>=<FONT color=black>"</FONT>true<FONT color=black>" </FONT>/&gt;</FONT><FONT color=blue>        &lt;<FONT color=darkred>/behavior</FONT>&gt;</FONT><FONT color=blue>    &lt;<FONT color=darkred>/serviceBehaviors</FONT>&gt;</FONT><FONT color=blue>&lt;<FONT color=darkred>/behaviors</FONT>&gt;</FONT></PRE><PRE><FONT size=3 face="Arial, Helvetica, sans-serif">Now to try to figure out more on why it's not working</FONT></PRE></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Fri, 28 May 2010 21:05:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7101#7101</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Ok, atleast that&amp;#039;s an error...    This...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7100#7100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 8:35pm<br /><br />Ok,&nbsp; atleast that's an error...<DIV>&nbsp;</DIV><DIV><DIV></DIV><DIV></DIV><EM>This collection already contains an address with scheme http. &nbsp;There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.<BR>Parameter name: item</EM> </DIV><DIV>&nbsp;</DIV><DIV>&#091;ArgumentException: This collection already contains an address with scheme http.&nbsp; There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.<BR>Parameter name: item&#093;<BR>&nbsp;&nbsp; System.ServiceModel.UriSchemeKeyedCollection.InsertItem(Int32 index, Uri item) +12089046<BR>&nbsp;&nbsp; System.Collections.Generic.SynchronizedCollection`1.Add(T item) +78<BR>&nbsp;&nbsp; System.ServiceModel.UriSchemeKeyedCollection..ctor(Uri&#091;&#093; addresses) +72<BR>&nbsp;&nbsp; System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri&#091;&#093; baseAddresses) +141<BR>&nbsp;&nbsp; IdeaBlade.EntityModel.Server.EntityServiceHostFactory.CreateHostCore(Type serviceType, Uri&#091;&#093; baseAddresses) +30<BR>&nbsp;&nbsp; IdeaBlade.EntityModel.Server.EntityServiceHostFactory.CreateServiceHost(Type serviceType, Uri&#091;&#093; baseAddresses) +40<BR>&nbsp;&nbsp; System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri&#091;&#093; baseAddresses) +420<BR>&nbsp;&nbsp; System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +1440<BR>&nbsp;&nbsp; System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +44<BR>&nbsp;&nbsp; System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +615<BR><BR>&#091;ServiceActivationException: The service '/EntityService.svc' cannot be activated due to an exception during compilation.&nbsp; The exception message is: This collection already contains an address with scheme http.&nbsp; There can be at most one address per scheme in this collection. If your service is being hosted in IIS you can fix the problem by setting 'system.serviceModel/serviceHostingEnvironment/multipleSiteBindingsEnabled' to true or specifying 'system.serviceModel/serviceHostingEnvironment/baseAddressPrefixFilters'.<BR>Parameter name: item.&#093;<BR>&nbsp;&nbsp; System.Runtime.AsyncResult.End(IAsyncResult result) +679246<BR>&nbsp;&nbsp; System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +190<BR>&nbsp;&nbsp; System.ServiceModel.Activation.ServiceHttpModule.EndProcessRequest(IAsyncResult ar) +300622<BR>&nbsp;&nbsp; System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +8837348<BR></DIV><DIV>So just to go through what I've done:</DIV><DIV>&nbsp;</DIV><DIV>1) Created silverlight project using the same connection string that would be used on the discountasp.net server</DIV><DIV>1a) added <FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>Loaded += </FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>delegate</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas> { DataContext = </FONT></FONT><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas><FONT color=#0000ff size=2 face=C&#111;nsolas>new</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas> </FONT></FONT><FONT color=#2b91af size=2 face=C&#111;nsolas><FONT color=#2b91af size=2 face=C&#111;nsolas><FONT color=#2b91af size=2 face=C&#111;nsolas>MainPageViewModel</FONT></FONT></FONT><FONT size=2 face=C&#111;nsolas><FONT size=2 face=C&#111;nsolas>(); }; to the MainPage.xaml.cs</FONT></FONT></DIV><DIV><FONT size=2 face=C&#111;nsolas></FONT>&nbsp;</DIV><DIV><FONT size=2 face=C&#111;nsolas>1b) put the following in the mainviewmodel.cs file:</FONT></DIV><DIV>Log = new ObservableCollection&lt;string&gt;();<BR>WriteToLog("Initializing View Model");<BR>DD_Tables = new ObservableCollection&lt;DD_Table&gt;();<BR>var mgr = new SQL2008_673586_timeentryEntities();<BR>var query = mgr.DD_Table;<BR>query.ExecuteAsync(op =&gt; op.Results.ForEach(DD_Tables.Add));<BR>WriteToLog("End of event");<BR></DIV><DIV>1c) put a bunch of other code required in different places following the SimpleSteps demo.</DIV><DIV>2) Created a bin, clientbin and log directories in the root of the website.</DIV><DIV>3) copied everything from the BIN directory in the project to the bin directory of the website</DIV><DIV>4) Copied the xap file from the project clientbin to the clientbin web folder</DIV><DIV>5) Copied the default.aspx, global.aspx, silverlight.js, web.config to the root of the website.</DIV><DIV>&nbsp;</DIV><DIV>That's all I did.&nbsp;I didn't change the web.config in anyway nor did I change permissions on files on the webserver anywhere.&nbsp; The anonymous user on discountasp.net has write access to the files and folders.</DIV><DIV>&nbsp;</DIV><DIV>What did I miss?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 28 May 2010 20:35:39 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7100#7100</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : For basic deployments (as I believe...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7098#7098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 6:39pm<br /><br />For basic deployments (as I believe is your case) you no longer need an app.config in the client or the .svc files on the server.&nbsp; <DIV>&nbsp;</DIV><DIV>The details:</DIV><UL><LI>Instead of getting the server URL from the app.config file, DevForce will infer&nbsp;this from the location where the XAP was downloaded.</LI><LI>Instead of using the .svc files, DevForce registers a virtual path provider in the global.asax on the server which will dynamically create the services.</LI></UL><P>The first step in checking your deployment is to open <a href="http://%5bhostdomain%5d/%5bpath%5d/EntityService.svc" target="_blank">http://&#091;hostdomain&#093;/&#091;path&#093;/EntityService.svc</A> in a web browser.&nbsp; This will tell you if the service successfully started and what the error was if it failed.&nbsp; After that, you can check the server-side debuglog for&nbsp;additional information.</P><DIV></DIV>]]>
   </description>
   <pubDate>Fri, 28 May 2010 18:39:04 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7098#7098</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : The grid columns come from the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7089#7089</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=449" rel="nofollow">smi-mark</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 28-May-2010 at 8:19am<br /><br />The grid columns come from the generated classes, not from the database, so it is possible you aren't connecting/querying. The DebugLog.xml should be in the same folder as the web.config, under a default configuration.&nbsp;]]>
   </description>
   <pubDate>Fri, 28 May 2010 08:19:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7089#7089</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Hi there, thanks for the note...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7086#7086</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 27-May-2010 at 10:14pm<br /><br />Hi there,&nbsp; thanks for the note on the patch!<DIV>&nbsp;</DIV><DIV>So I created an even simpler silverlight application from the tour pdf's and used it to connect to the tables up hosted in my SQL DB at DiscountAsp.net.</DIV><DIV>&nbsp;</DIV><DIV>Runs fine on my local machine and when I put it up on the site using the directions from the "Deploying to IIS7" instructions from the Deployment.PDF&nbsp;no errors occur BUT there is no data in the grid.&nbsp; I do notice that the grid knows the columns in the table so it has to be connecting to the database somehow right?</DIV><DIV>&nbsp;</DIV><DIV>I added the logging to the application shown in 100SLV tour pdf's and no errors are occuring in the application that I can see.</DIV><DIV>&nbsp;</DIV><DIV>I use SQL logins to connect to the discountASP.net server and the connection string will be the same as when it's running on my local machine so I don't have to change anything there.</DIV><DIV>&nbsp;</DIV><DIV>I do see the snippets in the depployment section have ones called sample n-tier config files and as well the deployment.pdf lists something about "11. <FONT size=2>Copy any </FONT><I><FONT size=2 face="Times New Roman,Times New Roman"><FONT size=2 face="Times New Roman,Times New Roman">.aspx </I></FONT></FONT><FONT size=2>files, the </FONT><I><FONT size=2 face="Times New Roman,Times New Roman"><FONT size=2 face="Times New Roman,Times New Roman">web.config</I></FONT></FONT><FONT size=2>, </FONT><I><FONT size=2 face="Times New Roman,Times New Roman"><FONT size=2 face="Times New Roman,Times New Roman">Global.asax</I></FONT></FONT><FONT size=2>, </FONT><I><FONT size=2 face="Times New Roman,Times New Roman"><FONT size=2 face="Times New Roman,Times New Roman">EntityService.svc, EntityServer.svc, </I></FONT></FONT><FONT size=2>and </FONT><I><FONT size=2 face="Times New Roman,Times New Roman"><FONT size=2 face="Times New Roman,Times New Roman">Silverlight.js </I></FONT></FONT><FONT size=2>files to the application folder".&nbsp; I don't have any EntityService.svc files in my project,&nbsp; should I?</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Nor do I have an app.config file in my project,&nbsp; do I need one of those on the server?&nbsp; </FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>The deployment.pdf also says that the debuglog.xml will be in the log folder but I don't have anywhere in the project&nbsp;telling the app where the log folder is.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Just the fact that it's showing the grid columns is giving me faint hope that something is working.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Any suggestions would be welcome.</FONT></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 27 May 2010 22:14:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7086#7086</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : We&amp;#039;ve simplified some aspects...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7083#7083</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 27-May-2010 at 7:00pm<br /><br /><P>We've simplified some aspects of deployment in DevForce 2010 that may not yet be reflected in the documentation.&nbsp; For example, for standard deployments, you may not need to use the app.config or EntityService.svc files anymore.&nbsp; Also, check out the Snippets folder under Deployment for some more examples.</P><DIV>You may also want to grab the latest DevForce patch from this thread&nbsp;as it addresses a configuration issue:</DIV><DIV><a href="http://ideablade.com/forum/forum_posts.asp?TID=1840" target="_blank">http://ideablade.com/forum/forum_posts.asp?TID=1840</A></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 27 May 2010 19:00:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7083#7083</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : Found the Deployment.pdf in the...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7081#7081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 27-May-2010 at 6:37pm<br /><br />Found the Deployment.pdf in the instructional units so I'll do that tonight and see how it goes.]]>
   </description>
   <pubDate>Thu, 27 May 2010 18:37:43 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7081#7081</guid>
  </item> 
  <item>
   <title>deployment to DiscountASP : I&amp;#039;m coming from client server...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7079#7079</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=90" rel="nofollow">DataMan</a><br /><strong>Subject:</strong> 1852<br /><strong>Posted:</strong> 27-May-2010 at 5:18pm<br /><br /><DIV></DIV>I'm coming from client server development with the Ideablade classic product and&nbsp;just starting our with silverlight.&nbsp; I'm trying to get the hard parts out of the way before I actually start on the UI development (which is usually the fun stuff).&nbsp; I want to use the project of "Silverlight App with Seperate Model projects" in VS2010 as an example to deploy.<DIV>&nbsp;</DIV><DIV>Does anyone have a quick cheat sheet or list of instructions on how a person would deploy this application to DiscountASP.net with a SQL server backend?&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;know it is kind of lazy to send out an e-mail asking for something that people have bashed their heads over for hours and hours and finally at 3:00 in the morning they get that A-Ha moment and everything works perfectly.&nbsp; Although I've had a lot of success with the classic product so I'm assuming that the Silverlight product will be the same.</DIV><DIV>&nbsp;</DIV><DIV>I don't really want to spend hours and hours figuring out something that someone already did.&nbsp; If I have to, of course, I'll push up my sleeves and get to work.</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 27 May 2010 17:18:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1852&amp;PID=7079#7079</guid>
  </item> 
 </channel>
</rss>