Hi All,
Something happened with my local source-code copy of mojoPortal, and I had to pull my custom projects/files out of the directory, blow it away and re-download all the source code from SVN. I can't figure out what's going on now. I am getting the following error messages and haven't been able to track them down after a fair amount of digging. Any help would be greatly appreciated! Need to get my solution back so I can work on projects! :)
Could not find a part of the path 'E:\_WEB\_CMS Source\Web\Data\Sites\1\systemfiles\sitesettingscachedependecy.config'.
Line 86: {
Line 87: // hate to trap System.Exception but SqlCeException doe snot inherit from DbException as it should
Line 88: if (DatabaseHelper.DBPlatform() != "SqlCe") { throw ex; }
Line 89: log.Error(ex);
Line 90: }
Source File: E:\_WEB\_CMS Source\Web\Components\UrlRewriter.cs Line: 88