W
WT
Hello,
I have my code pages in App_Code\Subdir\ *aspx..cs folder,
the coresponding aspx are in \Subdir\*.aspx .
Compiler can't find the aspx when compiling the aspx.cs
and generates error for the controls from the aspx page.
This code is working perfectly in vs2003.
should I include a path in the CodeFile directive?
And how to do this ?
Same question for CodeFileBaseClass ?
Thanks for help.
CS
I have my code pages in App_Code\Subdir\ *aspx..cs folder,
the coresponding aspx are in \Subdir\*.aspx .
Compiler can't find the aspx when compiling the aspx.cs
and generates error for the controls from the aspx page.
This code is working perfectly in vs2003.
should I include a path in the CodeFile directive?
And how to do this ?
Same question for CodeFileBaseClass ?
Thanks for help.
CS