Deployment using ClickOnce

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
jasonlv
Posts: 1
Joined: Fri 14 Nov 2008 09:45

Deployment using ClickOnce

Post by jasonlv » Fri 21 Nov 2008 13:52

Is there any how-to or FAQ on getting projects to deploy correctly with click once?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 24 Nov 2008 08:47

dotConnect for MySQL provides data access layer of your application. You can create projects with the ClickOnce Deployment technology using our components. We don't have FAQ on this point because this is only one of all possible ways to use our product.

pleb
Posts: 37
Joined: Mon 23 Jun 2008 06:21
Location: Melbourne, Australia

Post by pleb » Tue 30 Dec 2008 00:47

Hi Jasonlv,

I've used the devart connector in a click once deployment without much trouble. You'll need to make sure the devart assembly files are included with your deployment.

You can do this by - adjusting the "Application Files" in the project properties or by changing the assembly references to copy local.

Hope this helps,

Pleb

Post Reply