© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago
acarrazzoni-qontigo

ServiceFabric DataContract exception serialization and ServiceProxy.Create

I am following these instructions to switch all of my Service Fabric services to use the DataContract serializer:
https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-exception-serialization

My question is: what should I do with calls to
ServiceProxy.Create
ServiceProxy.Create
? do they need to be replaced with something else?
What about the
FabricTransportActorRemotingProviderAttribute
FabricTransportActorRemotingProviderAttribute
on my Service Fabric services? It seems like when Service Fabric creates listeners and proxies automatically using this attribute they have the
ExceptionSerializationTechnique
ExceptionSerializationTechnique
property set to BinaryFormatter
Enable data contract serialization for remoting exceptions in Servi...
Enable data contract serialization for remoting exceptions in Azure Service Fabric.
Enable data contract serialization for remoting exceptions in Servi...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

NewtonSoft Serialization Exception
C#CC# / help
2y ago
Newtonsoft.Json Serialization Exception
C#CC# / help
3y ago
Serialization and retrocompatibility
C#CC# / help
10mo ago
Serialization and Deserialization Issues
C#CC# / help
3y ago