Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7410103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:10:54+00:00 2026-05-29T06:10:54+00:00

On my website. I have added a class file in App_Code containing 5 public

  • 0

On my website. I have added a class file in App_Code containing 5 public classes into one NameSpace.

I want to get all class names containing in a particular namespace.

In default.aspx.cs file i have added.

var q = from t in Assembly.GetExecutingAssembly().GetTypes()
                            where t.IsClass && t.Namespace == "Sample"
q.ToList().ForEach(t => Console.WriteLine(t.Name));

But I didn’t find Sample namespace in Assembly.GetExecutingAssembly().GetTypes()
how do I access the 'Sample' namespce in above code?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T06:10:55+00:00Added an answer on May 29, 2026 at 6:10 am

    I think the problem here might be due to the fact that this code is being executed in a temporary assembly created from your codebehind files.

    To check this:

    • Try just dumping out what Namespaces and classes are available in your assembly – e.g.

    var q = from t in Assembly.GetExecutingAssembly().GetTypes()
    where t.IsClass
    select t;
    q.ToList().ForEach(t => Console.WriteLine(t.Namespace));

    • Try using a known assembly instead of the executing assembly – e.g. typeof(Sample.Class1).Assembly

    or… just read @Darin’s answer… I must learn to type faster!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have website, usually all looks fine but sometimes one div is on the
I have a Website Project in my Visual Studio 2008. I added a Class
I have one web application with two projects: Project Website Using CMS; namespace Web
I have a internal website hosted on IIS. I added the following meta code
I have a ASP.NET MVC page. I Configured a IIS Website and added the
I want my website to have a checkbox that users can click so that
I'm learning about how to manipulate the Membership class. I have added the Membership
I have a solution with a website and a class library. I have renamed
I have a Website Project in Visual Studio 2010 along with a Class Library
I have a class library project which contains a java script file libscript.js which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.