I have an excel application created using .Net framework 1.1 and Microsoft Office Excel 2003. This application named CBlotter with the same settings and dll in all the user computers was running fine but only in 1 computer , I encountered the error saying
"The assembly CBlotter could not be found at .\CBlotter_bin\ or could not be loaded.
You can still edit and save the document.Contact your administrator or the author of this document for further assistance."
I checked all the user permissioning of the folder.
I gave the full trust policy if not already given to the folder by using Caspol.exe(Code Access Security Policy Tool). This can be done by going to the specified v1.1/v2.0 folder.
If you want to grant full trust to a local folder , then type
caspol -u -ag All_Code -url C:\
Thursday, May 29, 2008
Error : The assembly could not be found at or could not be loaded
Posted by
Swati.Saurabh
at
6:57 AM
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks a lot. It was very informative. It solved my problem. Kudos!!!!
Post a Comment