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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:19:07+00:00 2026-06-06T03:19:07+00:00

In Visual Studio 2015 or later, I can open the ‘C# interactive window’, and

  • 0

In Visual Studio 2015 or later, I can open the ‘C# interactive window’, and run code:

> 5 + 3
8

That’s cute. Now how can I interact my code—my classes? Assume I have a project open.

> new Cog()
(1,5): error CS0246: The type or namespace name 'Cog' could not be found (are you missing a using directive or an assembly reference?)
  • 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-06T03:19:08+00:00Added an answer on June 6, 2026 at 3:19 am

    For the latest cross-platform .NET Core/Standard/6/7/… assemblies:

    These assemblies are NOT supported by Visual Studio’s Initialize Interactive with Project feature per open Roslyn work item here.

    Also, Visual Studio versions before 2015 do not support this feature at all.

    References to .NET Core assemblies (such as .dll files) can be added to the C# Interactive Window by using the #r command in the C# Interactive window.

    Here is an example usage of the #r command:

    #r "C:\\path\\to\\your\DLL\\netstandard2.0\\Newtonsoft.Json.dll"
    

    After running the above command (with the correct DLL path) in the C# Interactive window, the following line will work:

    using Newtonsoft.Json;
    

    Alternative Solution: LINQPad


    For .NET Framework projects in Visual Studio between 2015 and 2022:

    You can open the Interactive window by navigating to Views > Other Windows > C# Interactive,

    Then just right click your project and run Initialize Interactive with Project from the context menu.

    Alternative Solution: Immediate Window

    Immediate Window

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

Sidebar

Related Questions

Visual Studio 2008 I am using the following source code that compiles ok using
Visual Studio has a plugin that allows one to copy code from any editor
Visual Studio 2008 can load a solution upon startup. Can it also run it
Visual Studio 2010 .NET 3.5 Is there any tool that can trace the http
Visual studio seems intent that my javascript code is bad, mostly because it has
Visual Studio - Determining Lines No Of Lines of code in a project -
Visual studio can print call stack when breakpoint hit, and can stop when conditions
Visual Studio language extensibility Does anybody know whether there's an open source (or paid)
Visual Studio has a certain feature that makes debugging unhandled exceptions a lot easier:
Visual Studio 2010 C# Is it possible to run and close a program from

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.