Hmm, 
 
If you don't anticipate having to do anything too involved for your old 1.1
apps-- consider buying the Visual Basic.Net Standard Edition or Visual C#
Standard edition of 2003 (runs about ninety dollars).  Then get whatever
version of 2005 you want (I'd recommend professional; the correct version of
course depends on what you plan to do with it.)  W/ this approach you should
be able to handle most maintenance issues for the old apps without hindering
your future development. 
 
http://www.amazon.com/exec/obidos/tg/detail/-/B00008I9K3/qid=1135712406/sr=8
-1/ref=pd_bbs_unbuck_1/002-3938741-4808867?v=glance
<http://www.amazon.com/exec/obidos/tg/detail/-/B00008I9K3/qid=1135712406/sr=
8-1/ref=pd_bbs_unbuck_1/002-3938741-4808867?v=glance&s=software&n=541966>
&s=software&n=541966
http://www.amazon.com/exec/obidos/tg/detail/-/B000089GKW/qid=1135712507/sr=8
-2/ref=sr_8__i2_xgl65/002-3938741-4808867?v=glance
<http://www.amazon.com/exec/obidos/tg/detail/-/B000089GKW/qid=1135712507/sr=
8-2/ref=sr_8__i2_xgl65/002-3938741-4808867?v=glance&s=software&n=1000>
&s=software&n=1000

  _____  

From: AspNetAnyQuestionIsOk@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Appenzellar
Sent: Tuesday, December 27, 2005 2:16 PM
To: AspNetAnyQuestionIsOk@yahoogroups.com
Subject: Re: [AspNetAnyQuestionIsOk] Microsoft Visual Studio Professional OR
standard 2005?


The problem is for licensing reasons, the copy of 2003 I have has to go or
be replaced ;o) Is express good enough to consider an option for writing the
2.0 stuff?

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.1 but
> > 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: AspNetAnyQuestionIsOk@yahoogroups.com
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Mike
> > > Appenzellar
> > > Sent: Tuesday, December 27, 2005 11:54 AM
> > > To: aspnetanyquestionisok@yahoogroups.com
> > > 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
<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic+pro
> &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
<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=Basic
> &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
<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+programm
> &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
<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+prog
> &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
>
>
>    -  Visit your group
"AspNetAnyQuestionIsOk<http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
>
[EMAIL PROTECTED]<AspNetAnyQuestionIsOk-unsu
[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]




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]
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 Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/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