Search results for query: *

  1. S

    Question Using IPHostEntry for a wireless and wired connection

    I have a program that tries to connect via FTP to a machine. I have encountered an issue where if I have both a wired and wireless LAN, the FTP tries to use the wired connection instead of the wireless. Here is the specific part of the code I am using: clientSocket = New...
  2. S

    Question 'System.Data.Common.DbDataReader' is defined in an assembly that is not referenced

    I am working on a program for a Windows CE machine, and when I create the SqlCeDataReader, SqlCeConnection, and SqlCeCommand variables, I get the above message telling me I need to reference System.Data version 2.0.0.0 (which I have). Why will this not compile? System Info: Windows XP SP3 VS...
  3. S

    Question Restore DB

    I am trying to restore a backup file (.bak) to my database, but I keep getting the following error: Microsoft.SqlServer.Management.Common.ExecutionFailureException: An exception occurred while executing a Transact-SQL statement or batch. ---> System.Data.SqlClient.SqlException: A transport-level...
Back
Top