PC Review


Reply
Thread Tools Rate Thread

beta2 & final release

 
 
Lloyd Dupont
Guest
Posts: n/a
 
      5th Nov 2005
I won't have VS before a little while (time for me to order it tuesday +
time to ship it), but I was wondering:
If I release a product build on beta 2 (with VS.NET 2005 beta 2), will it
work on the final release of .NET 2.0 ?


 
Reply With Quote
 
 
 
 
S.M. Altaf [MVP]
Guest
Posts: n/a
 
      5th Nov 2005
You can be sure that there have been changes in the final release of the
Framework 2.0. If your application relies upon some of the areas that have
been changed, then it won't work. It's a big 'if', but your best bet is to
rewrite for the final release of 2.0. Or, if you're lazy, distribute the
beta framework with your app (but that's not nice )

-Altaf
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com


"Lloyd Dupont" <net.galador@ld> wrote in message
news:%(E-Mail Removed)...
>I won't have VS before a little while (time for me to order it tuesday +
>time to ship it), but I was wondering:
> If I release a product build on beta 2 (with VS.NET 2005 beta 2), will it
> work on the final release of .NET 2.0 ?
>



 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      5th Nov 2005
Hi Lloyd,

From what I have gathered in researching this, you can use an application
(or machine) configuration file to allow multiple runtime versions to by
used. This is done via the "supportedRuntime" configuration element in the
configuration file. The list is a prioritized list. The top member is used
first, if available, and so on. Here's an example, from the SDK:

<configuration>
<startup>
<supportedRuntime version="v1.1.4322"/>
<supportedRuntime version="v1.0.3705"/>
</startup>
</configuration>

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
A watched clock never boils.


"Lloyd Dupont" <net.galador@ld> wrote in message
news:%(E-Mail Removed)...
>I won't have VS before a little while (time for me to order it tuesday +
>time to ship it), but I was wondering:
> If I release a product build on beta 2 (with VS.NET 2005 beta 2), will it
> work on the final release of .NET 2.0 ?
>



 
Reply With Quote
 
Lloyd Dupont
Guest
Posts: n/a
 
      5th Nov 2005
> You can be sure that there have been changes in the final release of the
> Framework 2.0. If your application relies upon some of the areas that
> have been changed, then it won't work. It's a big 'if', but your best bet
> is to

consider:
A friend of mine would like to use my app now.
He could only download the final release of .NET 2.0
Me, on the other hand, I have no idea where from/how to get VS.NET standart
edition (the one which is at the right price and feature level for me). And
even if (hopefully) I would be able to order it from Microsoft if it's
anything like the betas, I would have to wait 1 month before getting it.
So, meanwhile, I'm screwed up :-/
I know, that's the bleeding edge!


> rewrite for the final release of 2.0. Or, if you're lazy, distribute the
> beta framework with your app (but that's not nice )
>
> -Altaf
> --------------------------------------------------------------------------------
> All that glitters has a high refractive index.
> www.mendhak.com
>
>
> "Lloyd Dupont" <net.galador@ld> wrote in message
> news:%(E-Mail Removed)...
>>I won't have VS before a little while (time for me to order it tuesday +
>>time to ship it), but I was wondering:
>> If I release a product build on beta 2 (with VS.NET 2005 beta 2), will it
>> work on the final release of .NET 2.0 ?
>>

>
>



 
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
IE7 beta2 (public release) Auto Hide Controls =?Utf-8?B?R3J1bXB5?= Windows XP Internet Explorer 2 16th May 2006 01:06 PM
VS.NET 2005 Beta2 and .NET Framework 2.0 release ! olrt Microsoft Dot NET 6 5th Apr 2006 10:08 AM
WD Beta2 release notes Updated =?Utf-8?B?YmFsZW0=?= Spyware Discussion 0 16th Feb 2006 10:21 PM
what happen next? beta2 or final version Spyware Discussion 7 1st Jun 2005 06:23 PM
final sp2 release? steve eddy Windows XP General 3 10th Aug 2004 05:45 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:15 AM.