Error in: http://apps.hua.army.mil/sqlweb/modules/Tools/cmdquery/Default.aspx
Message error: Could not find a part of the path '\\Huaca0sgh000001\dbdata\data\web\iis\apps.hua.army.mil\repository\sqlTemplates'.
Stack trace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) at System.IO.DirectoryInfo.GetFileSystemInfos(String searchPattern, SearchOption searchOption) at System.IO.DirectoryInfo.GetFileSystemInfos() at SqlArchitect.FileSystemDataSourceView.Select() in C:\GVNN\Progetti\RicercaSviluppo\SqlWebArchitect\src\SqlArchitect\Global\FileSystemDataSource.cs:line 101 at SqlWebArchitect.Tools.CmdQuery.Default.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
in the web.config
change the pathes from
<add key="strDataFileRepository" value="/repository/database"/>
<add key="strLogFileRepository" value="/repository/database/logs"/>
<add key="strTemplatesRepository" value="/repository/sqlTemplates/"/>
to
<add key="strDataFileRepository" value="~/repository/database"/>
<add key="strLogFileRepository" value="~/repository/database/logs"/>
<add key="strTemplatesRepository" value="~/repository/sqlTemplates/"/>
and it will work fine