hi all,
I'm getting the below error when trying to upgrade to 6.1.4. This is a new error when upgrading my site. Is there something in 6.1.x that is different possibly causing this? The error is occuring at different times during each upgrade attempt. Doesn't seem to be related to any one component. Anyone know whats going on and how to fix?
Process information:
Process ID: 8208
Process name: w3wp.exe
Exception information:
Exception type: IOException
Exception message: The process cannot access the file '\\xxx\web.config' because it is being used by another process.
Request information:
Request URL: http://xxx/Install/install.aspx
Request path: /Install/install.aspx
User host address: ip address
User:
Is authenticated: False
Authentication Type:
Thread information:
Thread ID: 40
Is impersonating: False
Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlDOMTextWriter..ctor(String filename, Encoding encoding)
at System.Xml.XmlDocument.Save(String filename)
at DotNetNuke.Web.Client.ClientResourceManagement.ClientResourceManager.UpdateVersion()
at DotNetNuke.Services.Installer.Installer.Install()
at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String file, String packageType, Boolean writeFeedback)
at DotNetNuke.Services.Upgrade.Upgrade.InstallPackages(String packageType, Boolean writeFeedback)
at DotNetNuke.Services.Install.Install.UpgradeApplication()
at DotNetNuke.Services.Install.Install.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
TIA...