Murat Cakir
Murat Cakir
The key to _real_ platform independence is **Entity Framework 7** and ASP.NET vNext with **.NET Core**. The first will provide first-class support for Postgresql, MySQL etc. The latter guarantees hassle...
It's definitely worth a try. INFO: StoredProcs can be turned off via `IDataProvider`. The system would then use LINQ counterparts.
We'll start with `SqlServer` and `MySql`. `PostgreSQL` _may_ follow later.
by notification system do you mean web hooks via Web API? If so, I'd like that too! > Migrated from CodePlex: written by [diegohb](https://www.codeplex.com/site/users/view/diegohb), on 7/3/2014 7:24:28 PM
Please make a pull request, I'll check it then.
Maybe MySql? We'll investigate.
Could anyone please post the **full stack trace.**?
This is really strange. The strack trace indicates that there is a problem with the environment. We have not been able to reproduce this yet. The exception is thrown by...
> What would the right steps be to start the app for development in debug mode? Nothing more than you did. How is your launch profile configured? IIS Express, IIS?
At the bottom of your screenshot it says: _...NET 6.0.2 Hosting_. Smartstore currently requires AspNetCore Core **6.0.7**. It also indicates that you use _IIS_, not _IIS Express_. That's what I...