project crashes upon trying to add mysql view to crystal report

ridhwaans

Active member
Joined
Jun 1, 2012
Messages
34
Programming Experience
3-5
For my VB.NET project, I'm using MySQL connector/NET 5.2. and crystal reports (ver 10) for visual studio 2005. Ive got a new mysql view in a database, and whenever I try to add that view to my crystal report through database expert, my VB.net project crashes.

here is the problem signature
Problem Event Name: BEX
Application Name: devenv.exe
Application Version: 8.0.50727.867
Application Timestamp: 45d2c842
Fault Module Name: myodbc5.dll
Fault Module Version: 5.1.11.0
Fault Module Timestamp: 4f9b1ae8
Exception Offset: 00004872
Exception Code: c0000409
Exception Data: 00000000
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 4088
Additional Information 2: 408878ff087ffc2b3d55f531c62968b8
Additional Information 3: 3256
Additional Information 4: 325600067ca91b7e8b78ef96dbeb2eb9

How can I prevent VS from crashing in crystal reports? I will stick to MySQL connector/NET 5.2. and crystal reports (ver 10) for visual studio 2005 (w/out upgrading to a newer mysql/net connector, crystal report)

note: adding this particular db mysql view in VS 2005 as an .xsd dataset, or with crystal reports XI release 2 and mysql connector/NET 6.2.0 on another workstation doesn't cause a crash
 
Last edited:
Back
Top