Page 1 of 1

Error: Method not found: 'Void

Posted: Wed 30 Oct 2013 03:07
by jharris
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

Re: Error: Method not found: 'Void

Posted: Thu 31 Oct 2013 15:41
by Pinturiccio
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.

Re: Error: Method not found: 'Void

Posted: Thu 31 Oct 2013 17:05
by jharris
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