Error Message: Could not load type 'Global.Apps.Forms.NewVehicleRegistration.NewVehicleReg'.

Posted by user279521 on Stack Overflow See other posts from Stack Overflow or by user279521
Published on 2010-04-12T12:10:17Z Indexed on 2010/04/12 12:13 UTC
Read the original article Hit count: 340

Filed under:
|

I am getting an error message, and I not quite sure where the issue would be; Any ideas?

    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 'Global.Apps.Forms.NewVehicle.NewVehicleReg'.

Source Error: 


Line 1:  <%@ Page Language="C#" EnableViewState="false" AutoEventWireup="true" CodeBehind="NewVehicleReg.aspx.cs" Inherits="Global.Apps.Forms.NewVehicle.NewVehicleReg" %>
Line 2:  
Line 3:  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Source File: /globalprocurement/apps/Forms/NewVehicle/NewVehicleReg.aspx    Line: 1 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082 

© Stack Overflow or respective owner

Related posts about asp.net-3.5

Related posts about c#