I have made the application work, the previous error was due to Database Server Not starting.
Now, I can manage to run the silverlight application. Now I have a problem with connecting to server due to this error "An attempt was made to access a socket in a way forbidden by its access permissions"
IP address is "127.0.0.1", port number is "4510".
Socket Server is Winform application.
Socket Client is Silverlight application (when I try to connect via winform client, everything is fine)
Does anyone know how to solve this problem?