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

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
 
M

Michael Nemtsev [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top