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