Hey,
Just installed CRVS2010 SP 2 32 bit and when a text field is selected and I press Ctrl-C, the viewer throws an unhandled exception.
Any Idea why it would be throwing this exception? I do notice that it does in fact set the field text into the clipboard, but it still throws this error.
Message: HandlingInstanceID: 01949210-8634-47c8-b66d-4909f7f1dd0d
An exception of type 'System.Runtime.InteropServices.ExternalException' occurred and was caught.
-
01/11/2012 15:23:40
Type : System.Runtime.InteropServices.ExternalException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Requested Clipboard operation did not succeed.
Source : System.Windows.Forms
Help link :
ErrorCode : -2147221040
Data : System.Collections.ListDictionaryInternal
TargetSite : Void ThrowIfFailed(Int32)
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 CrystalDecisions.Windows.Forms.PageView.CopyText()
at CrystalDecisions.Windows.Forms.CrystalReportViewer.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.ContainerControl.ProcessCmdKey(Message& msg, Keys keyData)
at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)