Cant' start fastReport server Demo Socket connection
I cannot start the Fast report server demo provided in with the Enterprise version, located in \FastReport4\Demos\ClientServer\Server
It seems it cannot start the bind of the socket, when debugging it sends this error.
Debugger Exception Notification
Project FRServer.exe raised exception class ESocketError with message 'Windows socket error: An attempt was made to access a socket in a way forbidden by its access permissions (10013), on API 'bind''.
Break Continue Help
It is thrown, the the frxReportserver activates its fWebserver object.
I'm using Delphi XE, Windows 7 professional 64 bit.
What can it be?
It seems it cannot start the bind of the socket, when debugging it sends this error.
Debugger Exception Notification
Project FRServer.exe raised exception class ESocketError with message 'Windows socket error: An attempt was made to access a socket in a way forbidden by its access permissions (10013), on API 'bind''.
Break Continue Help
It is thrown, the the frxReportserver activates its fWebserver object.
I'm using Delphi XE, Windows 7 professional 64 bit.
What can it be?
Comments
So I changed the port to 8081 and now seems to work.