VS2005 .Net 2.0 - declaration referenced in a method implementation

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
TillmanZ

VS2005 .Net 2.0 - declaration referenced in a method implementation

Post by TillmanZ » Mon 31 Oct 2005 13:30

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

Stuart

I agree

Post by Stuart » Mon 31 Oct 2005 15:44

I'm also having this issue. A prompt resolution would be appreciated.

Serious

Post by Serious » Tue 01 Nov 2005 07:49

We are investigating this problem right now.
You will be notified of the results.

shutterstock
Posts: 27
Joined: Sat 28 May 2005 20:37

Post by shutterstock » Tue 01 Nov 2005 22:07

Same issue here - its a TypeLoadException

please advise
thanks
Jon

shutterstock
Posts: 27
Joined: Sat 28 May 2005 20:37

Post by shutterstock » Tue 01 Nov 2005 22:11

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()

Post Reply