-
Notifications
You must be signed in to change notification settings - Fork 8
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
InvalidOperationException: Can not find assembly file Microsoft.DotNet.Cli.Utils.dll #17
Comments
This might be similar to aspnet/Entropy#129 |
Yup, definitely an issue with the CLI and the same issue as aspnet/Entropy#129. I was able to mitigate it using the same mitigation they did. Sorry for the false alarm :) |
Hi, thanks for sharing this. I also have some projects running on net461. So far I did not have this issue but I have no idea why. :( Greetings, |
Hello, I encounter the same problem on IIS but not in Visual Studio.
Can you help me @pakrym ? Thank's for your help, |
I just got this when I publish my site to IIS. I have no problem running it locally, no problem compiling and running from git with kestrel on the same web server as my iis. But through IIS it has just stopped working. I get the same error as above through the IIS and have no clue as to why it has started to occur or how to resolve. The thing is I publish at least twice daily and have done so since july. Now I am up to running 1.1.0-alpha1-* of dotnet core and I guess something has changed in the nightly builds that I havent been good enough to handle. What info do I send to be able to help and get helped?! |
This could very well be something I have configured wrong, but I'm attempting to upgrade from AspNetCore RC1 to 1.0 and I'm getting this error after deploying using the PublishWebPackage build task and trying to hit the site (It's a runtime exception):
I am able to deploy manually through Visual Studio successfully, so I believe the site itself is working as expected, but it's just not getting deployed correctly through the VSTS task.
Some more context:
Any ideas?
The text was updated successfully, but these errors were encountered: