asp.net - Cannot acess a class from virtual directory -


using c# in asp.net application, have class class1 in app_code folder. can create c1 object , use in default.aspx.cs page, , works fine. however, when create virtual directory , run there, gives me following error:

cs0246: type or namespace name 'class1' not found (are missing using directive


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -