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
Post a Comment