[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

10/20/2009 at 10:59AM PDT, ID: 24827880
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

Run-Time error '713' Class not registered looking for object with CLSID . . . . in VB6 app on vista

Asked by lthames in Visual Basic Programming, Windows Installer, Installation

Tags: vb6

I have a VB6 application that is really old and was never really used.  One of my co-workers needs to run it on her computer temporarily to get some information off of it.

She doesn't have VB6 installed on her computer but we have an installation script for our software package that installs everything our normal software uses.   So there is obviously something missing that this project requires that we don't in anything else.

I'm stumpted because what research I've done points to a possible issue with mdac not being installed?   But I thought that mdac didn't get installed on vista because it was already included.  

We only have one program in our software suite that uses microsofts data access and she doesn't have any problem with it . . but it doesn't use any bound controls, which is where this program is bombing off on her computer.

I added some logging to the program, compiled it, and sent it to her and it is getting the error on the following line:

Set txtRuleID.DataSource = rsE3MASTER   (see all of the code below)

Any thoughts?

Thanks so much!
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
Set conn = New ADODB.Connection
conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\madison\winest3\WINEST3.MDB"
conn.Open
Set rsE3MASTER = New ADODB.Recordset
rsE3MASTER.CursorLocation = adUseClient
rsE3MASTER.Sort = "RULENO ASC"
rsE3MASTER.Open "E3MASTER", conn, adOpenStatic, adLockOptimistic, adCmdTableDirect
With rsE3MASTER
   While Not .EOF
      lstFeatures.AddItem !desc
      lstFeatures.ItemData(lstFeatures.NewIndex) = !ruleid
   .MoveNext
   Wend
End With
 
set txtRuleID.DataSource = rsE3MASTER
. . . . . . .
[+][-]10/20/09 11:16 AM, ID: 25616891

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Visual Basic Programming, Windows Installer, Installation
Tags: vb6
Sign Up Now!
Solution Provided By: egl1044
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625