iNET Interactive - Online Advertising Agency
          
Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Installation / Documentation > Installation Help (DAO350.DLL)


Reply
 
Thread Tools Display Modes
  #1  
Old 05-31-2003, 08:17 AM
Golden Sun Golden Sun is offline
Newcomer
 
Join Date: May 2003
Posts: 16
Unhappy Installation Help (DAO350.DLL)

Okay, I have Visual Studio 6.0 Enterprise Edition, and I have had it installed once already. I accidentaly had it Uninstalled, and now I am having trouble reinstalling it. When I reinstall it, and try to run it, I get the message "Can't find file 'DAO350.DLL' " I don't know what I should do. I did a search on my computer on DAO350.DLL, and a file was found by that name. I copied it and pasted it into my Visual Studio folder, then when I try to run it, It says "Error: Closing"

What should I do?

Last edited by Golden Sun : 05-31-2003 at 08:30 AM.
Reply With Quote
  #2  
Old 05-31-2003, 08:42 AM
cbrewer cbrewer is offline
Junior Contributor
 
Join Date: Aug 2000
Location: Florida
Posts: 163
Default

You probrally found DAO350.DLL in C:\Program Files\Common Files\Microsoft Shared\DAO. This is where it belongs.

Make sure it is there, and run regsvr on it.

First unregister it by inserting this into your command line...
regsvr32 /u "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"

Then registeer it by inserting this into your command line...
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"




Quote:
Originally Posted by Golden Sun
Okay, I have Visual Studio 6.0 Enterprise Edition, and I have had it installed once already. I accidentaly had it Uninstalled, and now I am having trouble reinstalling it. When I reinstall it, and try to run it, I get the message "Can't find file 'DAO350.DLL' " I don't know what I should do. I did a search on my computer on DAO350.DLL, and a file was found by that name. I copied it and pasted it into my Visual Studio folder, then when I try to run it, It says "Error: Closing"

What should I do?

Reply With Quote
  #3  
Old 05-31-2003, 09:02 AM
Golden Sun Golden Sun is offline
Newcomer
 
Join Date: May 2003
Posts: 16
Unhappy

Quote:
Originally Posted by cbrewer
You probrally found DAO350.DLL in C:\Program Files\Common Files\Microsoft Shared\DAO. This is where it belongs.

Make sure it is there, and run regsvr on it.

First unregister it by inserting this into your command line...
regsvr32 /u "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"

Then registeer it by inserting this into your command line...
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO350.DLL"




Quote:
Originally Posted by Golden Sun
Okay, I have Visual Studio 6.0 Enterprise Edition, and I have had it installed once already. I accidentaly had it Uninstalled, and now I am having trouble reinstalling it. When I reinstall it, and try to run it, I get the message "Can't find file 'DAO350.DLL' " I don't know what I should do. I did a search on my computer on DAO350.DLL, and a file was found by that name. I copied it and pasted it into my Visual Studio folder, then when I try to run it, It says "Error: Closing"

What should I do?




What is a regsvr32? and what command line do I insert this into? Sorry, I know I kinda am new at this.
Reply With Quote
  #4  
Old 05-31-2003, 03:54 PM
M.C's Avatar
M.C M.C is offline
Junior Contributor
 
Join Date: Sep 2001
Location: Silicon Valley, CA
Posts: 266
Default

Goto

Start->Run

Then type that stuff
Reply With Quote
  #5  
Old 05-31-2003, 07:06 PM
Golden Sun Golden Sun is offline
Newcomer
 
Join Date: May 2003
Posts: 16
Thumbs down

Quote:
Originally Posted by M.C
Goto

Start->Run

Then type that stuff



Nope, In tried this, and it does not work. After doing this, and I try to open Visual Basic, I get the message "Unexpected Error; Quitting" What should I do now?
Reply With Quote
  #6  
Old 05-31-2003, 09:04 PM
cbrewer cbrewer is offline
Junior Contributor
 
Join Date: Aug 2000
Location: Florida
Posts: 163
Default

When you ran regsvr32, did it give you a message box that said it succeeded"?

Previously you said you moved DAO350.DLL, to a Visual Studio folder. Did you make a reference to it in your project while it was there? This could cause a problem as such.

Try starting a new project and adding all of your forms, modules and classes you have in the original project to the new one. Then make a reference to the DAO350.DLL that is in the "C:\Program Files\Common Files\Microsoft Shared\DAO" directory.

When you highlight a component in the Add References Dialog Box, the path to that file is shown at the bottom of the Dialog Box. Make sure you add the right one.


Quote:
Originally Posted by Golden Sun
Quote:
Originally Posted by M.C
Goto

Start->Run

Then type that stuff



Nope, In tried this, and it does not work. After doing this, and I try to open Visual Basic, I get the message "Unexpected Error; Quitting" What should I do now?

Reply With Quote
  #7  
Old 06-01-2003, 09:09 AM
Golden Sun Golden Sun is offline
Newcomer
 
Join Date: May 2003
Posts: 16
Default

Quote:
Originally Posted by cbrewer
When you ran regsvr32, did it give you a message box that said it succeeded"?

Previously you said you moved DAO350.DLL, to a Visual Studio folder. Did you make a reference to it in your project while it was there? This could cause a problem as such.

Try starting a new project and adding all of your forms, modules and classes you have in the original project to the new one. Then make a reference to the DAO350.DLL that is in the "C:\Program Files\Common Files\Microsoft Shared\DAO" directory.

When you highlight a component in the Add References Dialog Box, the path to that file is shown at the bottom of the Dialog Box. Make sure you add the right one.



Lets see...When I ran regsvr32, a message box did come up saying that the procedure was successful. As for the DAO350.DLL, it is no longer in my Visual Studio Folder. The only place that it is located is in "C:\Program Files\Common Files\Microsoft Shared\DAO" And I cannot start any new projects. I can't even open Visual Basic. It is when I open the actual program that the Error comes up.

What should I try now?
Reply With Quote
  #8  
Old 06-03-2003, 03:16 PM
Golden Sun Golden Sun is offline
Newcomer
 
Join Date: May 2003
Posts: 16
Default

When I re-install Visual Studio, the Error message I recieve is "Setup was unable to create a DCOM user acount in order to register "C:\Program Files\Microsoft Visual Studio\Common\Tools\VS-Ent98\Vanalyser\Valec.exe" What does this error mean, and how do I fix it?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation won't update system files adrianosmond Installation / Documentation 19 07-22-2003 06:07 PM
Windows Crash after installation Freddy Installation / Documentation 5 03-10-2003 05:11 AM
Custom installation needed, problems running Visual Studio Installer Daniel Larsson Installation / Documentation 3 02-13-2003 08:17 AM
DAX ERROR - Library Not Registered AND ERROR 50003 jimmylimb General 0 01-28-2002 09:55 AM
Installation of VB programs on Windows 2000 tomst General 1 05-23-2001 02:23 PM

Advertisement: