eliteapp

Note 20. dubna 2012:12:21

Apr 20th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.20 KB | None | 0 0
  1. //Verze 2.2012.157.0
  2. //MICHALUVMAC
  3. //Windows 7 x86 Service Pack 1 v6.1.7601
  4. //20.4.2012 12:21:21
  5.  
  6. System.InvalidCastException: Specified cast is not valid.
  7.    at (Object , Object )
  8.    at DevExpress.Xpo.Metadata.ReflectionMemberInfo.DelegateFieldAccessor.SetValue(Object theObject, Object value)
  9.    at DevExpress.Xpo.Metadata.ReflectionMemberInfo.SetValue(Object theObject, Object theValue)
  10.    at DevExpress.Xpo.XPBaseObject.SetMemberValue(String propertyName, Object newValue)
  11.    at Elite.Exchange.Import.ImportVzpFile.Start(IProgressInfo ProgressInfo)
  12.    at Elite.Exchange.Import.ImportVzp.DoWork()
  13.    at Elite.Common.ProcessData.doWork()
  14.    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  15.    at System.Threading.ExecutionContext.runTryCode(Object userData)
  16.    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  17.    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  18.    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  19.    at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment