Search found 5 matches

by thekman
Wed 01 Jun 2011 20:33
Forum: dotConnect for MySQL
Topic: Windows 7 32bit System.InvalidOperationException
Replies: 3
Views: 2678

client's computer not development computer

The application is crashing on the clients computer not my development environment. Is there a way of obtaining the detailed call stack on their computer without visual studio?
Or some other method of determining more details of the crash?
by thekman
Mon 30 May 2011 17:58
Forum: dotConnect for MySQL
Topic: Windows 7 32bit System.InvalidOperationException
Replies: 3
Views: 2678

Windows 7 32bit System.InvalidOperationException

Problems trying to isolate an issue. Our VB software occasionally crashes like once a day. But can go for a week with no issues at times. The event log error we get is always the following. I have added try catch routines that log where we are at in the applcation at every location that we used devart. However when this error happens it is not triggering any of the try catch routines. I'm assuming it is related to devart because of the "P4: Devart.Data.MySql" below.
Any suggestions on how to determine what is causing the issue.

Log Name: Application
Source: Windows Error Reporting
Date: 25/05/2011 7:05:43 PM
Event ID: 1001
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: Server
Description:
Fault bucket 1764956939, type 5
Event Name: CLR20r3
Response: Not available
Cab Id: 0

Problem signature:
P1: virtual_bottomline.exe
P2: 1.4.4064.28951
P3: 4d5c6fbe
P4: Devart.Data.MySql
P5: 5.0.16.0
P6: 49391da3
P7: 3f8
P8: 38
P9: System.InvalidOperationException
P10:


The only other error is in the system error log
"The driver detected a controller error on \Device\Harddisk2\DR2"
Apparently their IT pesonnel updated the drivers and the bios, but I do still see this error on average 3 times a day but not exactly correlating to the time of the application crashes. I have searched on the 'The driver detected a controller error on \Device\Harddisk2\DR2' and found very little helpful information.
by thekman
Thu 16 Oct 2008 20:50
Forum: dotConnect for MySQL
Topic: upgraded vs2002 to 2005 version problem
Replies: 3
Views: 2365

solved it

I renamed the folder
C:\Program Files\CoreLab\MyDirect.NET
to something else temporarily.

Then removed references and selected references to the new dll's.
v2.0 showed up in properties.

Renamed folder back and all is still good.


Thanks.
by thekman
Thu 16 Oct 2008 20:08
Forum: dotConnect for MySQL
Topic: upgraded vs2002 to 2005 version problem
Replies: 3
Views: 2365

selecting .net2 but properties shows other

I've been trying to change references.
Removed
CoreLab.Data.dll
CoreLab.MySql.dll
(Saved and re-opended solution)

Add references using browse to the following folder
C:\Program Files\CoreLab\MyDirect.NET2
Selected
CoreLab.Data.dll
CoreLab.MySql.dll

When I look at the properties of those references I get the following.
Desciption = MyDirect .NET
Path = C:\Program Files\CoreLab\MyDirect.NET\CoreLab.MySql.dll
Runtime Version = v1.1.4322
Version = 4.70.30.0

If I create a new project and add reference to CoreLab.Data.dll, I get
runtime version v2.0.50727
version = 4.70.23.0
by thekman
Thu 16 Oct 2008 01:03
Forum: dotConnect for MySQL
Topic: upgraded vs2002 to 2005 version problem
Replies: 3
Views: 2365

upgraded vs2002 to 2005 version problem

We converted a vb.net solution from VS 2002 to VS 2005 while using MYDirect 4.70.30 for vs 1.0,1.1

After the conversion every worked.

I have now installed the vs 2.0 version of mydirect.net, but the project keeps using the 1.1 version. How do I upgrade this project to use the 2.0 version of mydirect.net?

p.s.
I still have other projects that are in vs 2002 using the 1.0,1.1 mydirect.