Note that there are some explanatory texts on larger screens.

plurals
  1. POGetting clipboard error from few applications when chrome is running - Datagridview on WinForm
    primarykey
    data
    text
    <p><br> I am getting an error when I am trying to use ctrl + C and ctrl +V on a datagridview control. This is not reproducible on my other machine. </p> <p><strong>Further analyzing the case, I figured out that this issue occurs only if Google Chrome is running. If I close Google Chrome, it works fine as expected.</strong></p> <p>This is the exception thrown by application, Requested Clipboard operation did not succeed.</p> <pre><code>--STACK TRACE-- at System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr) at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay) at System.Windows.Forms.DataGridView.ProcessInsertKey(Keys keyData) at System.Windows.Forms.DataGridView.ProcessDataGridViewKey(KeyEventArgs e) at System.Windows.Forms.DataGridView.OnKeyDown(KeyEventArgs e) at System.Windows.Forms.Control.ProcessKeyEventArgs(Message&amp; m) at System.Windows.Forms.DataGridView.ProcessKeyEventArgs(Message&amp; m) at System.Windows.Forms.Control.ProcessKeyMessage(Message&amp; m) at System.Windows.Forms.Control.WmKeyChar(Message&amp; m) at System.Windows.Forms.Control.WndProc(Message&amp; m) at System.Windows.Forms.DataGridView.WndProc(Message&amp; m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp; m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp; m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) System.Windows.Forms </code></pre> <p><strong>This issue occurs with Internet Explorer as well.</strong></p> <p>Is there anything that I have to do on datagridview. Please help me out to troubleshoot this issue.</p> <p>Thanks in advance, <br>Vijay</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload