I'm running CS from a virtual directory not the root and I'm getting an error when I switch to Aero2007 theme.
Could not find a part of the path 'E:\inetpub\wwwroot\Themes\Aero2007\styles'.
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 'E:\inetpub\wwwroot\Themes\Aero2007\styles'.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
|
Stack Trace:
[DirectoryNotFoundException: Could not find a part of the path 'E:\inetpub\wwwroot\Themes\Aero2007\styles'.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2094560 System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) +1817 System.IO.DirectoryInfo.GetFiles(String searchPattern, SearchOption searchOption) +57 System.IO.DirectoryInfo.GetFiles(String searchPattern) +6 nbdc.CommunityServer.Themes.Aero.styles..ctor() +247 nbdc.CommunityServer.Themes.Aero.loadsave..ctor() +158 nbdc.CommunityServer.Themes.Aero.context..ctor() +177 nbdc.CommunityServer.Themes.Aero.UI.AeroMaster.OnInit(EventArgs e) +31 System.Web.UI.Control.InitRecursive(Control namingContainer) +321 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Control.InitRecursive(Control namingContainer) +198 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
|