Format of the initialization string does not conform to specification starting at index 0 (update-database error)
NickName:Ester Ribeiro Ask DateTime:2020-05-04T06:19:09

Format of the initialization string does not conform to specification starting at index 0 (update-database error)

I'm trying to create migration and I run: update-database And I get this error:

Format of the initialization string does not conform to specification starting at index 0. My connection string: "DefaultConnection": "Data Source= DataSourceName;Initial Catalog=FinancasPessoais;User ID=esantos;Password=**************" I'm using .net core 3.1

update-database error

Copyright Notice:Content Author:「Ester Ribeiro」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/61582394/format-of-the-initialization-string-does-not-conform-to-specification-starting-a

More about “Format of the initialization string does not conform to specification starting at index 0 (update-database error)” related questions

Format of the initialization string does not conform to specification starting at index 0 (update-database error)

I'm trying to create migration and I run: update-database And I get this error: Format of the initialization string does not conform to specification starting at index 0. My connection string: "

Show Detail

Format of the initialization string does not conform to specification starting at index 0

I have an ASP.NET application which runs fine on my local development machine. When I run this application online, it shows the following error: Format of the initialization string does not confor...

Show Detail

How to solve "Format of the initialization string does not conform to specification starting at index 0"

I'm a noob on EF and WebApi, and I've been with this problem for hours now, I searched internet and SO for the solution but any of them fixed my case. I have a simple website, using Entity Framewor...

Show Detail

Format of the initialization string does not conform to specification starting at index 0

I have an ASP.Net MVC application which runs fine on my local development machine. But when deployed to IIS7 gives the following error when trying to log in: Format of the initialization string ...

Show Detail

Format of the initialization string does not conform to specification starting at index 0

I have an ASP.Net MVC application which runs fine on my local development machine. But when deployed to IIS7 gives the following error when trying to log in: Format of the initialization string ...

Show Detail

Format of the initialization string does not conform to specification starting at index 103

My ASP.Net application runs fine locally, but as soon as I deploy to Azure App Services it gives this error: Format of the initialization string does not conform to specification starting at index ...

Show Detail

Sqlexpress Format of the initialization string does not conform to specification starting at index 0

i have two connectionStrings: <connectionStrings> <add name="DefaultConnection" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\aspnet-Eriksson-Still...

Show Detail

error message: Format of the initialization string does not conform to specification starting at index 0

I searched SO but have not found a solution to my error. I am using VS 2013, and SQL Server 2014. Below is my connectionstring: using (SqlConnection sqlConnection = new SqlConnection("

Show Detail

Format of the initialization string does not conform to specification starting at index 0

Could any body solve my problem i am developing windows mobile 6.1 app, when i execute the application the following exception was thrown Format of the initialization string does not conform to

Show Detail

How to fix error ::Format of the initialization string does not conform to specification starting at index 0::

I uploaded my site on godaddy shared host. I can access this database from my management studio. I can't access this database from my site. I get following error: Format of the initialization st...

Show Detail