Search results for query: *

  1. T

    Question How can you differentiate two app versions to make two unique deployments?

    I would like to have a backup version of an application installation available. My plan was to do a click-once deployment of backup version which hopefully would have it's own unique entry in the startup menu, alongside the current application. The problem is everytime I publish the backup...
  2. T

    Remote SQL connection problem, though works fine with SSMS

    John, That solved it! I attached the db using SSMS at the remote server, shut down SSMS, and then at the other workstation I used the Add Connection wizard and this time the db showed up in the combo list under the Select or enter a database option. The connection was successful and I'm able to...
  3. T

    Remote SQL connection problem, though works fine with SSMS

    I tried removing the server name from the path, but that didn't work. How do I "attach the db in server", as you suggest? Tim
  4. T

    Remote SQL connection problem, though works fine with SSMS

    I'm connecting remotely to a db server. In SSMS I start with the Connect To Server dialog box and choose the remote server and click "Connect". Then, from the left pane of SSMS I right click on the Databases folder, choose Attach..., then I browse for the .mdf file in a folder on the server hard...
  5. T

    Remote SQL connection problem, though works fine with SSMS

    I can successfully make a connection to a database on a remote server using SQL Server Management Studio, but when I try to connect to the same database using the add connection wizard in Server Explorer in VB.NET 2008 (Standard version), I get the following error message: The File...
Back
Top