Zipped up my application for a university assignment and now suddenly it wont work???I Used visual studio to create a class diagram and added assosciations, could this have altered the code?
Below is the error i get when i try launch in browser..
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 'WebApplication4.MvcApplication'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="WebApplication4.MvcApplication" Language="C#" %>
Source File: /global.asax Line: 1
i get this error when i try build my project
Error 2 The type 'WebApplication4.Models.CoreSheetsDBContext' cannot be used as type parameter 'TContext' in the generic type or method 'System.Data.Entity.Migrations.DbMigrationsConfiguration'. There is no implicit reference conversion from 'WebApplication4.Models.CoreSheetsDBContext' to 'System.Data.Entity.DbContext'. G:\Software\Projects\WebApplication4\WebApplication4\Migrations\Configuration.cs 8 27 WebApplication4