Hello,
During the installation process when I am merging SiteUrls.config and siteurls.wiki.config I obtain the error below. To be more specific, community server seems to run fine until I copy and paste the first thing I was merging into the SiteUrls.config file which was <location name="wiki" path="/wiki" /> I know I have copied and pasted it into the right location because I pasted it above the comment that says "when adding custom locations add above here".
After I encountered this error I deleted the line of code above and I STILL get the error. Which is totally weird because CS was working before i pasted the line of code. So as soon as a copy and paste this line of code there is no way for me to remove the error. I was hoping someone can help me out.
Any help or ideas will be greatly appreciated.
Thanks,
-Robert
Please contact your CommunityServer administrator. A technical explanation of why this error is caused is below.
Community Server expects to find a valid XML file containing all of the links for a community. By default, this file is located at the root of the with the name SiteUrls.config.
A common error is to included unescaped XML characters, such as "&" when defining a querystring.
If available, the location of the error will be listed below:
The type initializer for 'com.db4o.Wiki.Components.WikiUrls' threw an exception.
Could not load type 'CommunityServer.Components.ApplicationKeyMapping' from assembly 'CommunityServer.Components, Version=3.0.20510.895, Culture=neutral, PublicKeyToken=null'.
For more information you can also visit http://communityserver.org/ the home of the CommunityServer Forums development team.
Robert,
Two things, first make absolutely sure that you have removed all changes before you received the error so that CS is in the original state before you did the editing, second you might want to touch your web.config file to reset the application.
-Ryan
Ryhoward.com - Community Server from the Support Side of things. Technical tips and ideas for CS users.
ryhoward:Robert,Two things, first make absolutely sure that you have removed all changes before you received the error so that CS is in the original state before you did the editing, second you might want to touch your web.config file to reset the application. Thanks,-Ryan
Thanks for the quick reply Ryan.
2 Questions:
1.) How can I reset my web.config file to reset the app?
2.) How do I get CS-Wiki Working based on the error I have recieved?
Resetting the app isnt that big of a deal to me, I'm interested in getting the CS-Wiki working.
easiest example "reset my web.config file to reset the app" is
add whitespace after <configuration> tag and then save, it will change web.config modification date, it also will reset your ASP.NET app
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com