-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Publish to IIS Fails #803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I had to use the "Restore Packages" on the References section in Visual Studio... |
jkotalik
pushed a commit
that referenced
this issue
Nov 1, 2018
ryanbrandenburg
pushed a commit
that referenced
this issue
Nov 19, 2018
…master [automated] Merge branch 'release/2.2' => 'master'
ryanbrandenburg
pushed a commit
that referenced
this issue
Nov 26, 2018
…master [automated] Merge branch 'release/2.2' => 'master'
SteveSandersonMS
added a commit
that referenced
this issue
Nov 27, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried to publish to IIS but it never works...
It essentially fails to find the dependencies and tells me to use "dnu restore". I've tried to use "dnu restore" but it also fails.
IIS returns the following error message;
Failed to resolve the following dependencies for target framework 'DNX,Version=v4.5.1':
System.Collections 4.0.10-beta-23019
Searched Locations:
D:\wwwroot\LIS\approot\src{name}\project.json
D:\wwwroot\LIS\approot\test{name}\project.json
D:\wwwroot\LIS\approot../../../../Libraries/LIS.Membership/v1.0.0.0/LIS.Membership/src{name}\project.json
D:\wwwroot\LIS\approot../../../../Libraries/LIS.Core/v1.0.0.0/LIS.Core/src{name}\project.json
D:\wwwroot\LIS\approot../../../../Libraries/LIS.Gateway/v1.0.0.0/LIS.Gateway/src{name}\project.json
D:\wwwroot\LIS\approot\packages{name}{version}{name}.nuspec
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5.1{name}.dll
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5.1\Facades{name}.dll
C:\Windows\Microsoft.NET\assembly\GAC_32{name}{version}{name}.dll
C:\Windows\Microsoft.NET\assembly\GAC_64{name}{version}{name}.dll
C:\Windows\Microsoft.NET\assembly\GAC_MSIL{name}{version}{name}.dll
The text was updated successfully, but these errors were encountered: