Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
VB
Error   1   Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
Posted

You have to deploy the NewtonSoft.Json libraries also on the web server, not only on your development machine.
 
Share this answer
 
Comments
[no name] 19-Feb-14 4:42am    
i already deploy NewtonSoft.Json libraries also on the web server.but error than and than comes
thatraja 19-Feb-14 6:18am    
Make sure your web.config file has things related to NewtonSoft.
Clear out the temporary framework files for your project in:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900