关于asp。net forums安装后无法浏览,报错,求救

JavaZheng 2003-12-11 01:34:31
错误信息如下:

Server Error in '/AspNetForums' Application.
--------------------------------------------------------------------------------

Cannot resolve collation conflict for equal to operation.
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.Data.SqlClient.SqlException: Cannot resolve collation conflict for equal to operation.

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:


[SqlException: Cannot resolve collation conflict for equal to operation.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +723
System.Data.SqlClient.SqlCommand.ExecuteReader() +41
AspNetForums.Data.SqlDataProvider.GetSiteStatistics() +109
AspNetForums.Components.Statistics.GetSiteStatistics() +120
AspNetForums.Controls.SiteStats.InitializeSkin(Control skin) +20
AspNetForums.Controls.SkinnedForumWebControl.CreateChildControls() +24
System.Web.UI.Control.EnsureChildControls() +100
System.Web.UI.Control.PreRenderRecursiveInternal() +38
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1489




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
...全文
38 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
rgbcn 2003-12-11
  • 打赏
  • 举报
回复
see
http://expert.csdn.net/Expert/topic/2263/2263961.xml?temp=.9316522
rgbcn 2003-12-11
  • 打赏
  • 举报
回复

关于排序规则冲突的问题

==
在SQLserver AspNetForums数据库中查找Statistics_ResetTopPosters存储过程,修改此过程中的下列语句:
CREATE Table #Top500Users (
Rank int IDENTITY (1, 1) NOT NULL ,
UserName nvarchar(50)

CREATE Table #Top500Users (
Rank int IDENTITY (1, 1) NOT NULL ,
UserName nvarchar(50) COLLATE SQL_Latin1_General_CP1_CI_AS
==

以前别人帮我解答的
liuvb 2003-12-11
  • 打赏
  • 举报
回复
iis里建虚拟目录了没有?

62,041

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧