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

  • SEARCH
  • Home
  • 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 7542139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:05:09+00:00 2026-05-30T08:05:09+00:00

I recently added a class I created with a tool to my Visual Studio

  • 0

I recently added a class I created with a tool to my Visual Studio 2010 project but I can’t call it in my codebehind file. I was told I need to check the namespace. How do I check and control a classes’s namespace?

  • 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-30T08:05:11+00:00Added an answer on May 30, 2026 at 8:05 am

    Look at the code files:

    Namespace Utilities
    
        Public Class Foo
    
        End Class
    
    End Namespace
    
    Namespace Utilities.Formatting
    
        Public Class DatesAndTimes
    
        End Class
    
    End Namespace
    

    Now, you have to make sure to add the following to any code page:

    Imports Utilities
    ' and/or
    Imports Utilities.Formatting
    

    However, you can double-click on MyProject in the solution explorer in Visual Studio, and on the References tab, automatically Import the namespaces you want on all code pages without explicity typing “Imports ” on every code page.

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

Sidebar

Related Questions

I recently converted a website project to a web application project in Visual Studio
I recently added JQuery's date-picker control to a project. In Internet Exploder, I get
I recently added these lines to my ~/.bashrc file to show the current branch
I recently added a :title column using Rails migration: class AddTitleToMicroposts < ActiveRecord::Migration def
I recently added new property in one class, its list property and I have
I have a class that derives from enable_shared_from_this ... (Recently been added to std
I am developing a RoR project using an Oracle database. Recently I added a
Recently in a project I saw another developer call custom nodes from a JTree
I recently added -pedantic and -pedantic-errors to my make GCC compile options to help
I recently added a feature to a large application written in Delphi (version 2009)

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.