Click here to Skip to main content
16,006,845 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to send text in status bar and blank Data Grid cell Pin
Thomas Stockwell6-Jan-07 8:34
professionalThomas Stockwell6-Jan-07 8:34 
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 
SoapWrapperHandler – Right Exception is passing as a parameter but return “Application Fault”

ExecuteHandlerChain – ExceptionPolicyEntry – “Application fault”

Handle – chainExecution – Input is passing as a “Message not found”, which is MQException and return “Application fault”

RethrowRecommended – IntentionalRethrow – ChainException – Message in Base 64.

Try // Here Input Exception is applicationfault
My code
Catch (ex as SoapException) .
throw EDF.Exceptions.ExceptionHelper.GetServiceException(ex);
End Try

// GetServiceException throw a different Exception ‘Exception has been thrown by the target of an invocation’

Exception raised by GetServiceException is of type TargetInvocationException, which is raised at the time of deserializing it.

Exception is raised at the time of deseriazing it, appException = TryCast(sf.Deserialize(strm), Exception)

Exception – TargetInvocationException
Message – Exception has been thrown by the target of an invocation.
InnerException – Object must implement Iconvertible
Source - mscorlib

While Original SoapException is “App. Fault” and its Innerexception is null.


AnswerRe: Wrong Exception which called Microsft Exception Block Pin
Colin Angus Mackay4-Jan-07 22:28
Colin Angus Mackay4-Jan-07 22:28 
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 

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.