|
|
Re: Problem with assembly for a sample app
|
Posted: Apr 4, 2003 6:02 PM
|
|
Hi Matt,
Many thanks for your reply. You've got sharp eyes. The space that you noticed is due to a error in the font; perhaps it has some funny kerning rule. I reposted that line below, again with [code] font, and definitely no space in my source code.
[code]imageList2.ImageStream = (System.Windows.Forms.ImageListStreamer)resources.GetObject("imageList2.ImageSt ream");
More importantly, in checking out the error you noted, I recompiled the project and the error disappeared. I don't believe I made a single change in the project.
I think the method I used to test the sample code is faulty, as evidenced by the earlier failure, so I'd like to know the proper way to build a project given merely a few .cs files.
I took a different approach, which produced a different symptom. I'll post about after I explore it further.
Again, thanks for your response.
Regards, Richard
|
|