Sweet! Thank you.

Dean

On 12/27/05, Ryan Olshan <[EMAIL PROTECTED]> wrote:
> I was able to install 2005 side-by-side without any issues and
> the installation was flawless. There is even something called a Version
> Selector which is supposed to open your project in the correct version of
> VS.
>
> /Ryan
>
>
> On 12/27/05, Dean Fiala <[EMAIL PROTECTED]> wrote:
> >
> > Ryan,
> > My new year's project is to begin the migration to 2.0, but I will
> > need to support 1.1 version of our product for X months, so this is an
> > issue near and dear to me.  Did you have to do anything special to get
> > the two Visual STudi versions to run side-by-side?
> >
> > Dean
> >
> > On 12/27/05, Ryan Olshan <[EMAIL PROTECTED]> wrote:
> > > You could install Visual Studio 2005 side-by-side Visual Studio .NET
> > 2003.
> > > That is how I have it on my computer and they run fine side-by-side.
> > That
> > > should resolve any issues where you need to code or update something
> > that is
> > > compatible with .NET 1.x.
> > >
> > > When it comes down to it, the differences between the standard version
> > and
> > > professional version might not effect you, so you should use the chart
> > on
> > > http://msdn.microsoft.com/vstudio/products/compare/ to decide which
> > version
> > > you need.
> > >
> > > /Ryan
> > >
> > >
> > > On 12/27/05, Mike Appenzellar <[EMAIL PROTECTED]> wrote:
> > > >
> > > > What are your personal thoughts? I don't have a ton of stuff in 1.1but
> > > > enough that this could become an issue. I am in a position where I
> > have to
> > > > purchase visual studio, regardless of the version...what is your
> > personal
> > > > opinion about what I should do?
> > > >
> > > > On 12/27/05, Chris Mohan <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > See the following link for info about the differences between the
> > > > > different
> > > > > versions:
> > > > > http://msdn.microsoft.com/vstudio/products/compare
> > > > >
> > > > > re: "Can I still write 1.1 code"?
> > > > > Not really.  Apparently, by default Visual Studio 2005 does not
> > allow
> > > > you
> > > > > to
> > > > > target version 1.1 of the .net framework. (Note I'm reusing this
> > info
> > > > from
> > > > > the response i sent to my manager when he asked a similar question)
> > > > >
> > > > > Visual Studio 2005 does come with an automated build tool called
> > > > > <BLOCKED::
> > > > http://lab.msdn.microsoft.com/vs2005/teams/msbuild/default.aspx>
> > > > > MSBuild. The MSBuild has announced that
> > > > > <BLOCKED::
> > http://blogs.msdn.com/msbuild/archive/2005/11/09/490817.aspx>
> > > > > MsBuild will support targeting the .Net 1.1 runtime.
> > > > >
> > > > > How will it? See this:
> > > > > http://blogs.msdn.com/clichten/archive/2005/11/08/490541.aspx
> > > > > <BLOCKED::
> > http://blogs.msdn.com/clichten/archive/2005/11/08/490541.aspx>
> > > > > Short version: It will attempt to map v 2.0 assemblies to their v1.1
> > > > > versions at compile time.
> > > > >
> > > > > V 2.0 however has a fair amount of "breaking changes" and I'm not
> > sure
> > > > how
> > > > > MsBuild will reconcile those.
> > > > > There are
> > > > > <BLOCKED::
> > http://www.gotdotnet.com/team/changeinfo/v2.0/obsoletefaq.aspx
> > > > >
> > > > > different classifications of breaking change (i.e.: deprecated,
> > obsolete
> > > > ,
> > > > > obsolete-as-warning, and obsolete-as-error).
> > > > > Example: System.Web.Mail on msdn2 states :"The classes in this
> > namespace
> > > > > have been deprecated. Use the
> > > > > <BLOCKED::http://msdn2.microsoft.com/en-us/library/system.net.mail>
> > > > > System.Net.Mail namespace instead"
> > > > >
> > > > > More info (not sure if the info in these links overlap or they are
> > > > > distinct)
> > > > >
> > > > > *      http://www.gotdotnet.com/team/changeinfo/
> > > > > <BLOCKED::http://www.gotdotnet.com/team/changeinfo/>
> > > > >
> > > > > *
> > > > > <BLOCKED::
> > > > > http://msdn.microsoft.com/netframework/programming/breakingchanges
> > > > > /runtime/default.aspx> .NET Framework 2.0 Run-Time Breaking Changes
> > > > >
> > > > > *
> > > > > <BLOCKED::
> > > > > http://msdn.microsoft.com/netframework/programming/breakingchanges
> > > > > /designtime/default.aspx> .NET Framework 2.0 Design-Time Breaking
> > > > Changes
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > >
> > > > > <BLOCKED::
> > > > > http://msdn.microsoft.com/netframework/programming/obsoleteapi/def
> > > > > ault.aspx> .NET Framework V2.0 Obsolete API List
> > > > >
> > > > >
> > > > > From the FAQ for Visual Studio 2005 Express edition:
> > > > > Q:
> > > > >
> > > >
> > <BLOCKED::javascript:ShowHide('a_7353BBA8-3B6B-42D3-89FA-F7A8D777F128');>
> > > > > Can I develop applications using the Visual Studio Express Editions
> > to
> > > > > target the .NET Framework 1.1?
> > > > > A: No, each release of Visual Studio is tied to a specific version
> > of
> > > > the
> > > > > .NET Framework. Visual Studio 2005 can only be used to create
> > > > applications
> > > > > that run on the .NET Framework 2.0.
> > > > >
> > > > >   _____
> > > > >
> > > > > From: [email protected]
> > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Mike
> > > > > Appenzellar
> > > > > Sent: Tuesday, December 27, 2005 11:54 AM
> > > > > To: [email protected]
> > > > > Subject: [AspNetAnyQuestionIsOk] Microsoft Visual Studio
> > Professional OR
> > > > > standard 2005?
> > > > >
> > > > >
> > > > > I see a big price difference between professional and standard 2005.
> > Do
> > > > > you
> > > > > guys know the differences? I am currently using 2003 right now so
> > once I
> > > > > go
> > > > > to 2005, can I still write 1.1 code? Please help!
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > SPONSORED LINKS
> > > > > Basic
> > > > > <
> > > > >
> > > >
> > http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic+pro
> > > > >
> > > > >
> > > >
> > gramming+language&w2=Computer+programming+languages&w3=Programming+languages
> > > > > &w4=Java+programming+language&c=4&s=126&.sig=bnac3LCZpttb3c9FvbVU-A>
> > > > > programming language       Computer
> > > > > <
> > > > >
> > > >
> > http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=Basic
> > > > >
> > > > >
> > > >
> > +programming+language&w2=Computer+programming+languages&w3=Programming+langu
> > > > >
> > ages&w4=Java+programming+language&c=4&s=126&.sig=1Czd2hKCO9_u4KVZQperFQ>
> > > > > programming languages       Programming
> > > > > <
> > > > >
> > > >
> > http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+programm
> > > > >
> > > > >
> > > >
> > ing+language&w2=Computer+programming+languages&w3=Programming+languages&w4=J
> > > > > ava+programming+language&c=4&s=126&.sig=TyHGCjod4YOKITrSq1xccQ>
> > > > languages
> > > > >
> > > > > Java
> > > > > <
> > > > >
> > > >
> > http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+prog
> > > > >
> > > > >
> > > >
> > ramming+language&w2=Computer+programming+languages&w3=Programming+languages&
> > > > > w4=Java+programming+language&c=4&s=126&.sig=PZAexF9LyXpKb3HDJSlB1g>
> > > > > programming language
> > > > >
> > > > >   _____
> > > > >
> > > > > YAHOO! GROUPS LINKS
> > > > >
> > > > >
> > > > >
> > > > > *      Visit your group "AspNetAnyQuestionIsOk
> > > > > <http://groups.yahoo.com/group/AspNetAnyQuestionIsOk> " on the web.
> > > > >
> > > > >
> > > > > *      To unsubscribe from this group, send an email to:
> > > > > [EMAIL PROTECTED]
> > > > > <mailto:[EMAIL PROTECTED]
> > > > > ?subject=Unsubscrib
> > > > > e>
> > > > >
> > > > >
> > > > > *      Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > > Service
> > > > > <http://docs.yahoo.com/info/terms/> .
> > > > >
> > > > >
> > > > >   _____
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > > >
> > > > >  ------------------------------
> > > > > YAHOO! GROUPS LINKS
> > > > >
> > > > >
> > > > >    -  Visit your group "AspNetAnyQuestionIsOk<
> > > > http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
> > > > >    on the web.
> > > > >
> > > > >    -  To unsubscribe from this group, send an email to:
> > > > >     [EMAIL PROTECTED]<
> > > > [EMAIL PROTECTED]>
> > > > >
> > > > >    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > > >    Service <http://docs.yahoo.com/info/terms/>.
> > > > >
> > > > >
> > > > >  ------------------------------
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > > >
> > > >  ------------------------------
> > > > YAHOO! GROUPS LINKS
> > > >
> > > >
> > > >    -  Visit your group "AspNetAnyQuestionIsOk<
> > http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
> > > >    on the web.
> > > >
> > > >    -  To unsubscribe from this group, send an email to:
> > > >     [EMAIL PROTECTED]<
> > [EMAIL PROTECTED]>
> > > >
> > > >    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > >    Service <http://docs.yahoo.com/info/terms/>.
> > > >
> > > >
> > > >  ------------------------------
> > > >
> > >
> > >
> > >
> > > --
> > > Thank you,
> > > Ryan Olshan
> > >      Website - http://www.StrongTypes.com <http://www.strongtypes.com/>
> > >      Group - http://groups.yahoo.com/group/StrongTypes
> > >      Blog - http://blogs.dirteam.com/blogs/ryan/
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> > >
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > Dean Fiala
> > Very Practical Software, Inc
> > http://www.vpsw.com
> >
> >  ------------------------------
> > YAHOO! GROUPS LINKS
> >
> >
> >    -  Visit your group 
> > "AspNetAnyQuestionIsOk<http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
> >    on the web.
> >
> >    -  To unsubscribe from this group, send an email to:
> >     [EMAIL PROTECTED]<[EMAIL PROTECTED]>
> >
> >    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> >    Service <http://docs.yahoo.com/info/terms/>.
> >
> >
> >  ------------------------------
> >
>
>
>
> --
> Thank you,
> Ryan Olshan
>      Website - http://www.StrongTypes.com
>      Group - http://groups.yahoo.com/group/StrongTypes
>      Blog - http://blogs.dirteam.com/blogs/ryan/
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>


--
Dean Fiala
Very Practical Software, Inc
http://www.vpsw.com


------------------------ Yahoo! Groups Sponsor --------------------~--> 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to