Search found 4 matches

by lomalley
Sun 31 Jan 2010 06:22
Forum: dotConnect Universal
Topic: "AsmNotLoaded" error when attempting to connect to database
Replies: 10
Views: 3855

Thank you. Installing the SP1 fixed it.
by lomalley
Sun 17 Jan 2010 16:12
Forum: dotConnect Universal
Topic: "AsmNotLoaded" error when attempting to connect to database
Replies: 10
Views: 3855

necessary windows updates?

Also - are there any recent windows xp updates or service packs in particular that are necessary to run my application on the deployment machine? The machine is isolated and is likely not up to date. Due to the machine's environment, installing every update at once may not be possible. If I knew the particular update, this would be very helpful.
by lomalley
Sat 16 Jan 2010 21:27
Forum: dotConnect Universal
Topic: "AsmNotLoaded" error when attempting to connect to database
Replies: 10
Views: 3855

thanks for the response. No this is a deployment machine that did not have any of the development software on it.
by lomalley
Thu 14 Jan 2010 23:22
Forum: dotConnect Universal
Topic: "AsmNotLoaded" error when attempting to connect to database
Replies: 10
Views: 3855

"AsmNotLoaded" error when attempting to connect to database

I created an installer for an application and included with it the devart dlls that are appropriate (devart.data.dll, devart.data.universal.dll, devart.data.universal.mysql.dll, devart.data.universal.oracle.dll). The installer works and the application now runs on many machines, except for one in particular - on this one machine I am having trouble connecting to the database (happens to be a mysql database), and getting the popup error "AsmNotLoaded" when attempting to connect, even when the installer and application were both run using the administrator account. I also included all of the necessary dlls in the same directory as the application executable, and still getting the same problem connecting to the database.
Since the application runs and connects to the database just fine on other machines, there must be something not configured correctly on the one machine that gives the error. I searched for the dlls in the registry editor, and see under their permissions properties that all users have read privileges to them. There are also no firewalls up that would prevent connecting to the database, nor is the connection string incorrect.
Are there other configurations I should check on this computer, or even in the installer?