I'm reinstalling the calendar kit for the DNN v7 installation. We had the DNN v6 install already installed.
When I click on the install kit button, it sits for 10-20 seconds and reports and error.
Then within the DNN event logs, it states:
InnerException:The directory is not empty.
Method:System.IO.__Error.WinIOError
Message:
DotNetNuke.Services.Exceptions.PageLoadException: The directory is not empty.
---> System.IO.IOException: The directory is not empty.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound)
at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
at MC.Modules.XModKitInstaller.View.btnFinish_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
Any ideas?