Hi all,
I did the upgrade from 1.3 to 1.4.5 today, and now for some weird reason the Profiles link within the Admin menu is a) listed as 'profiles' instead of 'Profiles' in the menu, and b) -which is probably related, when clicked this link throws an exception. The following is the error msg. Can someone give me a hand working this out?
Thanks much!
Michelle
*** begin error msg *********
Server Error in '/BlogEngine' Application.
Could not find a part of the path 'd:\hshome\maduquette\michelleaduquette.com\BlogEngine\App_Data\profiles'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'd:\hshome\maduquette\michelleaduquette.com\BlogEngine\App_Data\profiles'.
Source Error:
Line 30: private void SetProfile(string name)
Line 31: {
Line 32: AuthorProfile pc = AuthorProfile.GetProfile(name);
Line 33: if (pc != null)
Line 34: {
Source File: d:\hshome\maduquette\michelleaduquette.com\BlogEngine\admin\Pages\Profiles.aspx.cs Line: 32
Stack Trace:
[DirectoryNotFoundException: Could not find a part of the path 'd:\hshome\maduquette\michelleaduquette.com\BlogEngine\App_Data\profiles'.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +492
System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) +1559
System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) +37
BlogEngine.Core.Providers.XmlBlogProvider.FillProfiles() in C:\Documents and Settings\Mads Kristensen\Dokumenter\Visual Studio 2005\Projects\BlogEngine.NET\DotNetSlave.BusinessLogic\Providers\XmlProvider\Profiles.cs:138
BlogEngine.Core.AuthorProfile.get_Profiles() in C:\Documents and Settings\Mads Kristensen\Dokumenter\Visual Studio 2005\Projects\BlogEngine.NET\DotNetSlave.BusinessLogic\AuthorProfile.cs:45
BlogEngine.Core.AuthorProfile.GetProfile(String username) in C:\Documents and Settings\Mads Kristensen\Dokumenter\Visual Studio 2005\Projects\BlogEngine.NET\DotNetSlave.BusinessLogic\AuthorProfile.cs:284
admin_profiles.SetProfile(String name) in d:\hshome\maduquette\michelleaduquette.com\BlogEngine\admin\Pages\Profiles.aspx.cs:32
admin_profiles.Page_Load(Object sender, EventArgs e) in d:\hshome\maduquette\michelleaduquette.com\BlogEngine\admin\Pages\Profiles.aspx.cs:22
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +33
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433