From: Nathan Sokalski on
I am using Visual Studio 2008 on Windows 7 Ultimate 64-Bit. However, I have
been getting an error when debugging my site even though I haven't changed
anything since I had it on my old 32-Bit XP machine not more than about 2
months ago. I have been trying to get help for the actual errors with some
of the other newsgroups; my question here is are there any known issues
between Visual Studio 2008/.NET 3.5 and 64-Bit operating systems? Thanks.
--
Nathan Sokalski
njsokalski(a)hotmail.com
http://www.nathansokalski.com/

From: Alexey Smirnov on
On Mar 2, 12:25 am, "Nathan Sokalski" <njsokal...(a)hotmail.com> wrote:
> I am using Visual Studio 2008 on Windows 7 Ultimate 64-Bit. However, I have
> been getting an error when debugging my site even though I haven't changed
> anything since I had it on my old 32-Bit XP machine not more than about 2
> months ago. I have been trying to get help for the actual errors with some
> of the other newsgroups; my question here is are there any known issues
> between Visual Studio 2008/.NET 3.5 and 64-Bit operating systems? Thanks.
> --
> Nathan Sokalski
> njsokal...(a)hotmail.comhttp://www.nathansokalski.com/

So, what is the error, and how it is configured? Are you using IIS, or
VS.Net test web server?
From: Nathan Sokalski on
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.
--
Nathan Sokalski
njsokalski(a)hotmail.com
http://www.nathansokalski.com/

"Alexey Smirnov" <alexey.smirnov(a)gmail.com> wrote in message
news:d637d565-619b-4d84-8af7-fc1e29eb0aaf(a)33g2000yqj.googlegroups.com...
> On Mar 2, 12:25 am, "Nathan Sokalski" <njsokal...(a)hotmail.com> wrote:
>> I am using Visual Studio 2008 on Windows 7 Ultimate 64-Bit. However, I
>> have
>> been getting an error when debugging my site even though I haven't
>> changed
>> anything since I had it on my old 32-Bit XP machine not more than about 2
>> months ago. I have been trying to get help for the actual errors with
>> some
>> of the other newsgroups; my question here is are there any known issues
>> between Visual Studio 2008/.NET 3.5 and 64-Bit operating systems? Thanks.
>> --
>> Nathan Sokalski
>> njsokal...(a)hotmail.comhttp://www.nathansokalski.com/
>
> So, what is the error, and how it is configured? Are you using IIS, or
> VS.Net test web server?

From: Alexey Smirnov on
On Mar 2, 5:02 pm, "Nathan Sokalski" <njsokal...(a)hotmail.com> wrote:
> 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.
> --
> Nathan Sokalski
> njsokal...(a)hotmail.comhttp://www.nathansokalski.com/
>
> "Alexey Smirnov" <alexey.smir...(a)gmail.com> wrote in message
>
> news:d637d565-619b-4d84-8af7-fc1e29eb0aaf(a)33g2000yqj.googlegroups.com...
>
>
>
> > On Mar 2, 12:25 am, "Nathan Sokalski" <njsokal...(a)hotmail.com> wrote:
> >> I am using Visual Studio 2008 on Windows 7 Ultimate 64-Bit. However, I
> >> have
> >> been getting an error when debugging my site even though I haven't
> >> changed
> >> anything since I had it on my old 32-Bit XP machine not more than about 2
> >> months ago. I have been trying to get help for the actual errors with
> >> some
> >> of the other newsgroups; my question here is are there any known issues
> >> between Visual Studio 2008/.NET 3.5 and 64-Bit operating systems? Thanks.
> >> --
> >> Nathan Sokalski
> >> njsokal...(a)hotmail.comhttp://www.nathansokalski.com/
>
> > So, what is the error, and how it is configured? Are you using IIS, or
> > VS.Net test web server?- Hide quoted text -
>
> - Show quoted text -

If it refers to a control then comparing project files will not help,
because this is not because of the source code. It sounds like either
VS was not properly installed, or another application did change
something there. Do you have SP1 installed? If I were you I would try
to reinstall SP or VS.
From: Alexey Smirnov on
On Mar 2, 5:02 pm, "Nathan Sokalski" <njsokal...(a)hotmail.com> wrote:
> 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.
> --
> Nathan Sokalski
> njsokal...(a)hotmail.comhttp://www.nathansokalski.com/
>
> "Alexey Smirnov" <alexey.smir...(a)gmail.com> wrote in message
>
> news:d637d565-619b-4d84-8af7-fc1e29eb0aaf(a)33g2000yqj.googlegroups.com...
>
>
>
> > On Mar 2, 12:25 am, "Nathan Sokalski" <njsokal...(a)hotmail.com> wrote:
> >> I am using Visual Studio 2008 on Windows 7 Ultimate 64-Bit. However, I
> >> have
> >> been getting an error when debugging my site even though I haven't
> >> changed
> >> anything since I had it on my old 32-Bit XP machine not more than about 2
> >> months ago. I have been trying to get help for the actual errors with
> >> some
> >> of the other newsgroups; my question here is are there any known issues
> >> between Visual Studio 2008/.NET 3.5 and 64-Bit operating systems? Thanks.
> >> --
> >> Nathan Sokalski
> >> njsokal...(a)hotmail.comhttp://www.nathansokalski.com/
>
> > So, what is the error, and how it is configured? Are you using IIS, or
> > VS.Net test web server?- Hide quoted text -
>
> - Show quoted text -

More about compatibility
http://www.microsoft.com/windows/compatibility/windows-7/en-us/Search.aspx?type=Software&s=visual%20studio&os=64-bit