New Posts New Posts RSS Feed: error when ServiceHostingEnvironment aspNetCompatibilityEnabled="true" in devforce 2012
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

error when ServiceHostingEnvironment aspNetCompatibilityEnabled="true" in devforce 2012

 Post Reply Post Reply
Author
rasmus View Drop Down
Groupie
Groupie


Joined: 05-Aug-2009
Location: Denmark
Posts: 63
Post Options Post Options   Quote rasmus Quote  Post ReplyReply Direct Link To This Post Topic: error when ServiceHostingEnvironment aspNetCompatibilityEnabled="true" in devforce 2012
    Posted: 07-Feb-2013 at 4:06am
Hi
 
After upgrading my devforce to 7.0.3 (Silverlight) I

recieved the error: "No endpoint listening..."

After at lot of trial and error i discovered that 
<serviceHostingEnvironmentAspNetCompatibilityEnabled="true" />
Was the cause of the problem. Setting it to false makes the application run. This is not an option however since other parts om my app needs this setting.
 
What causes this problem?
 
Best regards,
Rasmus
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 07-Feb-2013 at 8:23am
Rasmus,
 
Setting the target framework to 4.5 will fix the problem, as described here:  http://drc.ideablade.com/devforce-2012/bin/view/Documentation/troubleshooting-iis#HASP.NETsettings.  The problem was introduced with this .NET update: http://support.microsoft.com/kb/2750147, and affects DF versions 7.0.3 and above.
 
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down