Click here to Skip to main content
15,886,963 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: CRAXDRT.ConnectionPropertiesClass.getItem(String Name) "Error: Invalid Index" Pin
vbDigger'z16-Apr-08 14:21
vbDigger'z16-Apr-08 14:21 
GeneralRe: CRAXDRT.ConnectionPropertiesClass.getItem(String Name) "Error: Invalid Index" Pin
ChandraRam16-Apr-08 19:52
ChandraRam16-Apr-08 19:52 
GeneralRe: CRAXDRT.ConnectionPropertiesClass.getItem(String Name) "Error: Invalid Index" [modified] Pin
vbDigger'z16-Apr-08 21:53
vbDigger'z16-Apr-08 21:53 
GeneralI think so i know whats wrong with my vb project... its not on the code but the versioning of active x component [modified] Pin
vbDigger'z17-Apr-08 18:04
vbDigger'z17-Apr-08 18:04 
Questionextract OLE Object from MS-Access Table using vb6 Pin
ERLN15-Apr-08 18:05
ERLN15-Apr-08 18:05 
GeneralRe: extract OLE Object from MS-Access Table using vb6 Pin
Dave Kreskowiak16-Apr-08 3:23
mveDave Kreskowiak16-Apr-08 3:23 
GeneralException has been thrown by the target of an invocation Pin
tom8315-Apr-08 17:56
tom8315-Apr-08 17:56 
GeneralRe: Exception has been thrown by the target of an invocation Pin
Arjun Marwaha15-Apr-08 20:50
Arjun Marwaha15-Apr-08 20:50 
You may receive this exception when you use the Invoke() method (of a form perhaps). The cause of this exception is another exception which occurred inside the method being invoked.
Since you don't know what actually went wrong inside the method that was being invoked, we will need to get the inner exception of the method.

To catch the exception, enclose the line within a try/catch block and get the InnerException.

Sometimes the error might also pop up when the solution file CPU references become corrupt. To check for it, try the following steps:
1: Open the .sln file in notepad
2: Change All References to"AnyCPU" (note the missing space) to "Any CPU"
3: Save
4: Open the solution again.

Regards,
Dave

Dave Traister
Software Engineer
ComponentOne LLC
www.ComponentOne.com

GeneralRe: Exception has been thrown by the target of an invocation Pin
Mycroft Holmes15-Apr-08 22:11
professionalMycroft Holmes15-Apr-08 22:11 
GeneralRe: Exception has been thrown by the target of an invocation Pin
tom8316-Apr-08 3:01
tom8316-Apr-08 3:01 
QuestionSatellite Assemblies... Pin
kaizenIT15-Apr-08 10:15
kaizenIT15-Apr-08 10:15 
GeneralRe: Satellite Assemblies... Pin
Dave Kreskowiak16-Apr-08 3:16
mveDave Kreskowiak16-Apr-08 3:16 
Generaltabs in form Pin
asha_s15-Apr-08 9:23
asha_s15-Apr-08 9:23 
GeneralRe: tabs in form Pin
C1AllenS15-Apr-08 10:39
C1AllenS15-Apr-08 10:39 
GeneralRe: tabs in form Pin
asha_s16-Apr-08 1:27
asha_s16-Apr-08 1:27 
GeneralMultiplying Numbers in Listbox Pin
msapril15-Apr-08 9:05
msapril15-Apr-08 9:05 
GeneralRe: Multiplying Numbers in Listbox Pin
Chinners15-Apr-08 23:59
Chinners15-Apr-08 23:59 
QuestionVB 2005 MaskedTextBox bound to MS-Access table Pin
David Mujica15-Apr-08 8:48
David Mujica15-Apr-08 8:48 
GeneralRe: VB 2005 MaskedTextBox bound to MS-Access table Pin
Dave Kreskowiak15-Apr-08 16:09
mveDave Kreskowiak15-Apr-08 16:09 
GeneralRe: working now, thanks Pin
David Mujica17-Apr-08 10:52
David Mujica17-Apr-08 10:52 
QuestionFollowup - How to intercept data between MaskedTextBox and datagrid Pin
David Mujica17-Apr-08 10:57
David Mujica17-Apr-08 10:57 
QuestionVB.NET CF Auto Installation Question Pin
Dominick Marciano15-Apr-08 7:34
professionalDominick Marciano15-Apr-08 7:34 
GeneralRe: VB.NET CF Auto Installation Question Pin
_Damian S_15-Apr-08 20:03
professional_Damian S_15-Apr-08 20:03 
GeneralRe: VB.NET CF Auto Installation Question Pin
Dominick Marciano21-Apr-08 8:36
professionalDominick Marciano21-Apr-08 8:36 
QuestionHow use threads? Pin
Orlando_Herrera15-Apr-08 7:22
Orlando_Herrera15-Apr-08 7:22 

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.