c# - Format of the initialization string does not conform to specification starting at index 0 : no new solution -


i've developed application using entity framework 5 , published azure. when running visual studio 2015, works fine. however, when running azure, following error, 'format of initialization string not conform specification starting @ index 0'. below part of connection string (username , password excluded).

name="knowledgewikientities" connectionstring="metadata=res:///models.wikimodel.csdl|res:///models.wikimodel.ssdl|res://*/models.wikimodel.msl;provider=system.data.sqlclient;provider connection string="data source=[server name];initial catalog=[table name];user id=[username];password=[password];multipleactiveresultsets=true;app=entityframework"" providername="system.data.entityclient"

i've looked through several different solutions, none have worked. ideas why problem occurring?


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -