0

Previously I had a MVC4 website without any problems hosted on windows 8.1 but now after migrate to windows 10 I see many problems like:

Server Error in '/' Application.
Parser Error

Description: An error occurred during the parsing of a resource
required to service this request. Please review the following specific
parse error details and modify your source file appropriately. 

Parser Error Message: Could not load type 'ClientSide.MvcApplication'.

Source Error: 


Line 1:  <%@ Application Codebehind="Global.asax.cs"
Inherits="ClientSide.MvcApplication" Language="C#" %>

Source File: /global.asax    Line: 1 

Version Information: Microsoft .NET Framework Version:4.0.30319;
ASP.NET Version:4.6.79.0
Imran Sh
  • 1,623
  • 4
  • 27
  • 50
  • did you build the project? – MoXplod Sep 24 '15 at 04:24
  • Yes I build several times and clean solution – Imran Sh Sep 24 '15 at 04:29
  • 1
    Check the `bin` folder just to ensure that you have `ClientSide.dll` if you do, try enabling Fusion logs (http://stackoverflow.com/questions/255669/how-to-enable-assembly-bind-failure-logging-fusion-in-net) to see what is happening during the assembly load. This is possibly a permissions issue... – Brent Mannering Sep 24 '15 at 04:42
  • Guys I'm really sorry for this, I do a terrible mistake. I don't see the Configurations Manager and my project build was skipped!!! So now I have compiled dll and the problem fixed – Imran Sh Sep 25 '15 at 07:04

0 Answers0