CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Location
    In the present
    Posts
    80

    remote connection

    I have a form that connects to a MS SQL server developer edition, on my machine. The app works like a champ when I run it on my machine. However when I move it to another machine I get a .net 1.1 error. Stating something about a connection. I believe the problem lies with being able to connect to the DB from another machine. I spoke with a co-worker briefly and he believes that it has to do with the permissions on the server/db. Does anyone have any good links that I can read over to hopefully get it to connect so that we can go live with this.

    Thanks

  2. #2
    Join Date
    Dec 2007
    Location
    South Africa
    Posts
    263

    Re: remote connection

    Can you show us the Whole Error, it might not mean anything to you but it might mean something to us

    secondly what Version of .NET are you using

    lastly can you show us the Code you use to Connect to the Database.

    We might help, because i looks like a Common Problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured