Search results for query: *

  • Users: Reza
  • Order by date
  1. R

    TCP IP client and server no respond error

    sorry, i edited the post
  2. R

    TCP IP client and server no respond error

    i have a simple TCP/IP client and server that does not work: i want to use it to transfer data between some clients and a server enter image description here enter image description here on server side i have: using System; using System.Collections.Generic; using System.ComponentModel; using...
  3. R

    win form application does not run on another machine

    my code in written in C# using MS Visual Studio 2017 i have created this mdf database using visual studio itself (from server explorer i added a Data connection and selected "MS SQL server Database file" and saved that database file in \bin\Debug folder where the exe file exist. than i have...
  4. R

    win form application does not run on another machine

    i have MS SQL server 2012 Express LocalDB installed on this machine. but it does not work. that was the reason to post the problem.
  5. R

    win form application does not run on another machine

    hi i have a win form application written c# in Visual Studio 2017. it's a simple client registration form with Linq to SQL that uses a .mdf database file stored in the \bin\debug folder. while running the application on my own machine there is no problem, and it runs fine. but when i create a...
Back
Top Bottom