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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:47:47+00:00 2026-06-14T01:47:47+00:00

I need to know how to use the command line to compile and run

  • 0

I need to know how to use the command line to compile and run C# from the command line but I cannot figure out how to correctly use a DLL I made. The DLL is a simple maths file the code inside is:

using System;

namespace SimpleMaths
{
public class Operations
{

    public static int add(int a, int b)
    {
        return a + b;
    }

    public static int substract(int a, int b)
    {
        return a - b;
    }

    public static int multiply(int a, int b)
    {
        return a * b;
    }
}
}

I successfully compiled it as a DLL file. Now I have a class called sum.cs, and in there I want to access the methods of this library, I did have a lot of messy code in there which was nowhere near right so I deleted it, here is what I have now:

using System;
public class sum
{
public static void Main()
{

//How can I access the methods in the SimpleMaths library???
}
}

Usually in Visual Studio I would add the DLL as a reference and then create objects which would give me access to the methods. I have searched on-line and the examples I have found are confusing me. Am I right in saying that you cannot create objects using the command line?

Any advice is appreciated.

  • 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-14T01:47:48+00:00Added an answer on June 14, 2026 at 1:47 am

    You need to use /reference in the command line.

    csc /reference:library1.dll /reference:library2.dll csfile.cs
    

    Also make sure to include the namespace in your .cs file.

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

Sidebar

Related Questions

I need to run Maven from the command line while Eclipse is open. Since
I need a doc to rtf converter that will run from the command line,
I need to use method like: DoSomething<(T)>(); But i don't know which Type i
I know this is not a smart question. I need to use ant from
I need to know how to use a Dialog class in J2me. Any example.
I need to know what should I use to store the property? I'm still
Somebody know how use OpenX (php app) with Django? I need to use OpenX
In order to use normal mapping in GLSL shaders, you need to know the
Why does C++ need and use pointers? I know they add power to the
I'm need to use JUnit 3, I know in JUnit 4 there is 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.