Installation problems

How can I run DbNetSuite as a part of my MVC application ?

I get an error when I try and run DbNetSuite as a part of my MVC application

Show Answer

Server Error in '/DbNetSuite4' Application.

I'm getting the following error message even though I have version 2 (or above) of the .Net Framework installed.


Server Error in '/DbNetSuite4' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized configuration section 'connectionStrings'

Show Answer

Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0,...

I'm getting the error message Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified

Show Answer