Server Error in '/' Application.

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:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ArgumentException: Format of the initialization string does not conform to specification starting at index 0.]
   System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) +2097
   System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) +199
   System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) +153
   System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +65
   System.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions(String connectionString, DbConnectionOptions previous) +38
   System.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup(DbConnectionPoolKey key, DbConnectionPoolGroupOptions poolOptions, DbConnectionOptions& userConnectionOptions) +217
   System.Data.SqlClient.SqlConnection.ConnectionString_Set(DbConnectionPoolKey key) +68
   System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +167
   PetaPoco.Database.OpenSharedConnection() in D:\a\1\s\JobBoard.Logic\Models\PetaPoco.cs:172
   PetaPoco.<Query>d__44`1.MoveNext() in D:\a\1\s\JobBoard.Logic\Models\PetaPoco.cs:857
   System.Linq.<OfTypeIterator>d__95`1.MoveNext() +141
   System.Linq.Enumerable.FirstOrDefault(IEnumerable`1 source) +246
   JobBoard.Web.Caching.CacheHelper.GetCachedValue(String propertyName, TimeSpan slidingExpiration, Func`1 getter) in D:\a\1\s\JobBoard.Web\Caching\CacheHelper.cs:63
   JobBoard.Web.Caching.CacheHelper.GetTheme() in D:\a\1\s\JobBoard.Web\Caching\CacheHelper.cs:26
   JobBoard.Web.Controllers.JobsController.Initialize(RequestContext requestContext) in D:\a\1\s\JobBoard.Web\Controllers\JobsController.cs:78
   System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state) +282
   System.Web.Mvc.<>c.<BeginProcessRequest>b__20_0(AsyncCallback asyncCallback, Object asyncState, ProcessRequestState innerState) +99
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState) +73
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout) +163
   System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state) +544
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +1128
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +134


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4676.0