I found a little issue that I think is worth informing you about. If I use
MicroFour.StrataFrame.DBEngine.Deployment.MDDeployMain to deploy a database on a sql express instance and that instance is the only sql server instance on the computer, the
the ComboBox with the header "Select SQL Server" only shows the computername . If you continue the wizard it will fail to connect to the server. Strange... since I just connected to the server and that worked. After I manually set the sql server to 'COMPUTERNAME\SQLEXPRESS' it worked.
I tried the same with a full sql server version and then it does not seem to matter.
My suggestion would be to always add the Computername + Instancename, even if there is just one sql server instance visible.
Hope you can change that behaviour or tell me if I have done something wrong.
Thanks