Hello @Chandran, Ajith
This issue is caused by a recent NuGet update to SDK v8.0.403. To fix this issue, you need to add a reference to the System.Memory.Data
package in your project. You mentioned that you have already updated all your NuGet packages, including Microsoft.Azure.WebJobs.Extensions.ServiceBus
to v5.16.4, which has a transitive dependency on the System.Memory.Data package
.
However, it seems that the System.Memory.Data.dll
is still missing from your bin folder. To resolve this issue, you can try the following 5 steps:
- Open your project in Visual Studio.
- Right-click on your project in the Solution Explorer and select "Manage NuGet Packages".
- In the "Browse" tab, search for "System.Memory.Data" and install the latest version of the package.
- Build your project and check if the
System.Memory.Data.dll
is now present in the bin folder. If the above steps do not resolve the issue, you can try manually adding a reference to the System.Memory.Data.dll in your project. - To do this, follow these 4 steps:
- Right-click on your project in the Solution Explorer and select "Add Reference".
- In the "Reference Manager" dialog, select "Browse" and navigate to the location of the System.Memory.Data.dll file.
- Select the System.Memory.Data.dll file and click "Add".
- Build your project and check if the
System.Memory.Data.dll
is now present in the bin folder.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.