LCID error in a particular case... -
04-02-2005
, 01:00 PM
Hi,
I have created a webpart in sharepoint to display a list of cubes.
The webparts works fine except in 1 case:
when I open 2 web pages at the same time with my webpart and when these 2
pages are under different language (french vs english) I receive this error:
The LCID or Compare String flags have already been set by an existing
connection
In my connectionstring using ADOMD.NET I have tried to add this:
Locale Identifier=<web site language ID>
and
LCID=<web site language ID>
but nothing changes, how to force the LCID?
and does there is any connection pool anywhere? and if there is one, does
this connection pool differentiate the LCID part of the connection string?
if I don't open 2 pages at the same time, there is no problems.
and if I'm not on the same user name, there is no problems.
thanks for your help
Jerome. |