Click here to Skip to main content
16,011,805 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionInsert into MySql using vb.net Pin
jds12075-Jan-07 5:42
jds12075-Jan-07 5:42 
AnswerRe: Insert into MySql using vb.net Pin
Colin Angus Mackay5-Jan-07 5:46
Colin Angus Mackay5-Jan-07 5:46 
QuestionHelp to find an error!! Pin
tranceunte5-Jan-07 4:54
tranceunte5-Jan-07 4:54 
Questionview installed softwares Pin
MjRazzaghi4-Jan-07 23:57
MjRazzaghi4-Jan-07 23:57 
AnswerRe: view installed softwares Pin
MatrixCoder5-Jan-07 3:42
MatrixCoder5-Jan-07 3:42 
Questiondatabase table problem implementation in vb.net Pin
amaneet4-Jan-07 23:14
amaneet4-Jan-07 23:14 
QuestionWrong Exception which called Microsft Exception Block Pin
vivek_cs4-Jan-07 21:32
vivek_cs4-Jan-07 21:32 
AnswerRe: Wrong Exception which called Microsft Exception Block Pin
Colin Angus Mackay4-Jan-07 22:28
Colin Angus Mackay4-Jan-07 22:28 
This is just a series of somewhat disjointed statements. Is there something you wanted to ask?

I'm going to guess that the question might be: Why do I get the TargetInvocationException when I expect a SoapException?

The reason is that the fault is not in the SOAP part of the request. You mention that it is raised during deserialisation which indicates that the framework is having difficulty reconstructing your object. Specifically the deserialisation process is using reflection and the target (object) that reflection is using does not support what ever it is trying to invoke.

You may find it easier to create some unit tests around the serialisation/deserialisation process to determine where the problem lies rather than attempt to debug it with the overhead of SOAP interaction.


Upcoming Scottish Developers events:
* Glasgow: Tell us what you want to see in 2007


My: Website | Blog | Photos

QuestionObtaining Random Numbers Pin
WestSideRailways4-Jan-07 20:52
WestSideRailways4-Jan-07 20:52 
AnswerRe: Obtaining Random Numbers Pin
Christian Graus4-Jan-07 21:25
protectorChristian Graus4-Jan-07 21:25 
GeneralRe: Obtaining Random Numbers Pin
CPallini4-Jan-07 21:47
mveCPallini4-Jan-07 21:47 
AnswerRe: Obtaining Random Numbers Pin
CPallini4-Jan-07 21:34
mveCPallini4-Jan-07 21:34 
GeneralRe: Obtaining Random Numbers [modified] Pin
WestSideRailways4-Jan-07 23:14
WestSideRailways4-Jan-07 23:14 
GeneralRe: Obtaining Random Numbers Pin
Christian Graus4-Jan-07 23:36
protectorChristian Graus4-Jan-07 23:36 
GeneralRe: Obtaining Random Numbers Pin
WestSideRailways4-Jan-07 23:53
WestSideRailways4-Jan-07 23:53 
GeneralRe: Obtaining Random Numbers Pin
Dave Kreskowiak5-Jan-07 2:53
mveDave Kreskowiak5-Jan-07 2:53 
GeneralRe: Obtaining Random Numbers Pin
WestSideRailways5-Jan-07 9:56
WestSideRailways5-Jan-07 9:56 
GeneralRe: Obtaining Random Numbers Pin
Christian Graus5-Jan-07 10:04
protectorChristian Graus5-Jan-07 10:04 
GeneralRe: Obtaining Random Numbers Pin
WestSideRailways5-Jan-07 16:01
WestSideRailways5-Jan-07 16:01 
GeneralRe: Obtaining Random Numbers Pin
Christian Graus5-Jan-07 19:13
protectorChristian Graus5-Jan-07 19:13 
GeneralRe: Obtaining Random Numbers Pin
Dave Kreskowiak5-Jan-07 10:06
mveDave Kreskowiak5-Jan-07 10:06 
QuestionGet name of SQLserver 2000 with VB.net 2003 Pin
minhnguyen084-Jan-07 20:47
minhnguyen084-Jan-07 20:47 
AnswerRe: Get name of SQLserver 2000 with VB.net 2003 Pin
Hasan Jaffal4-Jan-07 22:05
Hasan Jaffal4-Jan-07 22:05 
GeneralRe: Get name of SQLserver 2000 with VB.net 2003 Pin
Vasudevan Deepak Kumar5-Jan-07 22:26
Vasudevan Deepak Kumar5-Jan-07 22:26 
AnswerRe: Get name of SQLserver 2000 with VB.net 2003 Pin
Vasudevan Deepak Kumar5-Jan-07 22:25
Vasudevan Deepak Kumar5-Jan-07 22:25 

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.