Hi,
I have a fresh Server 2008 running as a workstation, with VS 2008, .NET 3.5, ASP Ajax and RAD controls "Prometheus" installed. When I try to launch the Prometheus examples I get a dialogue stating that the WebDev.WebServer.exe has stopped working.
Another machine I have here, same configuration does not display the error but I cannot open the examples either.
Any help ?
Regards
Graeme
I have a fresh Server 2008 running as a workstation, with VS 2008, .NET 3.5, ASP Ajax and RAD controls "Prometheus" installed. When I try to launch the Prometheus examples I get a dialogue stating that the WebDev.WebServer.exe has stopped working.
Another machine I have here, same configuration does not display the error but I cannot open the examples either.
Any help ?
Regards
Graeme
5 Answers, 1 is accepted
0

Graeme
Top achievements
Rank 1
answered on 30 Mar 2008, 10:19 AM
Just to add, I have also installed the RAD silverlight controls on my machine that gets the pop-up error.
G
G
0
Hi Graeme,
Could you please check your server event log. Maybe there is information about the problem in the Application log.
Best wishes,
Helen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Could you please check your server event log. Maybe there is information about the problem in the Application log.
Best wishes,
Helen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Timothy Lee Russell
Top achievements
Rank 2
answered on 17 Apr 2008, 08:45 PM
I get this error when trying to start the examples as well -- application log info:
3005
An unhandled exception has occurred.
4/17/2008 1:28:58 PM
4/17/2008 8:28:58 PM
d63c4131062049899dec87dae080395d
4
1
0
5848b9b9-1-128529377045669795
Full
/RadControls_Prometheus
C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Live Demos\
[MACHINE NAME OBSCURED]
4600
WebDev.WebServer.exe
[USERNAME OBSCURED]
HttpException
Session state has created a session id, but cannot save it because the response was already flushed by the application.
http://localhost:8301/RadControls_Prometheus/default.aspx
/RadControls_Prometheus/default.aspx
127.0.0.1
[USERNAME OBSCURED]
True
NTLM
[USERNAME OBSCURED]
4
[USERNAME OBSCURED]
False
at System.Web.SessionState.SessionIDManager.SaveSessionID(HttpContext context, String id, Boolean& redirected, Boolean& cookieAdded) at System.Web.SessionState.SessionStateModule.CreateSessionId() at System.Web.SessionState.SessionStateModule.DelayedGetSessionId() at System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs) at System.Web.SessionState.SessionStateModule.OnEndRequest(Object source, EventArgs eventArgs) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
---
If I debug in the Microsoft CLR Debugger, this is the exception message:
An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in System.dll
Additional information: Only one usage of each socket address (protocol/network address/port) is normally permitted
3005
An unhandled exception has occurred.
4/17/2008 1:28:58 PM
4/17/2008 8:28:58 PM
d63c4131062049899dec87dae080395d
4
1
0
5848b9b9-1-128529377045669795
Full
/RadControls_Prometheus
C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2008\Live Demos\
[MACHINE NAME OBSCURED]
4600
WebDev.WebServer.exe
[USERNAME OBSCURED]
HttpException
Session state has created a session id, but cannot save it because the response was already flushed by the application.
http://localhost:8301/RadControls_Prometheus/default.aspx
/RadControls_Prometheus/default.aspx
127.0.0.1
[USERNAME OBSCURED]
True
NTLM
[USERNAME OBSCURED]
4
[USERNAME OBSCURED]
False
at System.Web.SessionState.SessionIDManager.SaveSessionID(HttpContext context, String id, Boolean& redirected, Boolean& cookieAdded) at System.Web.SessionState.SessionStateModule.CreateSessionId() at System.Web.SessionState.SessionStateModule.DelayedGetSessionId() at System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs) at System.Web.SessionState.SessionStateModule.OnEndRequest(Object source, EventArgs eventArgs) at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
---
If I debug in the Microsoft CLR Debugger, this is the exception message:
An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in System.dll
Additional information: Only one usage of each socket address (protocol/network address/port) is normally permitted
0
Hello,
Thank you for the additional information provided. Because of the error you received, we suppose that you had already started the examples on cassini server. Could you please go to the system tray and close the cassini server? Then, try to start the examples again.
Hope this helps.
Ragards,
Helen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Thank you for the additional information provided. Because of the error you received, we suppose that you had already started the examples on cassini server. Could you please go to the system tray and close the cassini server? Then, try to start the examples again.
Hope this helps.
Ragards,
Helen
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Timothy Lee Russell
Top achievements
Rank 2
answered on 18 Apr 2008, 03:55 PM
Helen,
Thank you, that was it.
Perhaps StartExamples.exe should query for a cassini instance before attempting to initiate another instance on the same port.
Thanks,
Timothy
Thank you, that was it.
Perhaps StartExamples.exe should query for a cassini instance before attempting to initiate another instance on the same port.
Thanks,
Timothy