> > Well, what changed? Where is the connection string held?
> > If it is in the configuration file (which would be common), does the
[quoted text clipped - 6 lines]
>
> > Marc
Also, in simple way, if there is any changes in Config file, the error
would be at different place, like Node not found / file not found /
Cannot access the file etc.
so the problem is not from the config file, it is from somewhere else,
right?
the same code i used to create the connection, the same code hits
almost 10000+ times daily, so what would be problem?
Marc Gravell - 11 Jan 2008 09:41 GMT
> Also, in simple way, if there is any changes in Config file, the
> error
> would be at different place
Not if your connection-string lookup code is swallowing the exception
and returning ""...
> so what would be problem?
Can't answer that without more detail... such as how you think it gets
set... to be honest, I think you need to trace it throught from
there... somehow it is setting the cs to an empty string, but only the
code can tell you why...
Marc