พอดี App คนเก่าเขียนด้วย .NET Framework 1.1 แล้วผมเอาไป Import เขียนบน Visual Studio 2005 แต่ปัญหาก็คือ บาง App มันยังเรียกใช้ Version 1.1 อยู่ทำให้รันแล้วมีปัญหาครับ
Code
ust-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Net.Sockets.SocketException: An invalid argument was supplied
at System.Net.Sockets.Socket.LoadDisconnectEx()
at System.Net.Sockets.Socket.get_DisconnectEx_Blocking()
at System.Net.Sockets.Socket.Disconnect(Boolean reuseSocket)
at LoadData.PCTransfer.btnReceive_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 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.
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.
LoadData จะทำยังไงให้ตัวนี้รัน Version 2.0 เหมือนกับ App อื่นครับ เพราะ App นี้ Import มาจาก Version 1.1