From: Paul on
You never gave enough information about the error.

I had a similar problem on vs2009 win7-64. It was driving me nuts that the
designer was repeatedly dropping the constructor for my custom control on
the form. It turned out I had marked the control's constructor internal and
it should have been public.


-------- Original Message --------

> The error has to do with a control being Nothing (or null) when I try to
> set one of it's properties. I am using the Visual Studio 2008 test web
> server. Even though I have tried to find a way to fix it, the thing that
> makes me wonder if it has anything to do with Windows 7 or 64-bit is the
> fact that when I would test the site on my 32-bit XP machine less than 2
> months ago, I had not problems with the exact same code. And even more
> frustrating is the fact that I have made a copy of the site and compared
> every file character for character, yet one works and one doesn't. But I
> have (and still am) trying to figure out how to fix the problem in
> another thread, my real question here is whether 2008 has any known
> issues on Windows 7 64-Bit. Is there a site that Microsoft has that
> would have information like this available on it? Thanks.