Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
600
Compiling error on VISTA, not on XP
posted

Hi,

if I compile my project on VISTA, I get the following error:

Fehler 103 Die Methode "Private Sub uteMONAT_EditorButtonClick(sender As
Object, e As Infragistics.Win.UltraWinEditors.EditorButtonEventArgs)" kann
das Ereignis "Public Event EditorButtonClick(sender As Object, e As
Infragistics.Win.UltraWinEditors.EditorButtonEventArgs)" nicht behandeln, da
sie nicht die gleiche Signatur
haben. D:\DotNet\iBSBaulohn\iBSBaulohnExtern\Erfassung02.vb 576 152 iBSBaulohnExtern

On XP, everything is o.k. What can I do, where can I search?

Thanks for Help

Hansjörg Wintermantel

  • 37774
    posted

     Going by Google translate, it seems like the compiler can't match up the method signature with what it's expecting.  It's possible that your project is referencing a version of NetAdvantage that you don't have, or that you have a DLL locally (i.e. in your bin directory) that doesn't match the rest of hte DLLs that are found.  Make sure that Copy Local is set to False for the Infragistics DLLs, and possibly try setting Specific Version to false as well.

    -Matt