StrataFrame Forum

1.6 Upgrade - ListPopulating Signature Error

http://forum.strataframe.net/Topic7154.aspx

By Tim Dol - 2/23/2007

I upgraded my project to version 1.6 and have a problem with the ListPopulating events on all my Infragistic ListView controls.

Here is the error:

Method 'Private Sub lvAppSettings_ListPopulating (sender as Object, e as MicroFour.StrataFrame.UI.ListPopulatingEventArgs)' cannot handle Event 'Public Event ListPopulating(sender as Object, e as MicroFour.StrataFrame.UI.ListPopulatingEventArgs)' because they do not have the same signature.

Tim

By StrataFrame Team - 2/26/2007

Ah, there is still a reference to 1.5 hanging around somewhere... You might try cleaning your solution, closing VS, and reopening it.  It thinks that the ListPopulatingEventArgs aren't the same because they're coming from different SF versions.  When we get this problem, we generally delete the local copy of the source code and re-get everything from source control.  I basically cleans the solution.  But, using VS to clean the solution and then re-opening VS should fix it.