Problem with Connecting...

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Microsoft SQL Server
Post Reply
cflowers
Posts: 4
Joined: Mon 10 Feb 2014 18:06

Problem with Connecting...

Post by cflowers » Thu 16 Mar 2017 17:53

Hi, I had code utilizing:

using System.Data.SqlClient;

Then I simply commented that out and added reference to:

using Devart.Data.SqlServer;

Everything works great on my development station, however not on any of my clients. When the clients attempt to use program now, it hangs and never loads. When I use it on my station it works. I made sure the DLL are being included with the ClickOnce and it appears as though they are. My clients are unable to utilize the data connections when I switch to Devart.Data.SqlServer

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Problem with Connecting...

Post by Pinturiccio » Fri 17 Mar 2017 13:46

When you deploy an application that uses dotConnect for SQL Server assemblies, you need to perform the following actions:
1. Add a license resource to your project. For more information, please refer to https://www.devart.com/dotconnect/sqlse ... nsing.html
2. Deploy Devart.Data.dll and Devart.Data.SqlServer.dll assemblies with your project.
3. Perform additional actions for web applications. For more information, please refer to https://www.devart.com/dotconnect/sqlse ... yment.html

Please inform us, whether this information helps.

Post Reply