I am trying to add a [Science.dll] in my project which should be straight forward. But I am getting a problem. Can someone tell me why?
My C# project which I just copied from internet.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.ComponentModel;
using System.Data;
using Science.Mathematics.VectorCalculus;
namespace using_science_dll
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>`enter code here`
}
}
C:\Csharptutorial\using_science_dll\using_science_dll\Program.cs(7,7): error CS0246: The type or namespace name 'Science' could not be found (are you missing a using directive or an assembly reference?)
Is it because I am using VS 2008?
Science.dll
will run in the following frame .Net 4.0 and Visual C# 2010 Express