﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » ListPopulating event broken</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 04:00:36 GMT</lastBuildDate><ttl>20</ttl><item><title>ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost11389.aspx</link><description>I was doing some refactoring of my project, rearranging the projects and such. That is a joy as always. I had it all rearranged, no errors, it compiled and everything and then added a few existing files from a test project. BOOM.  44 ListPopulating event handlers are now reporting errors.  In all cases they report (method name differs, but other than that they are the same):&lt;br&gt;
&lt;br&gt;
[quote]Error 42: Method 'Private Sub cboAnalysisType_ListPopulating(e As MicroFour.StrataFrame.UI.ListPopulatingEventArgs)' cannot handle Event 'Public Event ListPopulating(e As MicroFour.StrataFrame.UI.ListPopulatingEventArgs)' because they do not have the same signature.&lt;br&gt;
[/quote]&lt;br&gt;
&lt;br&gt;
Now unless I'm going blind, those signatures sure look the same to me.  Any ideas what might be going on?  I'm stuck until this gets fixed. &lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Thu, 31 Jan 2008 13:21:49 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost13877.aspx</link><description>LOL...funny how that works, huh? :D</description><pubDate>Thu, 31 Jan 2008 13:21:49 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost13874.aspx</link><description>Yep, I realize this is a .net issue.  I just opened the solution in VS2008 and there is no problem...so I guess I'm using VS2008 now!  Bloody VS...Long live VS! :P</description><pubDate>Thu, 31 Jan 2008 13:01:52 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost13872.aspx</link><description>[quote]Did you ever resolve this? If so, how? Does VS 2008 help with this?&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;This is more of a .NET and designer related issue versus an SF issue.&amp;nbsp; However, since we have been on 2008 we have not experienced this.&amp;nbsp; But that could just be coincidental :D</description><pubDate>Thu, 31 Jan 2008 12:15:00 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost13871.aspx</link><description>This happened to me again.  This time I had set the references, so either that had nothing to do with it...or there are more than one ways this can break.  Did you ever resolve this? If so, how?  Does VS 2008 help with this?&lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Thu, 31 Jan 2008 12:00:06 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost11432.aspx</link><description>Yep, we're going to try removing and re-adding the references again on our end as well.&amp;nbsp; For the time being, we just commented out the errors because they were on non-essential forms and we wanted to continue making progress.&amp;nbsp; So, when we go back to working with those forms, we'll be re-addressing the problem, at which time, we'll play with the references some more.</description><pubDate>Tue, 11 Sep 2007 13:16:26 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost11414.aspx</link><description>I got mine fixed. It was related to references. I was moving around classes first, then setting references when I found errors. When I did this with the Microfour.StrataFrame.UI assembly after adding the classes (as soon as it was added) I'd get the compile errors.  When I made sure all the references were set first, then added the classes, no problems.&lt;br&gt;
&lt;br&gt;
Of course, I had the freedom to revert to a previous revision. I doubt you have that freedom. But maybe this info will spark a brilliant thought on your end!</description><pubDate>Mon, 10 Sep 2007 21:21:52 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost11405.aspx</link><description>It's good to know I'm not the only one.  I'm going to try and revert to a previous version from my repository and just redo the edits (which works cause I'm the only one developing it right now)....and pray.&lt;br&gt;
&lt;br&gt;
I also hope that 2008 fixes some of this garbage...but I'm not counting on it.&lt;br&gt;
&lt;br&gt;
Thanks for keeping me updated, I do likewise.&lt;br&gt;
&lt;br&gt;
I think my initial assessment was right...gremlins  :alien:</description><pubDate>Mon, 10 Sep 2007 12:36:16 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost11397.aspx</link><description>Haha, would you believe that we're having the exact same problem right now with the exact same event handler?&amp;nbsp; It's only happending with our Infragistics wrapper combo box right now, and it's only happening on Trent's computer.&amp;nbsp; Everyone else's works fine!!&amp;nbsp; We've tried everything from dumping the solution folder and getting the latest version clean from source control to removing all of the assemblies from the GAC.&amp;nbsp; Bah, hopefully stuff like this will get fixed in VS2008 (though I won't hope too much for fear of being let down). &lt;/P&gt;&lt;P&gt;I'll let you know if we find anything.</description><pubDate>Mon, 10 Sep 2007 08:53:58 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: ListPopulating event broken</title><link>http://forum.strataframe.net/FindPost11390.aspx</link><description>OK, a bit more info.  I used msbuild from the command line to build the solution.  It succeeded with no errors.  ...Sigh...  So really, the issue is how to get VS to stop having a tizzy fit over nothing.  :ermm:  Anyone else have unruly children? ;)</description><pubDate>Fri, 07 Sep 2007 17:51:26 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>