Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 'vin123._default'.

Source Error:


Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="default.aspx.cs" Inherits="vin123._default" %>
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: /Default.aspx Line: 1

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Posted
Updated 6-Sep-12 2:07am
v2
Comments
[no name] 6-Sep-12 7:39am    
And your question is what? Why is an FTP server parsing a web site? Where is vin123._default?
Member 9410081 6-Sep-12 8:06am    
why this type of error has occured when i load my website on server
ZurdoDev 6-Sep-12 8:17am    
Because you are likely missing a dll or the site is not configured properly.
Member 9410081 7-Sep-12 2:53am    
Can you give a bit more explaination because i am not able to find proper solution for this

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900