Hey guys, you have an ugly error %)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
iOgre
Posts: 10
Joined: Tue 14 Apr 2009 11:46

Hey guys, you have an ugly error %)

Post by iOgre » Wed 18 Nov 2009 00:29



And created class is...

public partial class Client : INotifyPropertyChanging, INotifyPropertyChangedXXX, INotifyPropertyChanging, INotifyPropertyChanged

dotConnect beta 4.65

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

Post by Shalex » Wed 18 Nov 2009 09:03

Please give us the following information:
1) the exact text of the error;
2) your call stack;
3) the steps we should follow to reproduce the problem. A small test project will be appreciated.

iOgre
Posts: 10
Joined: Tue 14 Apr 2009 11:46

Post by iOgre » Wed 18 Nov 2009 11:34

There is no exception.
If uou set EntityBase="some_base_interface",
created classes will be
public partial class EntityClass : : INotifyPropertyChanging, INotifyPropertyChangedsome_base_interface, INotifyPropertyChanging, INotifyPropertyChanged

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 19 Nov 2009 10:25

Thank you for the report, we have reproduced and fixed the problem.
Look forward to the next build.

Post Reply