S
SamIAm
Hi There
I am a directory structure similar to the following:
/images/
/Area1/Default.aspx
/Area2/Default.aspx
/Area3/Default.aspx
/Default.aspx
All the classes in the code behind files are named correctly i.e.
The class name in code behind for /Area1/Default.aspx is names
Area1Default, Area2Default etc
..Net does seem to like that fact that there are multiple Default.aspx files
in the project and I am getting all kinds of strange behaviour like code not
running and when I try set breakpoints while debugging the ide will try and
jump to other classes in other directories and set a random breakpoint??
All the aspx pages have the correct codebehind and inherits properties set
up.
Any ideas?
S
I am a directory structure similar to the following:
/images/
/Area1/Default.aspx
/Area2/Default.aspx
/Area3/Default.aspx
/Default.aspx
All the classes in the code behind files are named correctly i.e.
The class name in code behind for /Area1/Default.aspx is names
Area1Default, Area2Default etc
..Net does seem to like that fact that there are multiple Default.aspx files
in the project and I am getting all kinds of strange behaviour like code not
running and when I try set breakpoints while debugging the ide will try and
jump to other classes in other directories and set a random breakpoint??
All the aspx pages have the correct codebehind and inherits properties set
up.
Any ideas?
S