Well. I only made the creator which creates the taskfile and set values in bot. For delta the bot itself must be changed and I have no acces to source code of bot...
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.
************** Ausnahmetext **************
System.Configuration.ConfigurationErrorsException: Das Konfigurationssystem konnte nicht initialisiert werden. ---> System.Configuration.ConfigurationErrorsException: Unbekannter Konfigurationsabschnitt "system.serviceModel". (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Con fig\machine.config line 134)
bei System.Configuration.ConfigurationSchemaErrors.Thr owIfErrors(Boolean ignoreLocal)
bei System.Configuration.BaseConfigurationRecord.Throw IfParseErrors(ConfigurationSchemaErrors schemaErrors)
bei System.Configuration.BaseConfigurationRecord.Throw IfInitErrors()
bei System.Configuration.ClientConfigurationSystem.Ens ureInit(String configKey)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Configuration.ClientConfigurationSystem.Ens ureInit(String configKey)
bei System.Configuration.ClientConfigurationSystem.Pre pareClientConfigSystem(String sectionName)
bei System.Configuration.ClientConfigurationSystem.Sys tem.Configuration.Internal.IInternalConfigSystem.R efreshConfig(String sectionName)
bei System.Configuration.ConfigurationManager.RefreshS ection(String sectionName)
bei System.Configuration.ClientSettingsStore.ReadSetti ngs(String sectionName, Boolean isUserScoped)
bei System.Configuration.LocalFileSettingsProvider.Get PropertyValues(SettingsContext context, SettingsPropertyCollection properties)
bei System.Configuration.SettingsBase.GetPropertiesFro mProvider(SettingsProvider provider)
bei System.Configuration.SettingsBase.SetPropertyValue ByName(String propertyName, Object propertyValue)
bei System.Configuration.SettingsBase.set_Item(String propertyName, Object value)
bei System.Configuration.ApplicationSettingsBase.set_I tem(String propertyName, Object value)
bei Taskcreator_Webinstaller.Form2.Button2_Click(Objec t sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.
Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.