Is it possible to use two versions of assembly at the same
time?If possible explain with code?

Answer Posted / uma

OfCource sachine ,what u had written is correct,

if u adding System.Web.ui namespace, Namespace contain more
than one dll also,that Each dll has its own version and
they are now runnig in same time.

<add assembly........> is one dll with version xyz....

in the below config file there are 8 dll which has its own
versions runnig at the same time





<compilation debug="true">
<assemblies>
<add assembly="System.Core, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Data.DataSetExtensions,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Xml.Linq, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Web.Extensions.Design,
Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Design, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Windows.Forms,
Version=2.0.0.0, Culture=neutral,
PublicKeyToken=B77A5C561934E089" />
</assemblies>
</compilation>

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the flow of processing of the request? : asp.net mvc

486


What are session state modes? List some of the important session state modes of asp.net.

506


A web service can only be written in .net? State whether true or false.

511


Apart from IDE what are the enhancements in asp.net 2.0?

1604


What does session_start () do?

593






What is difference between Lambda Expression and LINQ in ASP.NET?

515


What is a url string?

528


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1737


can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com

1458


How information about the user's locale can be accessed?

560


What is the importance of Global.asax in ASP.NET?

533


They mostly asked difference between versions of technologies

914


What is meant by web application?

524


What do you mean by caching in asp.net?

530


Explain the advantages of caching?

507