question

NicholsJohn-3510 avatar image
0 Votes"
NicholsJohn-3510 asked NicholsJohn-3510 commented

WindowsAzure ServiceBus 4.1.11

We are using an application and because the app cannot be upgraded now we need to interface with WindowsAzure.ServiceBus. The application that will use WindowsAzure.ServiceBus is .Net Framework 4.5.2. When I go to Nuget - Solution and attempt to add WindowsAzure.ServiceBus I get a message that a 'System.AggregateException was thrown when trying to add source C:\Program Files (x86)\Microsoft SDKs\NuGetPackages. Please verify all your online package sources are available'.

My Nuget Package source is 'https://api.nuget.org/v3/index.json'.

What Nuget packages need to be installed before I install WindowsAzure.ServiceBus -Version 4.1.11?

Regards
John

azure-service-buswindows-azure-pack
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I found the solution to this issue. In Tools->Options->Nuget Sources I had several package sources selected. I unchecked all the boxes except for the specific directory I needed, https://api.nuget.org/v3/index.json. WindowsAzure.ServiceBus 4.1.11 installed. Thanks for lending an ear.

Regards
John

0 Votes 0 ·

1 Answer

MayankBargali-MSFT avatar image
0 Votes"
MayankBargali-MSFT answered NicholsJohn-3510 commented

Hi @NicholsJohn-3510

Please note this version requires .Net Framework 4.5.2 Full Profile and I don't see any other Dependencies as mentioned in the document.
The error is generic error and can you follow this and uncheck Machine-wide packages and see if it helps you.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for the response. My problem was that in Tools->Options->Nuget Sources I had more than one folder checked. When I unchecked all but the needed folder it worked.

Thanks again. We can close this.

Regards
John

0 Votes 0 ·