Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / December 2005

Tip: Looking for answers? Try searching our database.

Running applications when both Framework version1.1 and 2.0 is present

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
SenthilVel - 28 Dec 2005 06:34 GMT
Hi

I have my application developed/ compiled in version 1.1 framework.

in some of my machine when i have both 1.1 and 2.0 this caused me some
remoting errors.

so to resolve this error i have added

<startup>

<supportedRuntime version="v1.1.4322" />

</startup>

My Doubt is :

1. when i run my applications in machines where i have both the framerworks
is it enough i have the <supportedRuntimeVersion> ??

2. what are the situations i must use the <requiredRuntime> ??

3. or must i use both <requiredruntime> and <supportedRuntime> ??

Please do let me know

Thanks

Senthil
Naveen - 28 Dec 2005 15:12 GMT
The CLR host dose look for a particular version if it is available and
load the one that is available uses the supportedRuntimeVersion tag.

<startup>
 <supportedRuntime version="v2.0.50727"></supportedRuntime>
       <supportedRuntime version="v1.1.4322"></supportedRuntime>
</startup>

In the above mentioned example the 2.0 runtime would be loaded if it is
available and if it is not available then the v1.1 would be loaded.

Where as the required runtime tag specifies that particular version is
required to launch the application.

> Hi
>
[quoted text clipped - 25 lines]
>
> Senthil

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.