【紧急求助】风讯dotNETCMS v1.0sp1免费版本(安装问题)
原文地址:
http://bbs.foosun.net/showtopic-73254.aspx 大家好!很感谢您能抽出时间来帮助我这个菜鸟,我现在很急,因为看到风讯的CMS这么漂亮但是我却安装不上很是郁闷。、
首先说下我的配置环境:
WINXP SP2
SQL SERVER 2000
ASP.NET 2.0
我把我所下载的风讯dotNETCMS v1.0sp1免费版本解压出来,然后又解压了Foosun_web这个压缩包,然后把IIS的主目录指向Foosun_web这个文件夹,然后打开IE7.0浏览器,浏览
http://127.0.0.1 这个地址,就出现了下面的错误:
[img]upload/jpg/18986206218454.jpg[/img]
我很郁闷,也很难过啊。。。
我想了想也许是SQL SERVER 链接的问题,所以我看了下\configuration\config目录下的ConnectData.config这个文件,如下:
<?xml version="1.0" encoding="utf-8"?>
<foosunconnect>
<foosunconnectitem>
<!--主数据库连接-->
<fsconnect key="foosun" value="server=(local);uid=sa;pwd=sa;database=dotNetCms;" />
<!--帮助库连接-->
<fsconnect key="HelpKey" value="server=(local);uid=sa;pwd=sa;database=dot_Help;" />
<!--采集库库连接-->
<fsconnect key="Collect" value="server=(local);uid=sa;pwd=sa;database=DotNetCollect;" />
<!--API连接对象-->
<fsconnect key="sqlConnData" value="" />
</foosunconnectitem>
</foosunconnect>
和我的SQL SERVER 配置也一样,我以为是我的SQL SERVER 配置错误
所以我去看了看。。链接应该是正常的。。查询分析器可以登录查询,安全设置也对啊。
[img]upload/jpg/18986214023730.jpg[/img]
然后我又想到了可能是因为SQL SERVER 里面没有 ConnectData.config里边提到的数据库,所以我找到database里边的几个数据库文件,把它升迁到了SQL数据库里面
[img]upload/jpg/18986218733987.jpg[/img]
但是后来我发现这样还是不行,同样的报错信息。。
信息的具体如下:
操作描述:
System.ArgumentException: Format
of the initialization string does not conform to specification starting at index
0. at System.Data.Common.DbConnectionOptions.GetKeyValuePair(String
connectionString, Int32 currentPosition, StringBuilder buffer, Boolean
useOdbcRules, String& keyname, String& keyvalue) at
System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable,
String connectionString, Boolean buildChain, Hashtable synonyms, Boolean
firstKey) at System.Data.Common.DbConnectionOptions..ctor(String
connectionString, Hashtable synonyms, Boolean useOdbcRules) at
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) at
System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String
connectionString, DbConnectionOptions previous) at
System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(String
connectionString, DbConnectionPoolGroupOptions poolOptions,
DbConnectionOptions& userConnectionOptions) at
System.Data.SqlClient.SqlConnection.ConnectionString_Set(String value) at
System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) at
Foosun.DALProfile.DbHelper.ExecuteReader(String connectionString, CommandType
cmdType, String cmdText, DbParameter[] commandParameters) in
D:\dotNETCMS测试\send3333\Foosun.DALProfile\DbHelper.cs:line 90 at
Foosun.DALProfile.DbHelper.ExecuteReader(CommandType cmdType, String cmdText,
DbParameter[] commandParameters) in
D:\dotNETCMS测试\send3333\Foosun.DALProfile\DbHelper.cs:line 83 at
Foosun.SQLServerDAL.Publish.GetClassList() in
D:\dotNETCMS测试\send3333\Foosun.SQLServerDAL\Publish.cs:line 28 at
Foosun.Publish.CommonData.Initialize() in
D:\dotNETCMS测试\send3333\Foosun.Publish\CommonData.cs:line 59 at
Foosun.Web._default.Page_Load(Object sender, EventArgs e) in
D:\dotNETCMS测试\send3333\Foosun.Web\default.aspx.cs:line 33 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)
到这里我算是没有办法了,,希望各位高手能抽出一点点的时间给我这个小菜鸟帮个小忙。
我在这里先谢谢大家了!感激不尽!