asp.net - Parser Error: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies -

as image shows, have been not able run application in localhost.
everything seems fine.
what i've tried:
- deleting/readding references , make sure copied
binfolder. - make sure running .net 4.0
- i tried this , this
- i tried creating application pool running v4.0
- and convert application
what else can do?
thank you
update:
i registered file using:
<add assembly="ajaxcontroltoolkit, version=4.1.60919, culture=neutral, publickeytoken=28f01b0e84b6d53e" />
but, it's still complaining file not there! there!
well, after trying lot, noticed there problem ouput path of application. put in bin\
that magically fixed everything. still don't know how because .dll in correct position before.
all other stuff tried useless.
thanks helped.
Comments
Post a Comment