What's a .refresh file?
-
-
qwert231 wrote:What's a .refresh file?
It tells VS where to look for updated versions of the dll with the same base name. They're text files, you can open them and see the path it's using.
Their purpose is to prevent you from having to copy new versions yourself. In VS2003, the project file would contain the source location of the reference, but since VS2005 doesn't use project files for ASP.NET projects, this is the replacement for that particular functionality.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.