<?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 : Windows 8</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Windows 8</description>
  <pubDate>Wed, 13 May 2026 03:48:38 -700</pubDate>
  <lastBuildDate>Tue, 21 Aug 2012 14:34:25 -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=3584</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>Windows 8 : Hi mseeli,The translated version...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3584&amp;PID=14247#14247</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3584<br /><strong>Posted:</strong> 21-Aug-2012 at 2:34pm<br /><br />Hi mseeli,<div><br></div><div>The translated version of your exception seems to be pointing to a problem with Windows Authentication. If you haven't resolved this yet, you can try following the instruction indicated in the exception.</div><div><br></div><div>Hope this helps.</div>]]>
   </description>
   <pubDate>Tue, 21 Aug 2012 14:34:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3584&amp;PID=14247#14247</guid>
  </item> 
  <item>
   <title>Windows 8 : Hi mseeli,Please check the following:1....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3584&amp;PID=14239#14239</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 3584<br /><strong>Posted:</strong> 20-Aug-2012 at 3:15pm<br /><br />Hi mseeli,<div><br></div><div>Please check the following:</div><div><br></div><div>1. Ensure that your web project is your start up project.</div><div><br></div><div>2. Since you are expecting to run locally with localhost, ensure that your Visual Studio Development Web Server (Cassini) is setup to be run as well.</div><div><br></div><div>3. The debug log will also indicate what endpoints the server is listening on.</div><div><div><br></div><div><br></div></div>]]>
   </description>
   <pubDate>Mon, 20 Aug 2012 15:15:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3584&amp;PID=14239#14239</guid>
  </item> 
  <item>
   <title>Windows 8 :     System.ServiceModel.Chann...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3584&amp;PID=14221#14221</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=945" rel="nofollow">mseeli</a><br /><strong>Subject:</strong> 3584<br /><strong>Posted:</strong> 19-Aug-2012 at 4:32am<br /><br /><pre>&#091;NotSupportedException: Die für den Host ("Ntlm, Anonymous") konfigurierten Authentifizierungsschemas lassen nicht die für die Bindung "CustomBinding" ("Negotiate") konfigurierten Authentifizierungsschemas zu. Stellen Sie sicher, dass der SecurityMode auf Transport oder TransportCredentialOnly festgelegt ist. Dieses Problem kann auch behoben werden, indem die Authentifizierungsschemas für diese Anwendung über das IIS-Verwaltungstool, über die ServiceHost.Authentication.AuthenticationSchemes-Eigenschaft, in der Anwendungskonfigurationsdatei beim &lt;serviceAuthenticationManager&gt;-Element, durch Aktualisieren der ClientCredentialType-Eigenschaft für die Bindung oder durch Anpassen der AuthenticationScheme-Eigenschaft für das HttpTransportBindingElement geändert werden.&#093;   System.ServiceModel.Channels.HttpTransportBindingElement.UpdateAuthenticationSchemes(BindingContext context) +12750289When I enter http://localhost:9009/EntityService.svc in my browser I get:</pre><pre><br></pre><pre>   System.ServiceModel.Channels.HttpTransportBindingElement.BuildChannelListener(BindingContext context) +91   System.ServiceModel.Channels.BindingContext.BuildInnerChannelListener() +63   IdeaBlade.Core.Wcf.Extensions.GZipMessageEncodingBindingElement.BuildChannelListener(BindingContext context) +63   System.ServiceModel.Channels.BindingContext.BuildInnerChannelListener() +63   System.ServiceModel.Channels.Binding.BuildChannelListener(Uri listenUriBaseAddress, String listenUriRelativeAddress, ListenUriMode listenUriMode, BindingParameterCollection parameters) +125   System.ServiceModel.Description.DispatcherBuilder.MaybeCreateListener(Boolean actuallyCreate, Type&#091;&#093; supportedChannels, Binding binding, BindingParameterCollection parameters, Uri listenUriBaseAddress, String listenUriRelativeAddress, ListenUriMode listenUriMode, ServiceThrottle throttle, IChannelListener&amp; result, Boolean supportContextSession) +336   System.ServiceModel.Description.DispatcherBuilder.BuildChannelListener(StuffPerListenUriInfo stuff, ServiceHostBase serviceHost, Uri listenUri, ListenUriMode listenUriMode, Boolean supportContextSession, IChannelListener&amp; result) +716   System.ServiceModel.Description.DispatcherBuilder.InitializeServiceHost(ServiceDescription description, ServiceHostBase serviceHost) +1131   System.ServiceModel.ServiceHostBase.InitializeRuntime() +65   System.ServiceModel.ServiceHostBase.OnBeginOpen() +34   System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) +50   System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) +310   System.ServiceModel.Channels.CommunicationObject.Open() +36   System.ServiceModel.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity) +91   System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +598&#091;ServiceActivationException: Der Dienst '/EntityService.svc' kann aufgrund einer Ausnahme während der Kompilierung nicht aktiviert werden. Die Ausnahmemeldung lautet: Die für den Host ("Ntlm, Anonymous") konfigurierten Authentifizierungsschemas lassen nicht die für die Bindung "CustomBinding" ("Negotiate") konfigurierten Authentifizierungsschemas zu. Stellen Sie sicher, dass der SecurityMode auf Transport oder TransportCredentialOnly festgelegt ist. Dieses Problem kann auch behoben werden, indem die Authentifizierungsschemas für diese Anwendung über das IIS-Verwaltungstool, über die ServiceHost.Authentication.AuthenticationSchemes-Eigenschaft, in der Anwendungskonfigurationsdatei beim &lt;serviceAuthenticationManager&gt;-Element, durch Aktualisieren der ClientCredentialType-Eigenschaft für die Bindung oder durch Anpassen der AuthenticationScheme-Eigenschaft für das HttpTransportBindingElement geändert werden..&#093;   System.Runtime.AsyncResult.End(IAsyncResult result) +495736   System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +178   System.ServiceModel.Activation.HostedHttpRequestAsyncResult.ExecuteSynchronous(HttpApplication context, String routeServiceVirtualPath, Boolean flowContext, Boolean ensureWFService) +229   System.ServiceModel.Activation.HttpHandler.ProcessRequest(HttpContext context) +24   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +69</pre>]]>
   </description>
   <pubDate>Sun, 19 Aug 2012 04:32:27 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3584&amp;PID=14221#14221</guid>
  </item> 
  <item>
   <title>Windows 8 : I installed Windows 8 and VS 2012...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3584&amp;PID=14220#14220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=945" rel="nofollow">mseeli</a><br /><strong>Subject:</strong> 3584<br /><strong>Posted:</strong> 19-Aug-2012 at 3:05am<br /><br />I installed Windows 8 and VS 2012 on my machine and tried to compile my existing DevForce Silverlight application. (Silverlight 5, OOB and .Net 4.0 DevForce 6.1.8 )<div><br><div>The application compiles ok but when it starts I get:</div><div><br></div><div>Message: There is no endpoint listening on http://localhost:9009/EntityService.svc/sl that could accept calls from this ...&nbsp;</div></div><div><br></div><div>Any idea how I could get it to work?</div>]]>
   </description>
   <pubDate>Sun, 19 Aug 2012 03:05:02 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3584&amp;PID=14220#14220</guid>
  </item> 
 </channel>
</rss>