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 8910405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:40:56+00:00 2026-06-15T03:40:56+00:00

I have installed the .NET Framework 4.5 but I can only use .NET Framework

  • 0

I have installed the .NET Framework 4.5 but I can only use .NET Framework 4.0 in my project, which doesn’t support BigInteger. Do I need Visual Studio 2012 for 4.5 or is Visual Studio 2010 fine for 4.5?

  • 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-06-15T03:40:57+00:00Added an answer on June 15, 2026 at 3:40 am

    As others have noted, BigInteger was introduced in .NET 4.0, not .NET 4.5. Through our exchange in the comments, it appears that you had not referenced System.Numerics.dll in your project.

    VS project references tell the C# compiler which assemblies define the types that will be used in the C# code being compiled. The default Visual Studio project templates do not include references to the entire .NET framework. Several more specialized assemblies, such as System.Numerics, are omitted; if you want to use them, you have to add the reference yourself.

    People frequently confuse the using directive (using System.Numerics;) with the reference itself. The using directive only helps the compiler with resolving type names; it concerns a namespace. For the compiler to find the types themselves, you need a reference, which identifies an assembly.

    That information should help clarify the error message “The type or namespace name ‘Numerics’ does not exist in the namespace ‘System’ (are you missing an assembly reference?)”. This means that the compiler has examined all the referenced assemblies, and it has found no type or namespace called System.Numerics.

    To add an assembly reference in VS 2010:

    1. Open the solution explorer
    2. Expand the node for the project in question
    3. Right-click the References node
    4. Choose “Add Reference…”. A dialogue box opens.
    5. Open the “.NET” tab
    6. Locate “System.Numerics” in the Component Name list
    7. Click the “OK” button.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In case I have .NET framework installed in my computer + all the necessary
I have installed Mono 2.10.8 (that should have .NET 4 support) and MonoDevelop 2.8.6.4
I have Visual Studio 2008 (sp1, .NET 3.5). I have installed Silverlight 3 SDK
I have firebug installed and I can see on one of my 'Net' requests
I have Visual Studio 2010 beta 2 installed and Expression Blend Preview for .NET
I'm trying to run Microsoft's .NET Framework Configuration Tool (Mscorcfg.msc). I have Visual Studio
My ISP doesn't have ASP.NET MVC installed on their servers yet, although they do
My question in short is: Can .NET framework 4.5 be installed on Windows XP
I have Visual Studio 2010 on Windows 7. My project is using the .net
I have installed VB.NET express 2010 version and I am trying to create a

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.