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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -