I have a program that's throwing the following error:
Format of the initialization string does not conform to specification starting at index 0. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Format of the initialization string does not conform to specification starting at index 0.
Source Error:
Line 203: public static int GetRandomAlbumID() {
Line 204: using (SqlConnection connection = new SqlConnection(ConfigurationManager.ConnectionStrings["Personal"].ConnectionString)) {
Line 205: using (SqlCommand command = new SqlCommand("GetNonEmptyAlbums", connection)) {
Line 206: command.CommandType = CommandType.StoredProcedure;
Source File: c:\inetpub\vhosts\taniabags.gr\httpdocs\App_Code\PhotoManager.cs Line: 204
what can i do ?Please a little help