maybe I'm doing something stupid, but I tried the SampleDataInstallerClass from the Example.zip for C#. I unpacked the examples to the projects directory and opened the solution with VS2005. Then I corrected the references to my new strataframe components on my machine and started debugging.
I tried the Pre-Build Dialogs, but as soon as I click on the combobox to choose the server, I get an exception in MDDeployMain.vb at
'-- Clear the combo
cboSQLServer.Items.Clear()
telling me, there is a cross-thread call exeption.
Therefore I can't choose any server and have to stop debugging.
Any hint?
TIA and friendly greetings, Ralph
I ran the C# sample that gets installed with the framework (instead of the one from the forum) and did not have any issues. The one from the forum was ultimately added to the install. Click Start -> StrataFrame -> Samples -> C# -> Database Installer Sample. Run this sample to see if you have the same issue. I am not having any issues with the sample. If you are running the installer class (not the standard part of the sample) through an installation, then you have to take this into account if you are executing the install on another thread by creating a delegate or a synchronization object (ISynchronizeInvoke). But if you are just running the WinForms sample, then I cannot reproduce. Any additional details would be helpful