'Could not load file or assembly' after installing NuGet package
Hi, I'm running into an issue with a package that I created. I used the umbraco package template in the dotnet CLI to create the project and I also use the dotnet CLI to pack the project into a package.
My solution is separated into 2 projects, so I wanted to make a single package with both the dlls included. I used this stackoverflow post to do so.
Now I installed the nuget package in a website and I get this error:
Notably, this is the second dll that's included in the package, so it seems that it has found the primary dll, being UrlTracker.Web. I checked my /bin folder and I could see UrlTracker.Core right next to UrlTracker.Web, so I don't understand why it can't find the dll.
I don't know where to go from here. Do I have to release the dlls separately? I would prefer not to if possible. Does anyone have any ideas how this might be caused?
'Could not load file or assembly' after installing NuGet package
Hi, I'm running into an issue with a package that I created. I used the umbraco package template in the dotnet CLI to create the project and I also use the dotnet CLI to pack the project into a package.
My solution is separated into 2 projects, so I wanted to make a single package with both the dlls included. I used this stackoverflow post to do so.
Now I installed the nuget package in a website and I get this error:
Notably, this is the second dll that's included in the package, so it seems that it has found the primary dll, being UrlTracker.Web. I checked my /bin folder and I could see UrlTracker.Core right next to UrlTracker.Web, so I don't understand why it can't find the dll.
I don't know where to go from here. Do I have to release the dlls separately? I would prefer not to if possible. Does anyone have any ideas how this might be caused?
is working on a reply...