Click here to Skip to main content
15,920,632 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVisual Studio Expenses Project Pin
garyu8714-Aug-12 5:16
garyu8714-Aug-12 5:16 
AnswerRe: Visual Studio Expenses Project Pin
Eddy Vluggen15-Aug-12 1:21
professionalEddy Vluggen15-Aug-12 1:21 
GeneralRe: Visual Studio Expenses Project Pin
garyu8715-Aug-12 21:20
garyu8715-Aug-12 21:20 
GeneralRe: Visual Studio Expenses Project Pin
Eddy Vluggen15-Aug-12 22:05
professionalEddy Vluggen15-Aug-12 22:05 
GeneralRe: Visual Studio Expenses Project Pin
garyu8715-Aug-12 22:24
garyu8715-Aug-12 22:24 
GeneralRe: Visual Studio Expenses Project Pin
Eddy Vluggen15-Aug-12 22:31
professionalEddy Vluggen15-Aug-12 22:31 
GeneralRe: Visual Studio Expenses Project Pin
garyu8716-Aug-12 2:54
garyu8716-Aug-12 2:54 
AnswerRe: Visual Studio Expenses Project Pin
Eddy Vluggen16-Aug-12 3:05
professionalEddy Vluggen16-Aug-12 3:05 
GeneralRe: Visual Studio Expenses Project Pin
garyu8716-Aug-12 3:48
garyu8716-Aug-12 3:48 
AnswerRe: Visual Studio Expenses Project Pin
Eddy Vluggen16-Aug-12 5:12
professionalEddy Vluggen16-Aug-12 5:12 
GeneralRe: Visual Studio Expenses Project Pin
garyu8716-Aug-12 5:36
garyu8716-Aug-12 5:36 
GeneralRe: Visual Studio Expenses Project Pin
Eddy Vluggen16-Aug-12 5:47
professionalEddy Vluggen16-Aug-12 5:47 
QuestionRun-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala12-Aug-12 23:35
Karthik Chintala12-Aug-12 23:35 
AnswerRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Eddy Vluggen12-Aug-12 23:47
professionalEddy Vluggen12-Aug-12 23:47 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala12-Aug-12 23:51
Karthik Chintala12-Aug-12 23:51 
AnswerRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Eddy Vluggen13-Aug-12 0:06
professionalEddy Vluggen13-Aug-12 0:06 
Karthik Reddy wrote:
I also dont want to use this Visual Basic, but client wants to develop app in vb6 D'Oh! | :doh:

Since when do clients dictate which language we use? Does your client know the implications of this choice? Do they understand that there will be almost zero support?

If the client tells you that "strings" are bad, would you try to create a program that doesn't use strings?

Karthik Reddy wrote:
let me know if you have an answer to this .

It's a generic error, and usually it includes the classname. It'll be caused by "any" of the components not being registered correctly, with MDAC being the prime suspect. You'd need to install the exact same version of the libraries that you developed against.

Hence the pointer to the VB6-Toolkit from Microsoft; it also explains what needs to be deployed and how, and the most common pitfalls. It's free to download, and it's created to help with mixing VB/.NET.

And again; if you are using .NET already, you'd have the dependency anyway. Why not write the whole thing in a modern language?
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala13-Aug-12 0:14
Karthik Chintala13-Aug-12 0:14 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Eddy Vluggen13-Aug-12 0:28
professionalEddy Vluggen13-Aug-12 0:28 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala13-Aug-12 0:34
Karthik Chintala13-Aug-12 0:34 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Eddy Vluggen13-Aug-12 1:24
professionalEddy Vluggen13-Aug-12 1:24 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala13-Aug-12 1:29
Karthik Chintala13-Aug-12 1:29 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Eddy Vluggen13-Aug-12 1:39
professionalEddy Vluggen13-Aug-12 1:39 
GeneralRe: Run-time 430: class doesnot support automation or does not support expected interface Pin
Karthik Chintala13-Aug-12 0:41
Karthik Chintala13-Aug-12 0:41 
QuestionButton Click acting weird Pin
dtdmike9412-Aug-12 2:12
dtdmike9412-Aug-12 2:12 
AnswerRe: Button Click acting weird Pin
Eddy Vluggen12-Aug-12 3:37
professionalEddy Vluggen12-Aug-12 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.