Pages

Thursday, August 29, 2013

CS0002: Unable to load message string from resources



Symptom: - 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: CS0002: Unable to load message string from resources.
Source Error:   [No relevant source lines]
Source File:    Line: 0
Show Detailed Compiler Output:

c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\csc.exe" /t:library /utf8output /R:"C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\18f0b9ce\205e538f\assembly\dl3\888f84d6\2e57f359_b4b6ca01
fatal error CS0002: Unable to load message string from resources.
fatal error CS0002: Unable to load message string from resources.
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

Cause: –

This is a common problem which happens when you install ASP.NET 4.0, and it happens when ASP.NET 4 is not installed properly.

Temporary Workaround: -

Copy “C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\” directory from any other server and paste to the problem server will resolve the problem.  

Resolution: -

Uninstall and Reinstall ASP.NET 4.0 resolve this problem.

Reference: -

No comments:

Post a Comment