Try installing .net framework 1.1, and then target the app for this version.
We had the same problem, and this worked for us.
See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cp
contargetingnetframeworkversion.asp
> Since I installed the new service pack for .net 1.0 i am experiencing a
> strange behaviour in my .net application.
[quoted text clipped - 3 lines]
> lost from the control first time. This is causing problems with my
> validation. Has anyone else experienced same problem
Navneet - 22 Sep 2004 01:59 GMT
Is there any way to target framework 1.1 with visual studio 2002. As far as I
know there is no way to do this.
> Try installing .net framework 1.1, and then target the app for this version.
> We had the same problem, and this worked for us.
[quoted text clipped - 9 lines]
> > lost from the control first time. This is causing problems with my
> > validation. Has anyone else experienced same problem