loadingua.blogg.se

How to delete a dll file
How to delete a dll file










They are not used by any program but they do hog your memory and hard disk space, making your computer slow. These DLL files are known as orphaned DLL files.

how to delete a dll file how to delete a dll file

When you uninstall the software, some of these DLL files are left behind. Whenever you install any software, it intalls some DLL files in your system. Version versionNumber = _assembly.GetName().Version ĬompleteVersionNumber = versionNumber.Major + "." + versionNumber.Minor + "." + versionNumber.Build + "." + versionNumber.If you are on any Windows Operating System (Windows XP, Vista or 7) then you can speed up your computer to a considerable extent using this tip – Just delete duplicate and orphaned DLL files. block of code where i trying to get my version number of the dllĪssembly _assembly = Assembly.LoadFrom(ConfigurationManager.AppSettings) Result = CopyFileAndFolder(backupFolder, destBackUpFolder) ĮrrorMsg = "Copy process Failed,Your File has rolled back to previous version" ĮrrorMsg = "Error during roll up process" tryĭirectoryInfo folderToBeDelete = new DirectoryInfo(destBackUpFolder) ĭirectory.CreateDirectory(destBackUpFolder)

how to delete a dll file

I have tried suggestion from web by setting the file attribute to normal and delete file by file, check my permission and make sure my permission is allowed to delete file but all those method doesn't work, Why am I getting unauthorized exception even my permission is set to full control? FYI, I am using Team Foundation Server for my development version control, Is the problem here related to my TFS? Thanks in advance. I'm trying to delete all file from destBackUpFolder, the result is all files are deleted from the folder except 1 dll file, I get a Unauthorized Exception said that access to the dll file is denied.












How to delete a dll file