On my site is asking for a dll that does not exist in my project

Asked

Viewed 84 times

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. inserir a descrição da imagem aqui

  • 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.

  • 2

    you are using Application Insights ?

  • 1

    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.

  • 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..

  • @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 up Microsoft.AI.Web

  • 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, 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.

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.