You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a "Parameter count mismatch" exception when I do a Row.Update on some of my spreadsheets since a couple of weeks. Others work fine. Any clue why this could happen or how I could find?
Thanks a lot and regards,
Pieter
{"Parameter count mismatch."} Data: {System.Collections.ListDictionaryInternal} HResult: -2147352562 HelpLink: Nothing InnerException: Nothing Message: "Parameter count mismatch." Source: "mscorlib" StackTrace: " at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)" & vbCrLf & " at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)" & vbCrLf & " at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)" & vbCrLf & " at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)" & vbCrLf & " at GDataDB.Impl.Serializer1.<>c__DisplayClass3.b__2(PropertyInfo p) in c:\prg\GDataDB\GDataDB\GDataDB\Impl\Serializer.cs:line 32" & vbCrLf & " at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext()" & vbCrLf & " at System.Xml.Linq.XContainer.AddContentSkipNotify(Object content)" & vbCrLf & " at System.Xml.Linq.XContainer.Add(Object content)" & vbCrLf & " at GDataDB.Impl.Serializer1.Serialize
(Row1 row) in c:\prg\GDataDB\GDataDB\GDataDB\Impl\Serializer.cs:line 38" & vbCrLf & " at GDataDB.Impl.Row1.Update() in c:\prg\GDataDB\GDataDB\GDataDB\Impl\Row.cs:line 22" & vbCrLf & " at MyApp.clsGoogleDocs.UpdateGoogleUsersAndCrossSpreadsheetDataForThisTeamGDataDB(String strTeam) in C:\MyApp\clsGoogleDocs.vb:line 1678"
TargetSite: {System.Object[] InvokeArgumentsCheck(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)}`
The text was updated successfully, but these errors were encountered:
Hi,
I have a "Parameter count mismatch" exception when I do a Row.Update on some of my spreadsheets since a couple of weeks. Others work fine. Any clue why this could happen or how I could find?
Thanks a lot and regards,
Pieter
{"Parameter count mismatch."} Data: {System.Collections.ListDictionaryInternal} HResult: -2147352562 HelpLink: Nothing InnerException: Nothing Message: "Parameter count mismatch." Source: "mscorlib" StackTrace: " at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)" & vbCrLf & " at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)" & vbCrLf & " at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)" & vbCrLf & " at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)" & vbCrLf & " at GDataDB.Impl.Serializer
1.<>c__DisplayClass3.b__2(PropertyInfo p) in c:\prg\GDataDB\GDataDB\GDataDB\Impl\Serializer.cs:line 32" & vbCrLf & " at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext()" & vbCrLf & " at System.Xml.Linq.XContainer.AddContentSkipNotify(Object content)" & vbCrLf & " at System.Xml.Linq.XContainer.Add(Object content)" & vbCrLf & " at GDataDB.Impl.Serializer
1.Serialize(Row
1 row) in c:\prg\GDataDB\GDataDB\GDataDB\Impl\Serializer.cs:line 38" & vbCrLf & " at GDataDB.Impl.Row
1.Update() in c:\prg\GDataDB\GDataDB\GDataDB\Impl\Row.cs:line 22" & vbCrLf & " at MyApp.clsGoogleDocs.UpdateGoogleUsersAndCrossSpreadsheetDataForThisTeamGDataDB(String strTeam) in C:\MyApp\clsGoogleDocs.vb:line 1678"TargetSite: {System.Object[] InvokeArgumentsCheck(System.Object, System.Reflection.BindingFlags, System.Reflection.Binder, System.Object[], System.Globalization.CultureInfo)}`
The text was updated successfully, but these errors were encountered: