|
I keep getting this error, and I'm not sure if it is a bug with my compilation of Community Server, or an issue with my webhost4life setup. I tried using the installer here but for some reason it wouldn't complete the installation. I would get the files copied into the correct directory, but the database would never get setup.
At that point I downloaded the latest source from communityserver.org, built my own copy and deployed to webhost4life manually.
I notice the issue the most when switching between core pieces, like Blogs to Galleries, or Galleries to Forums. Drives me nuts, a simple edit to the web.config file and the problem goes away for a few hours or days.
Anybody else had this problem and found a solution?
Thanks, Joe
Exception Detials:
[FileNotFoundException: Could not find file "C:\WINNT\system32\communityserver.config".] System.IO.__Error.WinIOError(Int32 errorCode, String str) +181 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +45 System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials) +73 System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) +55 System.Xml.XmlTextReader.CreateScanner() +384 System.Xml.XmlTextReader.Init() +23 System.Xml.XmlTextReader.Read() +530 System.Xml.XmlValidatingReader.ReadWithCollectTextToken() +146 System.Xml.XmlValidatingReader.Read() +26 System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +80 System.Xml.XmlDocument.Load(XmlReader reader) +72 System.Xml.XmlDocument.Load(String filename) +78 CommunityServer.Configuration.CSConfiguration.GetConfig() +157 CommunityServer.Galleries.Components.GalleryDataProvider.CreateDefaultCommonProvider() +4 CommunityServer.Galleries.Components.GalleryDataProvider..cctor() +32
[TypeInitializationException: The type initializer for "CommunityServer.Galleries.Components.GalleryDataProvider" threw an exception.] CommunityServer.Galleries.Components.GalleryDataProvider.Instance() +0 CommunityServer.Galleries.Galleries.GetGalleries(CSContext csContext, Int32 userID, Boolean ignorePermissions, Boolean cacheable, Boolean flush) +315 CommunityServer.Galleries.Galleries.GetGalleriesByGroupID(Int32 groupID, Int32 userID, Boolean ignorePermissions, Boolean cacheable, Boolean flush) +99 CommunityServer.Galleries.Controls.GalleryRepeater.GetSections() +73 CommunityServer.Controls.SectionRepeater.CreateChildControls() +33 System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.WebControls.Repeater.get_Controls() +12 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +19 System.Web.UI.WebControls.Repeater.DataBind() +23 System.Web.UI.Control.DataBind() +86 System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +127 System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +474 System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +48 System.Web.UI.WebControls.Repeater.DataBind() +23 CommunityServer.Controls.ManageSectionAdmin.DataBind() +53 CommunityServer.Controls.ManageSectionAdmin.OnLoad(EventArgs e) +35 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Page.ProcessRequestMain() +750
|