DotNetNuke.ModuleLoadException: Could not find a part of the path "D:\". ---> System.IO.DirectoryNotFoundException: Could not find a part of the path "D:\". at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path) at System.IO.Directory.CreateDirectory(String path) at DotNetNuke.SkinController.UploadSkin(String RootPath, String SkinRoot, String SkinName, Stream objInputStream) at DotNetNuke.WebUpload.cmdUpload_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
Whenever I try to upload a file, this error is returned. However, I'm relatively sure all my settings are correct. Can anyone help? (I am very new at ASP.NET and mostly work with ASP)
Whenever I try to upload a file, this error is returned. However, I'm relatively sure all my settings are correct. Can anyone help? (I am very new at ASP.NET and mostly work with ASP)