I
ipramod
Hi,
I have a codebase which contains project for all the DLL's and another
project for all UI presentations.
When I try to open an aspx page on Visual Studio editor, I get
following error on the very first line of the aspx page:
ASPX Code:
++++++++++++++++++++++++++++++++++++++++++++++
<%@ Page Language="C#" AutoEventWireup="true"
Codebehind="Test.aspx.cs"
Inherits="TestApplication.Test" %>
ERROR:
++++++++++++++++++++++++++++++++++++++++++++++
"<path> asp.net error: could not find a part of the path <path>"
And when I try to browse the same page on internet explorer, I get
below error:
ERROR:
++++++++++++++++++++++++++++++++++++++++++++++
Could not load type TestApplication.Test
Please give me the solution.
Thanks in advance.
PI
I have a codebase which contains project for all the DLL's and another
project for all UI presentations.
When I try to open an aspx page on Visual Studio editor, I get
following error on the very first line of the aspx page:
ASPX Code:
++++++++++++++++++++++++++++++++++++++++++++++
<%@ Page Language="C#" AutoEventWireup="true"
Codebehind="Test.aspx.cs"
Inherits="TestApplication.Test" %>
ERROR:
++++++++++++++++++++++++++++++++++++++++++++++
"<path> asp.net error: could not find a part of the path <path>"
And when I try to browse the same page on internet explorer, I get
below error:
ERROR:
++++++++++++++++++++++++++++++++++++++++++++++
Could not load type TestApplication.Test
Please give me the solution.
Thanks in advance.
PI