I have a asp.net website i made a database service library made a dll file for that and imported that in website.it works fine in local but when i uploaded it on host i met an error could not fine assembly even though file is in bin folder.
Line 5: using System.Web.UI;
Line 6: using System.Web.UI.WebControls;
Line 7: using my.LinqClasses;
Line 8:
Line 9: public partial class Webcontrols_Sidemenu : System.Web.UI.UserControl
my.LinqClasses is showing error CS0246: The type or namespace name 'my' could not be found (are you missing a using directive or an assembly reference?)