Showing Tag: "load" (Show all posts)

Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies. Manifest definition does not match the assembly reference

Posted by jineesh uvantavida on Friday, November 10, 2017, In : asp.net 

You can solve the issue by adding below lines in web.config file.

 <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>

Continue reading ...
 

When some websites are not loading....

Posted by jineesh uvantavida on Friday, April 13, 2012, In : Tips & Ideas. 
I found in some computers, some websites are not loading (eg: microsoft.com ) . But in the network they are all loading easily. This may be due to some virus activities in that computer.  I suggest you one simple trick, that may work sometimes on yours too...

1. Completely Delete the Browser History. ( including cookies and all.. )
2. Right Click on MyComputer, and click on Manage.
3. Select Services under Services and Applications.
4. Find DNS Client Service.
5. Right click on DNS client service ...
Continue reading ...
 
 

Translate This Page

 


Make a free website with Yola