PDA

View Full Version : بروز خطای نابهنگام و بی مورد در اجرای فایل EXE



Omid.R.A.Candy
جمعه 12 مهر 1392, 14:03 عصر
سلام دوستان و اساتید

من یه برنامه نوشتم که توش از ترد و کامپوننتهای تلریک استفاده کردم و در حال RUN کردن مشکلی نداره.ولی یک خط در میون و گا و بی گاه وقتی خود فایل EXE رو اجرا می کنم این ایراد رو می ده و از برنامه خارج میشه اصلا هم هیچ عقیده ای در مورد نوع و محل خطا ندارم.

111479


111480



See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Bounds cannot be changed while locked.
at Telerik.WinControls.RadElement.SetBoundsCore(Recta ngle bounds)
at Telerik.WinControls.RadElement.set_Location(Point value)
at Telerik.WinControls.UI.RadWaitingBarElement.waitin gTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
TelerikCommon
Assembly Version: 2010.1.10.409
Win32 Version: 2010.1.10.0409
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/TelerikCommon/2010.1.10.409__5bb2a467cbec794e/TelerikCommon.dll
----------------------------------------
Telerik.WinControls.GridView
Assembly Version: 2010.1.10.409
Win32 Version: 2010.1.10.0409
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.GridView/2010.1.10.409__5bb2a467cbec794e/Telerik.WinControls.GridView.dll
----------------------------------------
Telerik.WinControls.Themes.BreezeExtended
Assembly Version: 2010.1.10.409
Win32 Version: 2010.1.10.0409
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Themes.BreezeExtended/2010.1.10.409__5bb2a467cbec794e/Telerik.WinControls.Themes.BreezeExtended.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
apumwwgh
Assembly Version: 2010.1.10.409
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
rqckvzhl
Assembly Version: 2010.1.10.409
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
Microsoft.mshtml
Assembly Version: 7.0.3300.0
Win32 Version: 7.0.3300.0
CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

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

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.