asp.net error: could not find a part of the path

  • Thread starter Thread starter ipramod
  • Start date Start date
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
 
Hello (e-mail address removed),

Where is your "Test.aspx.cs" locates? next to your aspx file?

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Back
Top