Hi Trent
It's an isolated case. It's a customer of our system and we don't have access to the computer or more information, as we chat with him he is using Windows Home (spanish).
The error comes from here:
'-- Establish Locals'Dim lcPath As String = AddBS(Environment.GetFolderPath(Environment.SpecialFolder.CommonProgramFiles)) & "Datafox\Datafox Ventas Online 2010\Data\"Dim lcPath As String = AddBS(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments)) & "Datafox Ventas Online\Data\"Dim loDeploy As MicroFour.StrataFrame.DBEngine.Deployment.MDDeployMain'-- Create the deployment formloDeploy =
New MicroFour.StrataFrame.DBEngine.Deployment.MDDeployMain(lcPath & "DFVOL2010DB.pkg", "sukifero")loDeploy.ShowDialog()
loDeploy.Close()
loDeploy.Dispose()
First the application shows a screen that has some instructions regarding the deployment of the database, when user clic Install the MDDeployMain is executed. I test this in Windows XP SP 3 with that has the OS and and antivirus installed and SQL Server Express 2008, other test where in Windows Vista Home Premium and Windows 7. It works in all of them.
I'm in the idea that is something wrong in the customer computer, the installer of our application does not install any fonts.
I know that I can create our own deployment screens, but I don't know how to let the user choose the server (the example does not contain that part) so I choose for let SF do the job. I ask about looking if someone has seen something similar before.
If you can indicate to me some instructions about how to let the user select the server I will make our own form for the deployment, because is simple, just has to create the database, tables and procedures and add some data. It's not necesary present other options to the user as your function does.
And I really sorry for can't give you more details, it should be something worong in that computer. I have 6 more applications at this time with other customers, no one has reported something like this, but if another has the problem, I will try to use remote access "to see" the computer and have more details.
I really thanks for your help. I takes more than a year put our first application using SF to work, but I really enjoy the framework, SF really works great and I can do many things that without SF sure I need two more years of work to do.
Regards
Juan Carlos Pazos
Everything is possible, just keep trying...