Publisher policy file is not found

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
lorena
Posts: 8
Joined: Wed 12 Apr 2006 22:05

Publisher policy file is not found

Post by lorena » Tue 16 May 2006 21:00

I was originally working with the trial version and built my web app using the data provider on several forms. My trial period ran out and I downloaded a licensed copy of the product.
Now, on each page that uses the controls, I am getting this error:
"File or assembly name CoreLab.PostgreSql, or one of its dependencies, was not found"
and this message as part of the error "Publisher policy file is not found"
What do I need to do to fix it?
Thanks in advance

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 17 May 2006 12:31

Try to put CoreLab.PostgreSql.dll assembly into ./bin folder.

lorena
Posts: 8
Joined: Wed 12 Apr 2006 22:05

Post by lorena » Wed 17 May 2006 14:32

Thanks, Aleksey!!! I put that file in the /bin folder and everything works now. :P

Post Reply