↧
Could not load file or assembly 'Azure.Storage.Blobs' or one of its...
I need to implement Azure Storage in a legacy .NET Framework application (4.8.1), I have created a .NET Standard 2.0 Class Library using Azure.Storage.Blobs Nuget Package, as Azure.Storage.Blob is...
View ArticleInterop Assembly Embedd
I have a Library created as NuGet which in turn depends a COM component thru Interop, I am adding the Interop Assembly as part of my NuGet. When I use the NuGet in Client App. the tag...
View ArticleWhy does Nuget packages come with AssemblyBinding?
I am using the Azure.Storage.Queues nuget package and it came with assemblyBinding; which I didn’t realise was a thing.I was initially using this package to build a .netstandard2.0 class library, and...
View ArticleMigration to netstandard2.0 - CS0246: 'ExportAttribute' could not be found
When I try to migrate to the<TargetFramework>netstandard2.0</TargetFramework>I have errorerror CS0246: The type or namespace name 'ExportAttribute' could not be found (are you missing a...
View ArticleAdding reference to another project from visual studio code
If a library (eg, on github) doesn't distribute itself via a nuget package, I'd have to manually include it as a reference, correct? I see a lot of reference posts for how to add a reference to a...
View ArticleUnable to play the sample client to server streaming example in ASP.NET Core...
I am working on the .NET Framework 4.6.1. I want to stream data from the typescript client to my service. I have taken code from here.This is the service side code :public async Task...
View ArticleError in AspNetCore.Reporting: 'System.Windows.Forms' Assembly Not Found When...
I am encountering an issue while attempting to generate charts in an RDLC report within my .NET 5 project using the AspNetCore.Reporting package. The error message that I am facing is as follows:Could...
View ArticleThe method is showing the entire code and [decompiled] is displayed beside...
I have created a nuget package with some basic logic and uploded into nuget site. Later i created a test project and then used the newly created nuget package in the test project.When i click on 'Go to...
View ArticleDotNetBrowser - Exceptions when Upgrading from V1 to V2
I recently started migrating from a working V1 version of DotNetBrowser from TeamDev, and I ran into multiple issues that have stumped me.Previously all the Chromium binaries worked well together and...
View ArticleImpossible to step into nuget package
I have a dotnet7 console app with a nuget package created by my team.I tried to step into the class from my console app to the package class but I have this window that popenter image description...
View ArticleVisual studio 2022 not able to install packages from nuget manager
I am using Visual studio 2022. i am not able to download any package from nuget package manager.packages are list but when i click to download its saysSeverity Code Description Project File Line...
View ArticleWarning in Visual Studio when i build it locally
Ok I give up. I spent 30-40 mins on these warnings and wanted to ask the experts here as to what is the right thing to do.My csproj and package.config files has latest versions listed.I am scared to...
View ArticleHow to automate NanoFramework project modification: download, resource file...
I'm working on a project where I need to automate the process of modifying a NanoFramework project. I want to create a generic .NET Core solution that can perform the following tasks:Download a base...
View ArticleFailed to download the Package. End of Central Directory record could not be...
I just install visual studio 2022. And create a ASP.NET Core Web API proj but when i check the directory it was wrong and when I tried to install any package from NuGet Package manager this was not...
View ArticlejQuery not found when migrating to PackageReferences
I've migrated to PackageReference for my ASP.NET Core MVC web project.The first issue that occurred is that it says that my project is not eligible so I had to remove this line <ProjectTypeGuids>...
View ArticleFrom a dotnet solution how can I know what packages are installed from a...
I have a dotnet solution,where I had to associate multiple package sources. As an example:Now when I build the solution it installs the packages, but I want to know their package source origin after...
View ArticleNU1102 Unable to find package Communications.Interface with version (>= 6.0.0)
I have a .net class library called Communications.Interface, this is the .csproj of this project :<Project...
View Articlewhat is package source mapping? what can it do? [closed]
I was trying to update .net version and packages for an old project. when I wanted to update them I see a message that say "Package Source Mapping is off." with a configure button that let me add it.I...
View Articlewhat is package source mapping? [closed]
I was trying to update .net version and packages for an old project. when I wanted to update them I see a message that say "Package Source Mapping is off." with a configure button that let me add it.I...
View ArticleManage Nuget Package in VS 2015 grey out
I want to use Nuget to download a package VS 2015 for Node.js project, however, it is grey out as shown below:How to resolve it?
View Article