Could not load file or assembly 'Intelligencia.UrlRewriter' or one of its dependencies. The system cannot find the file specified

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-01 11:41:43

问题


i am installing URL rewriting DLL (from http://urlrewriter.net/) to GAC. (if i keep dll in BIN folder it works perfectly)

but keeps throwing error.

Could not load file or assembly 'Intelligencia.UrlRewriter' or one of its dependencies. The system cannot find the file specified. (E:\Test\web.config line 28)

wondering is it because dll is http module.. and installed in GAC creating problem ? (because rest all dlls work perfectly fine in GAC)

i looked in to all internet resource for this error. but didn't find proper solution.

attached test project with dll added into bin folder.

http://rapidshare.com/files/449306116/Test.rar

please advise.

来源:https://stackoverflow.com/questions/5081677/could-not-load-file-or-assembly-intelligencia-urlrewriter-or-one-of-its-depend

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!