Browse by Tags

Related Posts

  • Access classes in subfolders of App_Code

    i have 2 subfolders in App_Code folder of my Website project, how do i reference the classes in folder A from folder B ? App_Code --A ----Class1.cs (namespace A) --B ----Class2.cs (namespace B) tried "using A;" in Class2.cs - doesn't work. help
    Posted to Getting Started (Forum) by dvdrom000 on 07-15-2008, 12:00 AM
    Filed under: .net 2.0 c#, App_Code, ASP.Net 2.0, .Net 2.0, .cs
  • App_Code error

    I created a class file Cfunctions.cs and copied to App_Code folder to share across the application. Unfortunately i get parser error when i use as below- <%@ Assembly Src="~/App_Code/CommonFunctions.cs" %> The error message is - Parser Error Message: The file '/gsod_new/App_Code/CommonFunctions...
    Posted to Getting Started (Forum) by nimish on 12-15-2006, 12:00 AM
    Filed under: App_Code, class, .cs
Page 1 of 1 (2 items)