Here is what I got:
Server Error in '/HRIService' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30311: Value of type 'System.Configuration.ConnectionStringSettings' cannot be converted to 'String'.
Source Error:
Line 2: Inherits System.Web.UI.Page
Line 3:
Line 4: Dim conn As New System.Data.SqlClient.SqlConnection(ConfigurationManager.ConnectionStrings("HRIServiceConnectionString1"))
Line 5: Dim cmd As System.Data.SqlClient.SqlCommand
Line 6: Dim reader As System.Data.SqlClient.SqlDataReader = command.ExecuteReader()
Source File: C:\Inetpub\wwwroot\HRIService\ServiceExpress\AddCall.aspx.vb Line: 4