I'm trying to browse a page in a project and I get an error massage saying -
Server Error in '/ProjectName' 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: File or assembly name 'ProjectName'', or one of its dependencies, eas not found.
then ts shows line 198 in teh ,achine.config file marked in red :
Line 198: <add assembly='*'/>
what solves this problem is, what i call it, a touch to the source file, I go over all the souce files of the project and do 'type filename > nul'
in the command line.
Is there any other way to solve this problem?
I kind of need it ASAP...thanks!!