I have a class library file that is not is not getting picked up when I add it to the reference and bin folder.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
namespace SecuritySettings
{
public class Security
{
...
public Security()
{...}
}
}
Is there something that I am not doing behind the scene or something else?