PC Review


Reply
Thread Tools Rate Thread

What framework ???

 
 
=?Utf-8?B?TWFkaXNvbg==?=
Guest
Posts: n/a
 
      14th Feb 2007
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.

 
Reply With Quote
 
 
 
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      14th Feb 2007
Madison <(E-Mail Removed)> wrote:
> 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.

--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
 
Reply With Quote
 
Linda Liu [MSFT]
Guest
Posts: n/a
 
      15th Feb 2007
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/subscripti...ult.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/subscripti...t/default.aspx.
==================================================

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

 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      15th Feb 2007
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.

"Madison" <(E-Mail Removed)> wrote in message
news:419CBFC5-0C6A-44CC-8DF7-(E-Mail Removed)...
> 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.
>



 
Reply With Quote
 
Morten Wennevik [C# MVP]
Guest
Posts: n/a
 
      15th Feb 2007
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.


--
Happy Coding!
Morten Wennevik [C# MVP]
 
Reply With Quote
 
=?Utf-8?B?TWFkaXNvbg==?=
Guest
Posts: n/a
 
      15th Feb 2007
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?
 
Reply With Quote
 
RobinS
Guest
Posts: n/a
 
      15th Feb 2007
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.
-----------------------------

Robin S.
--------
"Kevin Spencer" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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.
>
> "Madison" <(E-Mail Removed)> wrote in message
> news:419CBFC5-0C6A-44CC-8DF7-(E-Mail Removed)...
>> 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.
>>

>
>



 
Reply With Quote
 
RobinS
Guest
Posts: n/a
 
      15th Feb 2007
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.
--------------------------
"Morten Wennevik [C# MVP]" <(E-Mail Removed)> wrote in message
newsp.tnsklnc6dj93y5@tr024...
> 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.
>
>
> --
> Happy Coding!
> Morten Wennevik [C# MVP]



 
Reply With Quote
 
RobinS
Guest
Posts: n/a
 
      15th Feb 2007
Yes, you should be able to do that.

Robin S.
-------------------
"Madison" <(E-Mail Removed)> wrote in message
news:9B7F6F95-A6A6-416B-922C-(E-Mail Removed)...
> 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?



 
Reply With Quote
 
Linda Liu [MSFT]
Guest
Posts: n/a
 
      16th Feb 2007
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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft .NET Framework 3.5 Service Pack 1 and .NET Framework 3.5 Family Update for .NET versions 2.0 through 3.5 (KB951847) x86 Dr. Indera Windows XP General 14 5th Jul 2010 08:15 AM
Any suggestion for directory layout of project support both Full.NET Framework and Compact Framework? ping235 Microsoft C# .NET 0 24th May 2007 04:22 AM
Any suggestion for directory layout of project support both Full.NET Framework and Compact Framework? ping235 Microsoft Dot NET Framework 2 22nd May 2007 03:35 AM
Upgrade from VS2003(Framework 1.1) to VS2005(Framework 2.0). Easy Peasy or Nasty Basty? ChrisM Microsoft Dot NET 0 29th Jun 2006 05:03 PM
simple TCP socket connect (emulator - framework FAIL); framework - framework - Works [Help will be compensated] Yechezkal Gutfreund Microsoft Dot NET Compact Framework 0 16th Jul 2003 07:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:05 PM.