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
Post a Comment