Connection problem since update to VS2008

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Connection problem since update to VS2008

Post by Zero-G. » Thu 26 Jun 2008 12:28

Hey

I use VB.NET 2008 (formaly I used VB.NET 2005)

I have converted my project to to the 2008 with the conversion tool, which MS provides.

Since this time, I do have many problems with the Connection.
I have also downloaded the latest dll's

The problem description: - When I try to run my project, or even try to run the MySQL DataSet Wizzard, I get the error:
ConnectionString property not initialized.

So, I found out, that in the Designer.vb the ConnectionString was not there. - So, I added it by hand (looked, how your program it does in a new project)
I added the following string:

Me.VOptNeuConnection.ConnectionString = Global.VOPT.My.MySettings.Default.VOptNeuConnection

So, in most of my forms and UserControls, it helped and it worked really fine again. - But in some, it absolutly does not.

So, what I did then (where it don't worked), I deleted the connection, added a new one & tried to use the existing connection (Because it is in the Settings) - But it is not in the ConnectionProperty...
What I mean, you can see here:

http://img255.imageshack.us/my.php?image=devartnp1.swf

PLEASE HELP !!![/url]

anton.connect
Posts: 43
Joined: Thu 19 Jun 2008 14:30

Post by anton.connect » Thu 26 Jun 2008 13:29

We have examined your swf file. It was very demonstrably though we cannot reproduce the problem.
Can you send us a small sample project in Visual Studio 2005 to reproduce it?
What version of the product do you use?
It works fine on a new release, could you please download it and check if the problem is still there?

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Post by Zero-G. » Thu 26 Jun 2008 14:03

Hey

I am sorry, but I don't have VS2005 any more installed. I have send you this swf file, because my project is very big and has more third party dll's

I use Version 4.7.* - Downloaded last week from your server.
My VS 2008 is a ProEdition GERMAN

Is there any workaround you could provide?

THX

anton.connect
Posts: 43
Joined: Thu 19 Jun 2008 14:30

Post by anton.connect » Thu 26 Jun 2008 15:04

Try downloading a new build and check if the problem is still there.
This should solve the problem.
Probably there were some conflict's with third-party assemblies.

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Post by Zero-G. » Tue 08 Jul 2008 09:56

Hey

The problem occurs also with the latest version.

I don't think, that the third-party assemblies are the problem, because they don't have to do anything with ADO.NET - They came from Janusys.com

THX

Post Reply