Live drop Error

07/03/2025 15:24 Pandablack#1
Hello, how are you all?
My friends, I'm having a problem with a program that I use to add drops to mobs and bosses. Could you help me with this? I'll leave the error code below for anyone who can help me. I'd really appreciate it.


Consulte o final desta mensagem para obter detalhes sobre como chamar a
depuração just-in-time (JIT) em vez desta caixa de diálogo.

************** Texto de Exceção **************
System.Runtime.InteropServices.SEHException (0x80004005): Componente externo acionou uma exceção.
em _CxxThrowException(Void* , _s__ThrowInfo* )
em nanodbc.connection.connection_impl.connect(connect ion_impl* , basic_string<char\,std::char_traits<char>\,std::al locator<char> >* connection_string, Int32 timeout)
em nanodbc.connection.connection_impl.{ctor}(connecti on_impl* , basic_string<char\,std::char_traits<char>\,std::al locator<char> >* connection_string, Int32 timeout)
em nanodbc.connection.{ctor}(connection* , basic_string<char\,std::char_traits<char>\,std::al locator<char> >* connection_string, Int32 timeout)
em UpdateDrops(Int32 MobID)
em LiveDropEditor.LiveDropEditorGUI.button2_Click(Obj ect sender, EventArgs e)
em System.Windows.Forms.Control.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ButtonBase.WndProc(Message& m)
em System.Windows.Forms.Button.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblies Carregados **************
mscorlib
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.4785.0 built by: NET48REL1LAST_B
Base de Código: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
LiveDropEditor
Versão do Assembly: 0.0.0.0
Versão do Win32:
Base de Código: file:///C:/Users/Administrator/Desktop/LiveDropEditor.exe
----------------------------------------
System.Windows.Forms
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.4739.0 built by: NET48REL1LAST_B
Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.4770.0 built by: NET48REL1LAST_B
Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.4390.0 built by: NET48REL1LAST_C
Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.4190.0 built by: NET48REL1LAST_B
Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.4785.0 built by: NET48REL1LAST_B
Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.3761.0 built by: NET48REL1
Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms.resources
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.3761.0 built by: NET48REL1
Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.3761.0 built by: NET48REL1
Base de Código: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------

************** Depuração JIT **************
Para habilitar a depuração just-in-time (JIT), o arquivo .config deste
aplicativo ou computador (machine.config) deve ter o valor
jitDebugging definido na seção system.windows.forms.
O aplicativo também deve ser compilado com a depuração
habilitada.

Por exemplo:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Quando a depuração JIT está habilitada, qualquer exceção sem tratamento
será enviada ao depurador JIT registrado no computador,
em vez de ser tratada nesta caixa de diálogo.
07/03/2025 15:41 NecroEyes#2
i can help you with a fix for free, sent you my contact.
07/08/2025 16:58 menfuisu996#3
I think you should update the .NET Framework. And try again
07/09/2025 02:12 eren59#4
The sql server connection is being refused. The program you are using may not be compatible with your current sql version. Keep .net up to date. Or if you have the source code, edit your connections according to the SQL version you are using.