In v1.0/v1.1 of the CLR, there is a relatively obscure feature known as the .NET application restore tool. This feature makes use of log files which record binding information when running a managed app. The idea is that if binding policy for your application changed, the tool would be able to analyze this data, and generate an app.exe.config file, which can get you back to binding settings you used previously.
To know more about .NET Application Restore Tool navigate to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconusingnetapplicationrestoretool.asp
With Best Regards,
Mitesh Mehta
Email : miteshvmehta@gmail.com
http://cc.1asphost.com/miteshvmehta/
No comments:
Post a Comment