One more thing
If you use more than one case statement, these case statements should end with break or continue or goto etc.
ex:
case "NW":
case "nw":
case "Nw":...
rand = new Random(); // I guiess rand instance you crated properly
battlechance = Random.Next(1, 100); this should be rand not Random
randtwo should of type Random not int
...
I solved it. Actually the problem is not with coding or configuration. The proble is with security settings.Earlier I launched this server as Local system account. Now I changed to Administator...
Client can able talk with this service. If client calls any method of that service, Sevice has to invoke a method in other service using WCF service...
{System.ServiceModel.CommunicationException: The socket connection was aborted. This could be caused by an error processing your message or a receive timeout...
Hi,
I have two WCF Services say Ser1 and Ser2. Both services are running in two different machines and both services are Windows services. I want to communicate those two services. Is it possible?....
If you r using some of control properties inside the background worker thread DoWork event, It won't work properly. I faced same type of issues using other control properties inside DoWork...
This prbolem is occurred when I click on Maximize and restore buttons.
If I click on Maximize button, form is maximized, If I click on restore buttom Form_resize...
I am working on flexgid, Here I need to find some of the strings populating in flexgrid. I designed find dialog layout just like Notepad find dialogbox.
Here I have some problem. my main form become too bit, It has lot of controls, And one timer is running in it, for loading and performing some tasks it is taking time, For that I want to...