Select PDF is not working, throwing an error The type or namespace name 'are...
I am working on converting HTML string to PDF and after that Memory stream. I have used Iron PDF package but it is not free, not works for me. I have checked with free SelectPDF package but it is...
View ArticleCopying files from an inherited nuget
I've developed a custom NuGet which uses DotNetProjects.DotNetSiemensPLCToolBoxLibrary. DotNet library icludes external dlls that are copied into the output directory following these...
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 ArticleCreate a NuGet with depedent projects
I have a .net solution consisting of 3 projectsmyproject.Interfacesmyproject.Modelsmyproject.CoreWhen I create a NuGet on myproject.Core:dotnet pack c:\Dev\myproject.Core.csproj -c Releaseand try to...
View ArticleCan i use a nuget package/ dll using another name?
EDIT :so i downloaded the package from nuget.org and zipped and then unzipped.Went to lib and changed the dll name from 'Microsoft.ApplicationInsights' to 'Apptest'.Referencing this dll using the hint...
View ArticleUnable to restore nuget packages on VS17 and VS15
It is my first time ever working with Microsoft Visual Studio or .NET Frameworks.When I try building this solution (https://github.com/QuantConnect/Lean) for the first time - I tried both versions of...
View ArticleConsuming nuget packages in azure synapse c# notebooks from nuget feed in...
We have created a dll in VS and published it to nuget feed in Azure Devops. We are able to consume it in VS since it is in the same machine with the config file. However we were unable to find a way to...
View ArticleHow to install Microsoft.Exchange.WebServices.2.2.nupkg using GACUTIL in...
I am trying to install this nuget package using the gacutil -i command. So i tried below steps :From command propmt run as administrator I go to the gacutil directory which is c:\Program...
View ArticlePack a tool with NuGet targeting multiple frameworks
I have an .Net SDK project targeting .Net core 2.1 and .Net 4.6.1, I wanted to package it as a tool so I added the IsTool element to my project file, this ensures that the files will be added under the...
View ArticleRunning NuGetRestore Hexadecimal value 0x007
.net core app trying to run nuget restore and keep getting this:error : '', hexadecimal value 0x07, is an invalid character.Also, notice all NuGets with errorsTried removing a few of the NuGets and...
View ArticleHow do fix the nuget package manager not working?
I have visual studio professional 2019, and I'm currently working on debugging a project that has issues with its NuGet packages. The issue I'm facing is that the NuGet package manager button is...
View Articlemsbuild with p:RunOctoPack missing files
DLLs are missing when I package using MSBuild.msbuild ./MyProject.vbproj /p:RunOctoPack=true /p:OctoPackEnforceAddingFiles=trueThere are no missing files if I use octo pack directlyocto pack...
View ArticleHow to add a local library to a C# web application to debug?
I have a project which is published as a nuget package(No way to run standalone).I'm installing the above said nuget package in other project and consuming it.Now I need to debug the installed nuget...
View ArticleHow to pass Version/PackageVersion parameter to DotNet Core CLi
I'm using Github Package Registry for my own nuget packages. Here is my dotnet nuget push command.dotnet nuget push "bin/Release/${ProjectName}.${PackageVersion}.nupkg" --source <MY_NUGET_SOURCE>...
View ArticleNuget cli with Nexus 3 OSS always getting 404
I am trying to download Nuget packages through Nexus 3 OSS Nuget proxy repository that I just created.Nexus: OSS 3.30.1-01NuGet Version: 5.8.1.7021I created Nuget proxy...
View ArticleNuget package is not listed on ADO Artifacts, but I can't upload because it...
I have a newly created Feed in Azure DevOps where I'm hosting my Nuget packages. I uploaded a bunch, but when I tried to download My.Package.1.0.4 it isn't listed in the feed; neither in VS nor on the...
View ArticleNupkg file not being generated in output DIR
Im trying to create a nuget package for my .net Winforms Control Library. I have a central repository for all nuget packages so tht i can use it as a local nuget repository. My understanding was that...
View ArticleInstall-Package : Unable to find package 'CommonServiceLocator.MefAdapter
I like to include CommonServiceLocator.MefAdapter in my Visual Studio Community 2015 project.When I try to install the package: https://www.nuget.org/packages/CommonServiceLocator.MefAdapter/1.0.0I get...
View ArticleHow to search repos for wrapper library and nuget packages?
I have a collection of projects in GitLab. Some are services, some are libraries. Some of these libraries are wrapper libraries. There's a CommonLibrary, MongoLibrary, KafkaLibrary, which are all repos...
View ArticleVs code, NuGet package installation of selenium.webdriver failure, cannot...
I am working on visual studio code. I am attempting to install the selenium.webdriver using the Nuget Package Manager extension. Upon attempting to add the package selenium.webdriver I am giving...
View Article