loekd/ServiceFabric.ServiceBus

Create ServiceFabric App Topic Listener , throws Exception When Deployed to Local Cluster

Closed this issue · 4 comments

Create ServiceFabric App Topic Listener , throws Exception When Deployed to Local Cluster

Im developing a Service Fabric ServiceBus Topic Listener during a deploy/debug it throws an exception
"Exception thrown: 'System.DllNotFoundException' in Microsoft.WindowsAzure.Configuration.dll
An exception of type 'System.DllNotFoundException' occurred in Microsoft.WindowsAzure.Configuration.dll but was not handled in user code

Package dependencies:
ServiceFabric.ServiceBus.Service 6.0.2
Microsoft.WindowsAzure.ConfigurationManager 3.2.3
Microsoft.ServiceFabric 6.4.624

Any Ideas on how to fix this?

servicefabricservicebusexception

Fabric App Dependencies
ftsauditdeps

loekd commented

This issue seems related: Azure/azure-storage-net#596
Does that help?

loekd commented

Closed due to inactivity

Thanks the solution to this problem was to use the correct versions Dependent libraries.
All Good now.
Regards