Question : Adding a DLL reference


I added a dll ( Twitterizer ) and trying some of the classes .

Its working in local host but when I uplaoded the same in to godaddy hosting .

http://thetruehd.com/twitter/Default.aspx

How can i correct this ?

Answer : Adding a DLL reference

GoDaddy by default runs sites under medium trust which means that you cannot have an unsigned/untrusted dll.

You can ask them to run your site under full trust, but they probably won't.
You can sign the dll (or if you got it from someone/someplace you need to get a signed version

here is more info on medium trust sites:
http://msdn.microsoft.com/en-us/library/ms998341.aspx
Random Solutions  
 
programming4us programming4us