asp.net mvc3 to mvc4 conversion exception in only some pages

exel

New Member
I am changing an MVC3 app to MVC4(all the proper changes have been done in web.config). The application is loading fine as are some pages but some pages which were working previously in MVC3 are throwing the same kind of error as below:\[code\]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: CS1513: } expectedSource Error:Line 1353: }Line 1354: }Line 1355:}\[/code\]There are no partial views on this page and I don't understand as it was perfectly working before the conversion to mvc4.
 
Back
Top