Bug #9699 | Connection State Issues | ||
---|---|---|---|
Submitted: | 7 Apr 2005 1:14 | Modified: | 22 Sep 2005 15:28 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | MySQL Connector Net 1.0.4 | OS: | Windows (XP) |
Assigned to: | Reggie Burnett | CPU Architecture: | Any |
[7 Apr 2005 1:14]
[ name withheld ]
[17 May 2005 9:01]
Vasily Kishkin
Tested on Win 2000 Sp4, Microsoft Visual C# .NET , Connector .NET 1.0.4
[20 Jun 2005 18:54]
Reggie Burnett
I have been unable to reproduce this. Were you using the proper .NET runtime with the appropriate assembly? These are the types of errors I see when someone uses a 1.1 compiled assembly in a 1.0 compiled app, for example. Can you attach to this bug report a sample app that shows the problem?
[22 Sep 2005 15:28]
Reggie Burnett
I was unable to reproduce this. Normally when you get issues like method not found, invalid pinvokes, invalid metadata it's because you are mixing runtimes. Compiling a .NET 1.0 app using a .NET 1.1 assembly or vice versa. I believe that is the case here. If there is new information on this, then I'll revisit it.