Amit
Amit

Reputation: 173

AjaxControlToolkit.dll.refresh

What is the role of AjaxControlToolkit.dll.refresh file ?

Upvotes: 5

Views: 3937

Answers (1)

Nick Spiers
Nick Spiers

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

Related Questions