I've developed a desktop application using WPF and Entity Framework code-first.
In my application the user can create multiple databases at run-time.
But Entity Framework can't create database if the user isn't admin on his machine.
I need to find a solution that could be done with coding. Management Studio is not installed on the user's machine.
What do you suggest?
CREATE DATABASE
rights. – Shivan Raptor May 15 at 9:41