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 'Strategik.inTS4F2'.
Source Error:
| Line 1: <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="inTS4F2.aspx.cs" Inherits="Strategik.inTS4F2" %> Line 2: Line 3: |
i got this error. what should i do..
Ajitender VijayPosted Jan 19, 2012, 2:37 AM
This error occurred when Inherits class or namespace location is not correct.
Content page
Content page C#
Thanks
Dhaval PatelPosted Jan 17, 2012, 4:22 AM
Please check MasterPageFile path because this error is do not got master page file than this type of error generate...
MasterPageFile="~/Site.Master"
Chack this
Thanks & Regards
dhaval Patel