or
<
connectionStrings
configSource
=
"sql.config"
/>
<
add
name
=
"BarcodeEntityDiagrams"
connectionString
=
"data source=ERICWIN7-PC\SQLEXPRESS;initial catalog=Barcode;integrated security=True"
providerName
=
"System.Data.SqlClient"
/>
An error has occurred while processing Report 'VendorDetails':
Exception has been thrown by the target of an invocation.
------------- InnerException -------------
System.Configuration.ConfigurationErrorsException: A connection string was referenced by name 'Barcode' but could not be resolved through the web.config or the executables app.config file.
at Telerik.OpenAccess.RT.Adonet2Generic.Impl.DBDriver.connect(ConnectionString connectionString, IDictionary driverProps)
at OpenAccessRuntime.Relational.sql.SqlDriver.InitializeFor(ConnectionString connectionString, Boolean noConnect, PropertySet props, Driver& driver, Connection& conn)
at OpenAccessRuntime.Relational.RelationalStorageManagerFactory..ctor(StorageManagerFactoryBuilder b)
at OpenAccessRuntime.storagemanager.StorageManagerFactoryBuilder.createSmfForURL()
------------- InnerException -------------
A connection string was referenced by name 'Barcode' but could not be resolved through the web.config or the executables app.config file
public
class
IntervalApproachModel
{
public
IntervalApproachModel()
{
Northbound =
new
ApproachCountModel();
Eastbound =
new
ApproachCountModel();
Southbound =
new
ApproachCountModel();
Westbound =
new
ApproachCountModel();
Unassigned =
new
ApproachCountModel();
}
public
DateTime Time
{
get
;
set
;
}
public
ApproachCountModel Northbound
{
get
;
set
;
}
public
ApproachCountModel Eastbound
{
get
;
set
;
}
public
ApproachCountModel Southbound
{
get
;
set
;
}
public
ApproachCountModel Westbound
{
get
;
set
;
}
public
ApproachCountModel Unassigned
{
get
;
set
;
}
}
public
class
ApproachCountModel
{
public
ApproachTypes ApproachType
{
get
;
set
;
}
public
int
Left
{
get
;
set
;
}
public
int
Right
{
get
;
set
;
}
public
int
UTurn
{
get
;
set
;
}
public
int
Through
{
get
;
set
;
}
public
int
Peds
{
get
;
set
;
}
public
int
Total
{
get
{
return
Left + Right + UTurn + Through + Peds;
}
}
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><
html
xmlns
=
"http://www.w3.org/1999/xhtml"
><
head
><
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=utf-8"
/><
title
>Untitled</
title
><
style
type
=
"text/css"
> .p_CC664AAA { margin: 0px 0px 12px 0px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px; } .s_E6FD2046 { font-family: 'Verdana';font- style: Normal;font-weight: normal;font-size: 16px;color: #000000; } .p_D6859706 { margin: 0px 0px 12px 28px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px; } .p_A2A17249 { margin: 0px 0px 12px 56px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px; } .p_22B181B1 { margin: 0px 0px 12px 84px;text-align: left;text-indent: 0pt;padding: 0px 0px 0px 0px; } .s_D94397EA { font-family: 'Verdana';font- style: Normal;font-weight: normal;font-size: 16px;color: #000000;background-color: #FFFF00; } </
style
></
head
><
body
><
p
class
=
"p_CC664AAA"
><
span
class
=
"s_E6FD2046"
>This</
span
></
p
><
p
class
=
"p_D6859706"
><
span
class
=
"s_E6FD2046"
>is</
span
></
p
><
p
class
=
"p_A2A17249"
><
span
class
=
"s_E6FD2046"
>a</
span
></
p
><
p
class
=
"p_22B181B1"
><
span
class
=
"s_D94397EA"
>test of the case note tool</
span
><
span
class
=
"s_E6FD2046"
/></
p
></
body
></
html
>