You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If dbDir has space or chinese character, cannot initbd
for example var appPath = "C:\\Users\\me\\Desktop\\Dev\\x -test\\Service"; var server = new MysticMind.PostgresEmbed.PgServer("15.3.0", "postgres", appPath,Guid.NewGuid()); server.Start();
or var appPath = "C:\\Users\\me\\Desktop\\Dev\\文件夹\\Service"; var server = new MysticMind.PostgresEmbed.PgServer("15.3.0", "postgres", appPath,Guid.NewGuid()); server.Start();
The text was updated successfully, but these errors were encountered:
If dbDir has space or chinese character, cannot initbd
for example
var appPath = "C:\\Users\\me\\Desktop\\Dev\\x -test\\Service"; var server = new MysticMind.PostgresEmbed.PgServer("15.3.0", "postgres", appPath,Guid.NewGuid()); server.Start();
or
var appPath = "C:\\Users\\me\\Desktop\\Dev\\文件夹\\Service"; var server = new MysticMind.PostgresEmbed.PgServer("15.3.0", "postgres", appPath,Guid.NewGuid()); server.Start();
The text was updated successfully, but these errors were encountered: