What framework ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi:
We have visual studio 2005 and framework 2 running on window XP, we are
planning to switch to window vista in 3 months. We are going to develop new
web application that will take about 6-8 month to develop. We want to make
sure that when move to window vista the transition will go smooth. What is
your suggest to handle this?
Thank you.
 
Madison said:
We have visual studio 2005 and framework 2 running on window XP, we are
planning to switch to window vista in 3 months. We are going to develop new
web application that will take about 6-8 month to develop. We want to make
sure that when move to window vista the transition will go smooth. What is
your suggest to handle this?

Install Vista on one machine to start with, and regularly test with it.
You could use a virtual machine if necessary.
 
Hi Madison,

Firstly, as for Visual Studio, only Visual Studio 2005 can be used on
Windows Vista(Visual Studio .NET 2002 or 2003 can not be used on Windows
Vista). So if you have .NET 1.x applications to maintain, you have to do it
on Windows operation systems prior to Vista. FYI, all .NET
applications(target 1.x or 2.0) can run on Windows Vista.

You may begin to develop your new application on Windows Vista or continue
the develop on Windows Vista. It's on your decision.

Note that after you intall VS2005 on Windows Vista, you should also intall
VS2005 SP1. You may visit the following link to get VS2005 SP1.

'Visual Studio 2005 Service Pack 1 (SP1)'
http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx

In addition, you'd better install 'Visual Studio 2005 Service Pack 1 Upate
for Windows Vista Beta' to get VS2005 to work better with Vista. You could
get it from the above link.

Hope this helps.
If you have any question, please feel free to let me know.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Madison,

If you're building a web application, you should not need to use the .Net
Framework 3.0, as it is basically the 2.0 Framework plus WPF, WCF, and WWF,
all of which are great technologies, but not essential to ASP.net web
applications. As you're developing a web application, the UI should not be
an issue either, as it will run on the client in a browser.

If you're asking about the development machines, you can run Visual Studio
2005 on Vista. There are a couple of things you will need to do in order to
do this successfully. First, install Service Pack 1 for Visual Studio 2005.
Second, make sure that you run the program as an administrator. Note that in
Vista programs do not run by default with full permissions. You can
configure your shortcuts to run it as an administrator.

Next, Vista is running IIS 7, and this is not a problem with Visual Studio
and ASP.Net 2.0, except that you cannot connect to your web sites using
FrontPage server extensions, which are not supported on IIS 7. However, you
can connect to them via the file system for development. Visual Studio will
run them using its debugging server.

--
HTH,

Kevin Spencer
Microsoft MVP
Software Composer
http://unclechutney.blogspot.com

The shortest distance between 2 points is a curve.
 
Just to clarify, WWF is not included with .Net 3.0, but WF is. I believe
World Wildlife Fund did not agree with Windows Workflow Foundation so
Windows Workflow Foundation is written as WF.
 
Thank you for all your answers.

Can we develop web application using VS 2005 on window XP and after that
move to window Vista running VS 2005 with SP 1 install?
 
Isn't there also a patch for Vista for VS2005? I saved this from another
post somewhere.

-----------------------------
Note that after you intall VS2005 on Windows Vista, you should also intall
VS2005 SP1. You may visit the following link to get VS2005 SP1.
'Visual Studio 2005 Service Pack 1 (SP1)'
http://msdn2.microsoft.com/en-us/vstudio/bb265237.aspx
In addition, you'd better install 'Visual Studio 2005 Service Pack 1 Upate
for Windows Vista Beta' to get VS2005 to work better with Vista. You could
get it from the above link.
 
Yeah, if the World Wildlife Fund people could get the Worldwide Wrestling
Foundation to change their acronym (which they did), I'm sure getting
Microsoft to change theirs would be a piece of cake. ;-)

Robin S.
 
Hi Madison,

Yes, you could do like that.

If you have any question, please feel free to let me know.

Thank you for using our MSDN Managed Newsgroup Support Service!


Sincerely,
Linda Liu
Microsoft Online Community Support
 
I don't have Vista yet, and thought for a while that the two patches were
the same thing, so I figured it might confuse other people, too. Thanks for
posting that link; I'll save it for future reference.

Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
-----------------------------------------------
 
Hi Madison,

Have you reviewed all the replies to you? Is your problem resolved? If you
still need any help, please feel free to feedback, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top