Page 1 of 1

VS2005 .Net 2.0 - declaration referenced in a method implementation

Posted: Mon 31 Oct 2005 13:30
by TillmanZ
As I can see from numerous other posting there seems to be an unresolved bug that when using VS2005 + MySQLNetPro (Version 2.8 or 3) you will receive an exception stating:
Declaration referenced in a method implementation cannot be a final method. Type: 'CoreLab.Common.DbDataReaderBase'. Assembly: 'CoreLab.MySql, Version=x.x.x

I am hoping that this issue will be addressed shortly.

Best regards,

Tillman

I agree

Posted: Mon 31 Oct 2005 15:44
by Stuart
I'm also having this issue. A prompt resolution would be appreciated.

Posted: Tue 01 Nov 2005 07:49
by Serious
We are investigating this problem right now.
You will be notified of the results.

Posted: Tue 01 Nov 2005 22:07
by shutterstock
Same issue here - its a TypeLoadException

please advise
thanks
Jon

Posted: Tue 01 Nov 2005 22:11
by shutterstock
In case you guys need more info, here is a dump:


System.TypeLoadException was unhandled
Message="Declaration referenced in a method implementation cannot be a final method. Type: 'CoreLab.Common.DbDataReaderBase'. Assembly: 'CoreLab.MySql, Version=3.5.3.0, Culture=neutral, PublicKeyToken=09af7300eec23701'."
Source="Collector"
TypeName="CoreLab.Common.DbDataReaderBase"
StackTrace:
at Collector.DBCompClass.do_select()
at Collector.DBCompClass.db_init() in C:\Documents and Settings\Jon Oringer\My Documents\VS05 Projects\Collector\Collector\DBCompClass.cs:line 596
at Collector.Form1.start_db() in C:\Documents and Settings\Jon Oringer\My Documents\VS05 Projects\Collector\Collector\Form1.cs:line 728
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()