Link to home
Start Free TrialLog in
Avatar of elliottbenzle
elliottbenzle

asked on

Compilation Error: The type or namespace name 'Newtonsoft' could not be found

When running this page: http://www.glowfishtw.com/DAAPI/default.aspx

I am getting the error:
 Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?)
Source Error:

Line 11: //You need these for JSON parsing.
Line 12: //The DLL needs to be in your bin directory
Line 13: using Newtonsoft.Json;
Line 14: using Newtonsoft.Json.Linq;
Line 15:
Source File: d:\hshome\elliottb\glowfishtw.com\DAAPI\Default.aspx.cs    Line: 13

Is this something that I need to have installed on my server before I can run the page?
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Please check the following KB article for details:
http://support.microsoft.com/kb/304656
Avatar of elliottbenzle
elliottbenzle

ASKER

Thanks
You're very welcome! Thanks a lot for the points!