.Net Web Applications and Vista

D

Dino69

Hi,

I'm a new user of Windows Vista Ultimate and I'm having lots of problems
with my .net web applications. I have already added the registry value
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents 0x000000FF.
I worked from last week until today. Probably the new updates from Microsoft
has changed something else and again, I can't work.
Does anybody know how to make it work on vista ultimate? I just cannot
believe it, in WindowsXP it was something like plug n' play!

Tks

Dino69
 
R

Ron G.

Not sure if I understand your issue Completely, but have found that .NET
applications in Vista require the same. .NET version for. them to work. You
can download a .NET redistributable package for each older version. once
installed, the applications seem to run fine. I went through anddownloaded
all prior versions for my pc as they werea little difficult to locate online.

The link below, I saved after getting .NET 1.1. You can scroll dam. that to
find links to the .NET redistributable packages which should resolve your
issue, provided I understood exactly what the problem was.

http://www.microsoft.com/downloads/...e3-f589-4842-8157-034d1e7cf3a3&displayLang=en
 
M

Mr. Arnold

Dino69 said:
Hi,

I'm a new user of Windows Vista Ultimate and I'm having lots of problems
with my .net web applications. I have already added the registry value
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents
0x000000FF.

What are you talking about here? I have had VS 2005 and .Net Frameowork 2.0
on this machine running Vista and I have VS 2008 and .Net Framwork 3.5 on
this machine developing Web applications. I have never had to make the
change you have mentioned above.
I worked from last week until today. Probably the new updates from
Microsoft
has changed something else and again, I can't work.
Does anybody know how to make it work on vista ultimate? I just cannot
believe it, in WindowsXP it was something like plug n' play!

Again, I don't know what you're talking about. I have applied all
appropriate updates to Vista which has not affected VS 2005, 2008 and IIS.

I'll assume you are starting VS up with Run as Administrator, because if
you're not doing so, you will have problems in developing .Net solutions on
Vista.

I will also assume that you know a programming a solution that will use the
Vista Manifest to an application's permissions to run on Vista.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top