Question : Unable to find facebook dll on GoDaddy Windows Webhosting

Hi,

I am new to this.
I have a GoDaddy Windows Web hosting account which can obviously serve up aspx pages.
I am getting the following error:
Compiler Error Message: CS0246: The type or namespace name 'facebook' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 10: using System.Web.UI.WebControls.WebParts;
Line 11: using System.Xml.Linq;
Line 12: using facebook;
Line 13: using facebook.web;
Line 14:

How can I make GoDaddy compiler to find my facebook.dll ? How can I pass an absolute path in the "using" directive.
Its placed in the Bin folder inside the project folder.
This compiles and runs fine on my local machine.
Please help

Answer : Unable to find facebook dll on GoDaddy Windows Webhosting

You actually need root access to register a new assembly on a windows machine. At first check if you really have root access which is by no means standard, on my network solutions hosting i had to pay additional money for that. If you have rdp access just drag the dll into your assembly cache and windows should automatically register it for you.
Random Solutions  
 
programming4us programming4us