-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dll files are not removed after upgrade #4205
Comments
Did you follow the upgrade path recommended? What exact prior version was this? Can you post the install log? |
Here you go (changed the site to websitename.com): 08/03/2020 11:30:51 [INFO] DotNetNuke.Services.Upgrade.Upgrade Start UpgradeDNN:09.06.02 |
I am having the same problem on all servers when updating to a new module version.
If I stop SQL Server and World Wide Publishing (w3svc), I am able to delete the dll. This is also happening on other modules, ever since upgrading to DNN 9.8.0 |
We have detected this issue has not had any activity during the last 90 days. That could mean this issue is no longer relevant and/or nobody has found the necessary time to address the issue. We are trying to keep the list of open issues limited to those issues that are relevant to the majority and to close the ones that have become 'stale' (inactive). If no further activity is detected within the next 14 days, the issue will be closed automatically. |
@TopCat6 |
@sleupold Thanks, should work. However, I think I have traced the problem to a bug in the DNN Telerik Identifier module that I was using. It was holding file locks: |
Here we go Sebastian |
@trouble2 |
Description of bug
After upgrading to DNN 9.6.2 from a previous version (I think 9.3.1, or something like that) it seems a lot of dll files which are apparently not necesarry anymore are still in the bin folder. At first I didn't notice until after a while the pages-page didn't work anymore, which led me to: dnnsoftware/Dnn.AdminExperience#1027
So this issue said I had to remove Dnn.PersonaBar.Pages.dll .
However when I compare a clean DNN 9.6.2 with my upgraded version I stil see a lot of Dnn.PersonaBar. ... . dll files are still present in the bin folder.
So I guess the cleanup process for the upgrades is not working properly in all cases
Current behavior
Dll files are still presenr
Expected behavior
Dll files should be removed
Screenshots
Upgraded to DNN9.6.2 - a lot of personabar dll files.
Clean DNN9.6.1 folder - just 3 personabar dll files
Affected version
Can't really say...
Affected browser
Not broswer specific
The text was updated successfully, but these errors were encountered: