3
I’m having this mistake. The question is not how to solve, but understand why ERROR, if in my project this DLL does not exist. In localhost the site rises normally without this Dll. I just wish I could understand that.
3
I’m having this mistake. The question is not how to solve, but understand why ERROR, if in my project this DLL does not exist. In localhost the site rises normally without this Dll. I just wish I could understand that.
Browser other questions tagged c# rest asp.net-web-api
You are not signed in. Login or sign up in order to post.
I have seen my web.config and does not have this Assembly. I have seen App.config of Class Library projects and also does not have it. If I upload Dll, it gives me another error:
Could not load file or assembly 'Microsoft.ApplicationInsights, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
– pnet
you are using Application Insights ?
– Marco Souza
The operating system probably requires different resources for localhost and its website. Don’t forget that the security requirements and layers tcp/http are different in these cases.
– lsalamon
got it. My site without the service, it works, but when I call the service gives the error. I already went up the Dll and is giving another dependency now..
– pnet
@Marconciliosouza, I don’t remember installing. I just installed Newtonsoft and Httpclient via Nuget. He’s asking for this Assembly(
Application Insights
), even after I went upMicrosoft.AI.Web
– pnet
Take a look here https://stackoverflow.com/questions/38846851/could-not-load-file-or-assembly-microsoft-ai-web-or-one-of-its-dependencies-t
– PauloHDSousa
@Paulohdsousa, thank you. I had already seen this link and I did the whole procedure and keeps giving error. I seem to be version but I do not know see version of Dll. I am fighting with my provider.
– pnet