Hi 
 I tried setting up wiki on my local machine 
 The version used is FlexWikiCore-2.0.0.41 
 After setting up the database (SQL 2005) and running the application, I get
the following error 

 Server Error in '/wiki' Application. 

The method or operation is not implemented. 
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.NotImplementedException: The method or operation
is not implemented.

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:

 [NotImplementedException: The method or operation is not implemented.]
FlexWiki.SqlProvider.SqlNamespaceProvider.LoadNamespaces(Federation aFed) in
c:\Builds\ccnet\server\flexwikicore-20\Working\build\SqlProvider\SqlNamespac
eProvider.cs:50
FlexWiki.Federation.LoadNamespacesFromProviderDefinition(NamespaceProviderDe
finition def) in
c:\Builds\ccnet\server\flexwikicore-20\Working\build\EngineSource\Federation
.cs:1305    FlexWiki.Federation.LoadFromConfiguration() in
c:\Builds\ccnet\server\flexwikicore-20\Working\build\EngineSource\Federation
.cs:1268    FlexWiki.Federation..ctor(IWikiApplication application) in
c:\Builds\ccnet\server\flexwikicore-20\Working\build\EngineSource\Federation
.cs:87    FlexWiki.Web.BasePage.EstablishFederation() in
c:\Builds\ccnet\server\flexwikicore-20\Working\build\FlexWiki.Web\BasePage.c
s:503    FlexWiki.Web.BasePage.DefaultPageLoad() in
c:\Builds\ccnet\server\flexwikicore-20\Working\build\FlexWiki.Web\BasePage.c
s:227    FlexWiki.Web.BasePage.Page_Load(Object sender, EventArgs e) in
c:\Builds\ccnet\server\flexwikicore-20\Working\build\FlexWiki.Web\BasePage.c
s:592    System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint) +1061     



 I have included this in my flexwiki.config 
 <Provider Id="ae97909d-e3de-4d63-9121-ecb9bec98c1a"
Type="FlexWiki.SqlProvider.SqlNamespaceProvider"
AssemblyName="FlexWiki.SqlProvider, Version=1.8.0.0, Culture=neutral,
PublicKeyToken=null">

      <Parameters> 
        <Parameter Name="Namespace" Value="SQL" /> 
        <Parameter Name="ConnectionString" Value="Data
Source=(local);Initial Catalog=FlexwikiSqlStore;Integrated Security=true;"
/>

      </Parameters> 



 Please can you tell me what I need to change so that I can fix this 

 Thanks 
 Santak 




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to