lucabriguglia / Weapsy

ASP.NET Core CMS
http://www.weapsy.com
Other
10 stars 2 forks source link

Error When start with PostgreSQL #28

Closed hailong2107 closed 7 years ago

hailong2107 commented 7 years ago

i have a problem when start projects with PostgreSQL

but on queryHandler it get provider like: Weapsy.Infrastructure.Configuration.DataProvider.MSSQL

lucabriguglia commented 7 years ago

Can you please show me your appsettings.json?

hailong2107 commented 7 years ago

Hi luca { "ApplicationInsights": { "InstrumentationKey": "" }, "Data": { "Provider": "PostgreSQL" // Options: MSSQL, MySQL, SQLite, PostgreSQL }, "ConnectionStrings": { "DefaultConnection": "{ConnectionString}" }, "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", "Microsoft": "Information" } } }

lucabriguglia commented 7 years ago

Hi Nguyen, "when" are you receiving the error? Can you please show me the call stack?

lucabriguglia commented 7 years ago

Closing as there was no response for almost 2 months.