Reputation: 173
What is the role of AjaxControlToolkit.dll.refresh file ?
Upvotes: 5
Views: 3937
Reputation: 2354
*.dll.refresh files are a very simple file telling the project where the external reference exists. http://monsur.xanga.com/437206798/dllrefresh-and-aspnet/
They allow the project to update the reference. If you open it in a text editor, you'll see it just holds a path to the reference.
Upvotes: 5