Error: Method not found: 'Void

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
jharris
Posts: 2
Joined: Wed 30 Oct 2013 03:00

Error: Method not found: 'Void

Post by jharris » Wed 30 Oct 2013 03:07

I am getting the follow error when I try to close a PostgreSQL database connection:

Error: Method not found: 'Void Devart.Common.DbMonitor.OnDeactivate(Devart.Common.DbMonitor Devart.Common.MonitorTracePoint, System.Object)'.

I'm using dotConnect Universal 3.20.106 and VS 2010.

Any help would be much appreciated.

Best Regards,
Johnny Harris

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

Re: Error: Method not found: 'Void

Post by Pinturiccio » Thu 31 Oct 2013 15:41

Try re-installing dotConnect Universal. Perform the following steps:
1. uninstall dotConnect Universal;
2. remove all Devart.* and policy.*.Devart.* files from the GAC;
3. clear the Program Files\Devart\dotConnect and Program Files\Common Files\Devart\dotConnect folders;
4. reinstall dotConnect Universal;
5. delete all files from the bin and obj folders and rebuild the project.

jharris
Posts: 2
Joined: Wed 30 Oct 2013 03:00

Re: Error: Method not found: 'Void

Post by jharris » Thu 31 Oct 2013 17:05

Thank You Pinturiccio,

I will give that a try. I did uninstall and reinstall dotConnect Universal, but I didn't do the other steps. Hopefully that will take of it.

Thank you again.
J. Harris

Post Reply