Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Parameter count mismatch" exception on Row.Update #25

Open
pietergent opened this issue Sep 27, 2017 · 0 comments
Open

"Parameter count mismatch" exception on Row.Update #25

pietergent opened this issue Sep 27, 2017 · 0 comments

Comments

@pietergent
Copy link

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.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)}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant