Mutlipule Language support on ASP.NET

T

Tedmond

Dear all,

My colleague has created a Web project that support both English and
Chinese. We use the Local Resource to keep the display values. However,
when I run the project in my PC, I get a run-time error from
this.GetPropertyValue("LanguagePreference")
Inside the ProfileCommon class during the form load.

The error is
‘Message="An error has occurred while establishing a connection to the
server. When connecting to SQL Server 2005, this failure may be caused by
the fact that under the default settings SQL Server does not allow remote
connections. (provider: TCP Provider, error: 0’

I have spent a long time but still have no idea how to fix it.

Can anyone give me idea how to solve it?

Thanks for any help.

Tedmond
 
A

Alexey Smirnov

Dear all,

My colleague has created a Web project that support both English and
Chinese.  We use the Local Resource to keep the display values.  However,
when I run the project in my PC, I get a run-time error from
        this.GetPropertyValue("LanguagePreference")
Inside the ProfileCommon class during the form load.

The error is
‘Message="An error has occurred while establishing a connection to the
server.  When connecting to SQL Server 2005, this failure may be causedby
the fact that under the default settings SQL Server does not allow remote
connections. (provider: TCP Provider, error: 0’

I have spent a long time but still have no idea how to fix it.

Can anyone give me idea how to solve it?

Thanks for any help.

Tedmond

http://support.microsoft.com/kb/914277
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top