If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Panic!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-21-02, 07:41
aotc2002 aotc2002 is offline
Registered User
 
Join Date: Aug 2002
Posts: 10
Panic!!

I'm severly paniced now, after 4 months of work this is what im getting:

Line 2: Class {C0E45035-5775-11D0-B388-00A0C9055D8E} of control DataEnvironment1 was not a loaded control class.
Line 0: The file C:\WINDOWS\DESKTOP\ADODC\DATAEN~1.DSR could not be loaded.

I tried making an executable and a package and deployment and this is what im getting now in a dataenvironment log error file

im so freaked out i cant think straight!!

Can anyone help please??
Reply With Quote
  #2 (permalink)  
Old 09-02-02, 20:45
birbilis birbilis is offline
Registered User
 
Join Date: Sep 2002
Posts: 1
Thumbs up

Had the same problem for some days now and just fixed it.

Look "Project\References" menu of VB6, see at the dialog the "Microsoft Data Environment Instance 1.0 (SP4)" is selected. Choose it and you'll see at the bottom the text "Location: C:\Program Files\Common Files\designer\msderun.dll" (or similar location)

go there and for each .dll and .ocx file in that folder and all subfolders open them with "regsvr32.exe" (from windows\system or winnt\system32) to reregister them. Especially try the "msderun.dll" first (then close and reopen your VB project)

also did the same with all ms*.dll and similar .ocx files at winnt\system32

did the same at "c:\Program Files\Common Files\System\ado" for msjro.dll, msadox.dll, msadrh15.dll, msador15.dll,
msadomd15.dll (I must haven done this for the rest of the files there)

I usually assign regsvr32.exe to open the .ocx and .dll files when they're double clicked. Else do (shift+)right_click and open with..., then press "Browse..." and select "regsvr32.exe" from the winnt\system32 (WinNT/2000/XP) or windows\system (Win9x/WinMe) folder

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <birbilis@kagi.com>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime VCL and ActiveX controls
http://members.fortunecity.com/birbilis/QT4Delphi/
+ Plugs VCL and ActiveX controls
http://members.fortunecity.com/birbilis/Plugs/
+ Robotics club
http://www.mech.upatras.gr/~robgroup
.................................................. ....................................
Reply With Quote
  #3 (permalink)  
Old 03-12-04, 00:19
draftsman draftsman is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
Re: Panic!!

try http://support.microsoft.com/default.aspx?
scid=http://support.microsoft.com:80/support/
kb/articles/Q183/3/70.ASP&NoWebContent=1

it help me fix my similar problem


Quote:
Originally posted by aotc2002
I'm severly paniced now, after 4 months of work this is what im getting:

Line 2: Class {C0E45035-5775-11D0-B388-00A0C9055D8E} of control DataEnvironment1 was not a loaded control class.
Line 0: The file C:\WINDOWS\DESKTOP\ADODC\DATAEN~1.DSR could not be loaded.

I tried making an executable and a package and deployment and this is what im getting now in a dataenvironment log error file

im so freaked out i cant think straight!!

Can anyone help please??
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On