hello every one
I made setup for an application containing database built by sql server express edition
I made the connection string dynamically taken from
Application.StartupPath
but when trying to install it on a different PC , i got the following exception..
an error has occured while establishing a connection to the server
when connecting to sql server 2005 the failure may be caused by the fact thatunder the default settings sql server does not allow remote connections(provider:sql network interfaces error:26-error locating server/instance specified)
any ideas .?
thanks in advance