Bug #79855 | Intermittent Object reference not set to an instance of an object on MySql.Data | ||
---|---|---|---|
Submitted: | 5 Jan 2016 17:57 | Modified: | 19 Jun 2016 9:08 |
Reporter: | Renato Xavier | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | OS: | Windows (64-bit) | |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | connector net, MySqlClient |
[5 Jan 2016 17:57]
Renato Xavier
[6 Jan 2016 12:19]
Chiranjeevi Battula
Hello Renato Xavier, Thank you for the bug report. I tried to reproduce the issue at my end using MySQL Connector/Net 6.9.8 but not seeing any issues in connections. Please try with latest version of MySQL Connector/Net from below link. https://dev.mysql.com/downloads/connector/net/6.9.html Thanks, Chiranjeevi.
[7 Feb 2016 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[18 May 2016 16:49]
NOT_FOUND NOT_FOUND
I see similar issues with my WebApplication, which used Version 6.9.8 of MySql.Data and MySqlData.Entity at MySql.Data.MySqlClient.NativeDriver.ExecutePacket(MySqlPacket packetToExecute) at MySql.Data.MySqlClient.NativeDriver.SetDatabase(String dbName) at MySql.Data.MySqlClient.MySqlConnection.ChangeDatabase(String databaseName) at MySql.Data.MySqlClient.MySqlConnection.Open() at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext) at System.Data.Entity.Core.EntityClient.EntityConnection.Open() at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions) at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c_DisplayClass7.<GetResults>b_5() at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at AsclepiusWeb.Core.Repository.UserFileRepository.findForUser(Int32 userId, ICollection`1 ignoreTypes, Boolean currentOnly, Boolean orderByRecent)
[19 May 2016 9:08]
Chiranjeevi Battula
Hello NOT_FOUND, Thank you for your feedback. Could you please provide repeatable test case (exact steps/sample project, connection string etc. - please make it as private if you prefer) to confirm this issue at our end? Thanks, Chiranjeevi.
[20 Jun 2016 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".