Error trying Member List

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
7/11/2005 11:53:04 PM
Gravatar
Total Posts 73

Error trying Member List

I run Windows XP and MS SQL.

When I select 'Member List', I get the following error:

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:

Line 647:
Line 648:				// Fill the DataSet using default values for DataTable names, etc
Line 649:				da.Fill(ds);
Line 650:				
Line 651:				// Detach the SqlParameters from the command object, so they can be used again


Source File: D:\mojoportal\MSSQLData\SQLHelper.cs    Line: 649


Line 647:
Line 648:				// Fill the DataSet using default values for DataTable names, etc
Line 649:				da.Fill(ds);
Line 650:				
Line 651:				// Detach the SqlParameters from the command object, so they can be used again


Source File: D:\mojoportal\MSSQLData\SQLHelper.cs    Line: 649


7/12/2005 1:12:53 AM
Gravatar
Total Posts 73

Re: Error trying Member List

After dowloading the latest sourcefiles and completely rebuilding the database, the 'Member List' works fine.

Jan

You must sign in to post in the forums. This thread is closed to new posts.