> Has ConfigurationManager.ConnectionStrings been created and populated
> at this point in your code? Does it contain the "connectionString"
[quoted text clipped - 3 lines]
> Clay Burch
> Syncfusion, Inc.
I'm not sure whether the ConfigurationManager.ConnectionStrings is
already created and populated (I don't know how to check it) but I
replaced the line with a static string containing the connection
string and the it works perfect. I assume the problem is caused by the
program fetching the connectionstring.
Does this mean I can't use the app.confog to get the connection
string?
Thanks
Stijn