我那加是这样的
.NET Framework 版本:2.0.50727.3053
Foxtable 版本:2015.11.2.1
错误所在事件:表,基础资料,DataRowAdding
详细错误信息:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'UserCode' threw an exception. ---> System.NotSupportedException: No devices of the category
at DirectX.Capture.FilterCollection.getFilters(Guid category)
at DirectX.Capture.FilterCollection..ctor(Guid category)
at DirectX.Capture.Filters..ctor()
at UserCode..cctor()
--- End of inner exception stack trace ---
at UserCode.DataRowAdding(DataRowEventArgs e)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Foxtable.DataTable.Oo00o O (Object A_0, DataTableNewRowEventArgs A_1)