Building c# project for OutlookAddin. not find provider?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
kerrywales
Posts: 52
Joined: Tue 05 Jan 2010 12:26

Building c# project for OutlookAddin. not find provider?

Post by kerrywales » Thu 01 Sep 2011 16:12

Can anyone tell me if there is anything special I need do to use Devart with an Outlook Add-9n project.

Code seems to compile (as per normal).
Devart.Data (5.0.272)
Devart.Data.PostgreSQL (5.30.172)
Devart.Data.PostgreSQL.Entity (5.30.172)
are references and all have Copy local set to true.

Devart License info says project has correct licenses .licx file
warning that "The library has a reference to Devart.Data.PostgreSql but cannot check if the library is used by an additional executable."

Published project. Works on dev machine but when installed
but running on standard PC I get a cannot use the data provider error when loading Outlook.

Anybody used the lib with an office Add-In project

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

Post by Shalex » Fri 02 Sep 2011 09:44

Please refer to the Class Libraries Support section in the Licensing article: http://www.devart.com/dotconnect/postgr ... g.html#lib.

If this doesn't help, specify the exact text of the error you are getting in the deployment environment.

Post Reply