Could not load assebly
-
I m getting this error when i try to build the web site..
Could not load file or assembly 'foo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Access is denied.
I tried adding reference of PROJECT as well as by DLL. But no use :(. Plz help.
"If our Mind can, the Program can !!" ≡ ░Ŗổђầŋ٭ ≡
-
I m getting this error when i try to build the web site..
Could not load file or assembly 'foo, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Access is denied.
I tried adding reference of PROJECT as well as by DLL. But no use :(. Plz help.
"If our Mind can, the Program can !!" ≡ ░Ŗổђầŋ٭ ≡
Hi, you need to add this into GAC. eg:- regsvr32 C:\yourDLLname.dll
Regards, Sandeep Kumar.V
-
Hi, you need to add this into GAC. eg:- regsvr32 C:\yourDLLname.dll
Regards, Sandeep Kumar.V