No announcements
Found 3621650 threads
-
0 Votes
WCF service FaultException is not written to database using Enterprise library blocks
At the moment the exception is writtent to database , BUT the FaultException stack is NOT written.Answered | 6 Replies | 2345 Views | Created by Raju Golla - Wednesday, June 27, 2012 1:19 AM | Last reply by Raju Golla - Wednesday, June 27, 2012 3:23 PM -
0 Votes
How to handle FaultException from a WCF service call in a WinRT component
I could use AggregateException around the call to the service method and then propagate a platform exception from the WinRT component to the application.Answered | 3 Replies | 2719 Views | Created by orouit - Wednesday, January 30, 2013 7:56 AM | Last reply by orouit - Saturday, February 9, 2013 8:22 AM -
0 Votes
WCF and Enterprise Library Exception Block
Forums Home > Visual Studio > Visual Studio WPF Designer located here: http://social.msdn.microsoft.com/Forums/en-US/vswpfdesigner/threads/ Have a great day!Answered | 1 Replies | 10361 Views | Created by Ravi Santha - Friday, August 8, 2008 6:08 PM | Last reply by Vijay Mullick - Tuesday, October 7, 2008 9:47 AM -
3 Votes
Connecting to SQL Database using Enterprise Library's Data Access block
I am using Visual Studio 2005 with sp1 installed I just downloaded and installed the Enterprise Library.Answered | 10 Replies | 30368 Views | Created by maguidhir - Friday, September 15, 2006 5:12 PM | Last reply by Farida Salman - Thursday, August 27, 2009 5:05 PM -
0 Votes
FaultException in ForkJoins
The sad part is the same WCF service(/s) if used without ForkJoin work fine, but with it throws a communication exception (though I know it's outside the scope of ...Answered | 3 Replies | 2265 Views | Created by Dharmesh1 - Tuesday, March 19, 2013 11:53 PM | Last reply by Dave Sexton - Thursday, March 21, 2013 3:08 PM -
6 Votes
WCF FaultException Datatype
They uses WCF basic http adapter for the request.Answered | 11 Replies | 749 Views | Created by JanM2 - Wednesday, August 3, 2016 10:10 AM | Last reply by Mandar Dharmadhikari - Friday, August 5, 2016 12:08 PM -
0 Votes
WCF service exception NOT traced OR written to database - Enterprise library blocks
Exception thrown from the service is written to log (Database as well as xml trace log etc).Answered | 5 Replies | 5273 Views | Created by Raju Golla - Friday, June 22, 2012 4:52 PM | Last reply by Raju Golla - Monday, July 2, 2012 3:03 PM -
1 Votes
connect to a database using WCF
You can use plain old ADO.Net to connect to databases and retrive data for consumption by the clients.Answered | 3 Replies | 20394 Views | Created by hkond001 - Tuesday, March 16, 2010 4:27 AM | Last reply by Daisy Stpierre - Monday, August 23, 2010 11:23 PM -
2 Votes
Using FaultException to transmit an exception from a server to a client
If you use FaultException<DivideByZeroException> in your service, will it be catch by client?Answered | 6 Replies | 557 Views | Created by Andrew Ch. _ - Monday, April 10, 2017 1:24 PM | Last reply by Andrew Ch. _ - Friday, April 21, 2017 11:40 AM -
0 Votes
Throwing exception from WCF service, client not receiving same error message
As for more graceful, I think any solution using the FaultException will be better because you can actually control what you get back on the client side.Answered | 9 Replies | 24953 Views | Created by spark29er - Monday, October 22, 2012 9:44 PM | Last reply by eisenpony - Tuesday, October 23, 2012 8:46 PM -
0 Votes
Blocking in WCF client
I have a webservice using Tomcat and axis 1.4 and I am trying to determine where my WCF calls are blocking.Answered | 1 Replies | 1986 Views | Created by Philip Simons1 - Thursday, January 19, 2012 4:03 PM | Last reply by Peter Borremans - Thursday, January 19, 2012 6:06 PM -
0 Votes
WCF & Logging Application Block
I've written a sample a while back which use IErrorHandler to implement exception logging feature, please refer to the following link for source: ...Answered | 14 Replies | 8485 Views | Created by skumart - Tuesday, April 14, 2009 11:17 PM | Last reply by skumart - Friday, April 24, 2009 6:41 PM -
3 Votes
WCF Service Library working "independently"
Here are some built-in bindings supported by WCF: #System-Provided ...Answered | 5 Replies | 3885 Views | Created by steveloft - Wednesday, December 16, 2009 12:33 PM | Last reply by steveloft - Tuesday, December 22, 2009 10:44 AM -
0 Votes
FaultException with Service Bus
You can find more on retry policy athttps://msdn.microsoft.com/en-us/library/microsoft.servicebus.retrypolicy.aspx High number of CommunicationExceptions ...Answered | 6 Replies | 1778 Views | Created by MaelSC - Thursday, June 14, 2018 1:50 PM | Last reply by CHEEKATLAPRADEEP-MSFT - Friday, June 22, 2018 3:22 AM -
0 Votes
Catch FaultException<MyFault>
But i had think that the proble was in Try/Catch Activity Now I use solution (1) because the services that i call aren't completed.Answered | 2 Replies | 5076 Views | Created by Felice Pescatore - Tuesday, July 6, 2010 10:21 AM | Last reply by Felice Pescatore - Thursday, July 15, 2010 8:02 AM -
0 Votes
To use a wcf service in wcf application Should we create the wcf service as web or as wcf service application or as wcf service library
A WCF Service library is just compiled into a dll but you need to host the code for the WCF somewhere.Answered | 2 Replies | 607 Views | Created by vivek_kumar9 - Wednesday, June 11, 2014 12:34 PM | Last reply by Magnus (MM8) - Wednesday, June 11, 2014 12:54 PM -
0 Votes
Exception handling in Rx while using WCF
Even without using RX we get only FaultException and not FaultException<T>.Answered | 8 Replies | 8925 Views | Created by Sab Venkat - Wednesday, July 21, 2010 7:04 AM | Last reply by RealMSLover - Tuesday, May 10, 2011 4:08 AM -
0 Votes
Enterprise Library Application Instrmentation block
Hi, Microsoft released its WASABi (the Windows Azure Application Block) Library for Autoscaling your application and also for monitoring the performance of your ...Answered | 1 Replies | 2010 Views | Created by ronit_rc - Thursday, May 17, 2012 10:01 AM | Last reply by Viresh K Singh - Friday, May 18, 2012 6:19 AM -
0 Votes
polling a database using WCF???
This notification triggers the WCF request to database.Answered | 4 Replies | 4318 Views | Created by TRamaglia - Tuesday, December 20, 2011 10:17 PM | Last reply by Leonid Ganeline - Thursday, December 22, 2011 7:03 AM -
0 Votes
ToString Extension method for FaultException/FaultException<>
In order to invoke Detail property you have to cast to FaultException<T> and there is no way for C# compiler to do it without specifying T.Answered | 2 Replies | 3416 Views | Created by MCMoser - Tuesday, December 29, 2009 3:28 PM | Last reply by Vitaliy Liptchinsky - Tuesday, December 29, 2009 3:53 PM - Items 1 to 20 of 3621650 Next ›
No announcements